@charset "UTF-8";
body.gururinbus section.page-title h2 {
	color: #000;
}
body.gururinbus section.page-title h2:after {
	border-top: 1px solid #000 !important;
}
body.gururinbus section#gururinbus-index ul#gururinbus-index-list {
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus section#gururinbus-index ul#gururinbus-index-list {
		margin-top: 40px;
	}
}
body.gururinbus section#gururinbus-index ul#gururinbus-index-list li {
	background-color: #fff;
	padding: 30px;
	position: relative;
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
	body.gururinbus section#gururinbus-index ul#gururinbus-index-list li {
		display: flex;
		margin-bottom: 70px;
	}
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:first-child {
	position: absolute;
	right: -50px;
	top: -50px;
}
@media only screen and (min-width: 768px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:first-child {
		width: 50%;
	}
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child {
	text-align: left;
}
@media only screen and (min-width: 768px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:last-child {
		width: 50%;
	}
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	span.number {
	font-size: 60px;
	display: block;
	margin-bottom: 10px;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	h3 {
	font-size: 30px;
	line-height: 1.4;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	h3
	strong {
	display: inline-block;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
/* body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	h3
	strong:after {
	content: "";
	border-bottom: 8px solid #fdf539;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
} */
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	p {
	font-size: 15px;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	> a {
	display: inline-block;
	color: #fff;
	padding: 13px 60px;
	border-radius: 5px;
	font-size: 16px;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	> a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:last-child
		> a {
		width: 100%;
		text-align: center;
	}
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(even) {
	flex-direction: row-reverse;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(even)
	> div:first-child {
	right: auto;
	left: -40px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li:nth-child(even)
		> div:first-child {
		left: auto;
		right: -10px;
	}
}
body.gururinbus section.gururinbus-content {
	margin-top: 60px;
	background-color: #fff;
	border-top: 14px solid #3ea4d6;
	padding: 30px;
}
@media only screen and (min-width: 768px) {
	body.gururinbus section.gururinbus-content div#content-title {
		display: flex;
	}
}
body.gururinbus section.gururinbus-content div#content-title > div:first-child {
	text-align: left;
}
@media only screen and (min-width: 768px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:first-child {
		width: 50%;
	}
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div {
	display: flex;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:first-child
		> div {
		flex-wrap: wrap;
	}
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	span.number {
	color: #3ea4d6;
	font-size: 65px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:first-child
		> div
		span.number {
		width: 100%;
		margin-bottom: 0;
	}
}
.course_title {
	color: #3ea4d6;
	font-size: clamp(1.95rem, 1.1rem + 2.73vw, 3.75rem);
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.course_title {
		margin-bottom: 10px;
	}
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:nth-child(2) {
	margin-right: 20px;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:nth-child(2)
	img {
	width: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:last-child {
	color: #3ea4d6;
	font-size: 16px;
	padding-top: 10px;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:last-child
	span {
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 20px 0 20px;
	color: #000;
	font-size: 14px;
	position: relative;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:last-child
	span:before {
	content: '';
	top: -40px;
	border-style: solid;
	border-top: 20px solid #3ea4d6;
	border-right: 3px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	left: 10px;
	top: 0;
	transform: rotate(-20deg);
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	> div
	div:last-child
	span:after {
	content: '';
	top: -40px;
	border-style: solid;
	border-top: 20px solid #3ea4d6;
	border-right: 3px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	right: 10px;
	top: 0;
	transform: rotate(20deg);
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	span.itinerary {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:first-child
		span.itinerary {
		width: 55%;
	}
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	h3 {
	font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
	line-height: 1.4;
	color: #3ea4d6;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	h3
	strong {
	display: inline-block;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	h3
	strong:after {
	content: '';
	border-bottom: 8px solid #fdf539;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	p {
	font-size: 15px;
	text-align: left;
	line-height: 2em;
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:first-child
	ul.tag-list {
	font-size: 13px;
	color: #444;
}
@media only screen and (min-width: 768px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:last-child {
		width: 50%;
	}
}
body.gururinbus
	section.gururinbus-content
	div#content-title
	> div:last-child
	img {
	position: relative;
	top: -80px;
	right: -70px;
	transform: scale(1.2);
}
@media only screen and (max-width: 1100px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:last-child
		img {
		right: -20px;
	}
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section.gururinbus-content
		div#content-title
		> div:last-child
		img {
		position: absolute;
		top: -10vw;
		right: 10px;
		max-width: 40vw;
	}
}
body.gururinbus div.day-wrapper {
	display: flex;
}
body.gururinbus div.day-wrapper div.day-count {
	width: 90px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper div.day-count {
		width: 50px;
	}
}
body.gururinbus div.day-wrapper div.day-count span {
	display: inline-block;
	background: #333;
	color: #fff;
	border-radius: 90px;
	width: 90px;
	padding-top: 36px;
	height: 90px;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper div.day-count span {
		margin-top: 20px;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		padding-top: 18px;
		font-size: 12px;
		z-index: 10;
		position: relative;
	}
}
body.gururinbus div.day-wrapper div.day-count:after {
	content: '';
	width: 2px;
	height: calc(100% - 110px);
	border-right: 2px dotted #333;
	position: absolute;
	left: 44px;
	top: 100px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper div.day-count:after {
		height: calc(100% - 67px);
	}
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper div.day-count:after {
		left: 24px;
		top: 80px;
	}
}
body.gururinbus div.day-wrapper > ul > li {
	padding-top: 30px;
	padding-left: 100px;
	text-align: left;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper > ul > li {
		padding-left: 25px;
	}
}
body.gururinbus div.day-wrapper > ul > li:after {
	content: '';
	width: 60px;
	height: 1px;
	border-top: 1px dotted #000;
	position: absolute;
	top: 45px;
	left: 20px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper > ul > li:after {
		left: -25px;
		width: 40px;
		z-index: 1;
	}
}
body.gururinbus div.day-wrapper > ul > li h4 {
	color: #3ea4d6;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
body.gururinbus div.day-wrapper > ul > li span.osusume {
	display: inline-block;
	padding: 0 20px 0 20px;
	color: #3ea4d6;
	font-size: 14px;
	position: relative;
}
body.gururinbus div.day-wrapper > ul > li span.osusume:before {
	content: '';
	top: -40px;
	border-style: solid;
	border-top: 20px solid #3ea4d6;
	border-right: 3px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	left: 10px;
	top: 0;
	transform: rotate(-20deg);
}
body.gururinbus div.day-wrapper > ul > li span.osusume:after {
	content: '';
	top: -40px;
	border-style: solid;
	border-top: 20px solid #3ea4d6;
	border-right: 3px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	right: 10px;
	top: 0;
	transform: rotate(20deg);
}
body.gururinbus div.day-wrapper > ul > li div.gururinbus-col2 {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	body.gururinbus div.day-wrapper > ul > li div.gururinbus-col2 {
		display: flex;
		justify-content: space-between;
	}
	body.gururinbus div.day-wrapper > ul > li div.gururinbus-col2 > div {
		width: 48.5%;
	}
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper > ul > li div.gururinbus-col2 > div {
		margin-bottom: 20px;
	}
}
body.gururinbus div.day-wrapper > ul > li div.gururinbus-col1 {
	margin-bottom: 30px;
}
body.gururinbus div.day-wrapper > ul > li p {
	font-size: 15px;
	margin-bottom: 30px;
}
/* body.gururinbus div.day-wrapper > ul > li p a {
	color: #000;
	text-decoration: underline;
}
body.gururinbus div.day-wrapper > ul > li p a:hover {
	text-decoration: none;
} */
body.gururinbus div.day-wrapper > ul > li p a span {
	font-size: 1.1em;
	top: 3px;
	margin: 0 0 0 5px;
}
body.gururinbus div.day-wrapper > ul > li .frame-image {
	border: 10px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body.gururinbus div.day-wrapper > ul > li div.time-table {
	margin-bottom: 30px;
	border: 3px solid #eee;
	border-radius: 10px;
	padding: 30px 15px 15px;
	line-height: 1.8;
	color: #444;
	position: relative;
	font-size: 13px;
}
body.gururinbus div.day-wrapper > ul > li div.time-table span {
	position: absolute;
	display: inline-block;
	background-color: #aaa;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 10px;
	top: -15px;
	left: 10px;
}
body.gururinbus div.last-comment {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
body.gururinbus div.last-comment > div {
	width: 150px;
}
body.gururinbus div.last-comment > div img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
body.gururinbus div.last-comment > p {
	width: calc(100% - 180px);
	background-color: #3ea4d6;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	border-radius: 10px;
	margin: 0;
	position: relative;
}
body.gururinbus div.last-comment > p:after {
	content: '';
	border-style: solid;
	border-top: 20px solid #3ea4d6;
	border-right: 10px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	left: -24px;
	top: calc(50% - 25px);
	transform: rotate(90deg);
}

section#gururinbus-content2 {
	border-top-color: #ef9701;
}
section#gururinbus-content2 .course_title {
	color: #ef9701;
}
section#gururinbus-content2 div#content-title > div:first-child span.number {
	color: #ef9701 !important;
}
section#gururinbus-content2
	div#content-title
	> div:first-child
	div
	div:nth-child(2)
	img {
	width: 50px;
}
section#gururinbus-content2
	div#content-title
	> div:first-child
	div
	div:last-child {
	color: #ef9701 !important;
}
section#gururinbus-content2
	div#content-title
	> div:first-child
	div
	div:last-child
	span:before {
	border-top-color: #ef9701;
}
section#gururinbus-content2
	div#content-title
	> div:first-child
	div
	div:last-child
	span:after {
	border-top-color: #ef9701;
}
section#gururinbus-content2 h3 {
	color: #ef9701 !important;
}
section#gururinbus-content2 h4 {
	color: #ef9701;
}
section#gururinbus-content2 span.osusume {
	color: #ef9701;
}
section#gururinbus-content2 span.osusume:before {
	border-top-color: #ef9701;
}
section#gururinbus-content2 span.osusume:after {
	border-top-color: #ef9701;
}
section#gururinbus-content2 div.last-comment > div:first-child {
	width: 100px;
}
section#gururinbus-content2 div.last-comment > p {
	width: calc(100% - 120px);
	background-color: #ef9701;
}
section#gururinbus-content2 div.last-comment > p:after {
	border-top-color: #ef9701;
}
body.gururinbus
	section#gururinbus-content2
	div.day-wrapper
	div.day-count
	span.view {
	background-color: #ef9701;
}

section#gururinbus-content3 {
	border-top-color: #70bc3f;
}
section#gururinbus-content3 .course_title {
	color: #70bc3f;
}
section#gururinbus-content3 div#content-title > div:first-child span.number {
	color: #70bc3f !important;
}
section#gururinbus-content3
	div#content-title
	> div:first-child
	div
	div:nth-child(2)
	img {
	width: 50px;
}
section#gururinbus-content3
	div#content-title
	> div:first-child
	div
	div:last-child {
	color: #70bc3f !important;
}
section#gururinbus-content3
	div#content-title
	> div:first-child
	div
	div:last-child
	span:before {
	border-top-color: #70bc3f;
}
section#gururinbus-content3
	div#content-title
	> div:first-child
	div
	div:last-child
	span:after {
	border-top-color: #70bc3f;
}
section#gururinbus-content3 div.day-wrapper div.day-count span.view{
	background-color: #70bc3f;
}
section#gururinbus-content3 h3 {
	color: #70bc3f !important;
}
section#gururinbus-content3 h4 {
	color: #70bc3f;
}
section#gururinbus-content3 span.osusume {
	color: #70bc3f;
}
section#gururinbus-content3 span.osusume:before {
	border-top-color: #70bc3f;
}
section#gururinbus-content3 span.osusume:after {
	border-top-color: #70bc3f;
}
section#gururinbus-content3 div.last-comment > div:first-child {
	width: 100px;
}
section#gururinbus-content3 div.last-comment > p {
	width: calc(100% - 120px);
	background-color: #70bc3f;
}
section#gururinbus-content3 div.last-comment > p:after {
	border-top-color: #70bc3f;
}

section#gururinbus-content4 {
	border-top-color: #e65c5c;
}
section#gururinbus-content4 .course_title {
	color: #e65c5c;
}

section#gururinbus-content4 div#content-title > div:first-child span.number {
	color: #e65c5c !important;
}
section#gururinbus-content4
	div#content-title
	> div:first-child
	div
	div:nth-child(2)
	img {
	width: 50px;
}
section#gururinbus-content4
	div#content-title
	> div:first-child
	div
	div:last-child {
	color: #e65c5c !important;
}
section#gururinbus-content4
	div#content-title
	> div:first-child
	div
	div:last-child
	span:before {
	border-top-color: #e65c5c;
}
section#gururinbus-content4
	div#content-title
	> div:first-child
	div
	div:last-child
	span:after {
	border-top-color: #e65c5c;
}
body.gururinbus
	section#gururinbus-content4
	div.day-wrapper
	div.day-count
	span.view {
	background-color: #e65c5c;
}

section#gururinbus-content4 h3 {
	color: #e65c5c !important;
}
section#gururinbus-content4 h4 {
	color: #e65c5c;
}
section#gururinbus-content4 span.osusume {
	color: #e65c5c;
}
section#gururinbus-content4 span.osusume:before {
	border-top-color: #e65c5c;
}
section#gururinbus-content4 span.osusume:after {
	border-top-color: #e65c5c;
}
section#gururinbus-content4 div.last-comment > div:first-child {
	width: 100px;
}
section#gururinbus-content4 div.last-comment > p {
	width: calc(100% - 120px);
	background-color: #e65c5c;
}
section#gururinbus-content4 div.last-comment > p:after {
	border-top-color: #e65c5c;
}

/**********************
  カスタマイズ
  トップページ及び全ページ共通
 **********************/
body.gururinbus section.page-title p,
body.gururinbus .notice,
#hotel-list p,
#gururinbus-index ol.asterisk {
	font-family: 'source-han-sans-japanese', 'Helvetica Neue', 'Helvetica',
		'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo,
		sans-serif;
}
body.gururinbus {
	background-color: #ffffff;
}
body.gururinbus-course {
	background-color: #dcf2fa;
}
#gururinbus-index #topic-path {
	padding-bottom: 0;
	padding-left: 20px;
}
#gururinbus-index .index-content {
	background-color: #dcf2fa;
	padding-bottom: 100px;
}
/* #gururinbus-index #index-header,
#gururinbus-index .index-content,
section#hotel {
	padding-bottom: 100px;
} */
@media only screen and (max-width: 767px) {
	#gururinbus-index #index-header,
	#gururinbus-index .index-content,
	#gururinbus-index section#hotel {
		padding-bottom: 40px;
	}
}
#gururinbus-index #information {
	border-radius: 5px;
	margin: 40px 0 0;
	padding: 50px 30px 20px;
	background: #f6f6f6;
}
#gururinbus-index #information h3 {
	font-size: 22px;
	color: #e65c5c;
}
#gururinbus-index #information p {
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index #information {
		border: 1px solid #dddddd;
		margin: 20px 0 0;
	}
	#gururinbus-index #information h3 {
		font-size: 20px;
	}
	#gururinbus-index #information p {
		margin-top: 24px;
	}
}
#gururinbus-index #eye-catch img,
#gururinbus-index .index-map img,
#gururinbus-index .index-route img {
	width: 100%;
}
#gururinbus-index .index-map .index-map-title,
#gururinbus-index .index-route .index-route-title,
#gururinbus-index .index-calendar .index-calendar-title {
	width: auto;
	max-height: 150px;
	margin-bottom: 30px;
}
#gururinbus-index .index-map {
	padding: 100px 0 60px;
	margin-top: 80px;
	background-color: #dcf2fa;
}
#gururinbus-index .index-route {
	padding: 70px 0;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index .index-map {
		margin-top: 0;
		padding: 40px 0 50px;
	}
	#gururinbus-index .index-route {
		padding: 40px 0 30px;
	}
	#gururinbus-index #map {
		margin-top: 0;
	}
	#gururinbus-index #route {
		margin-top: 30px;
	}
}
#gururinbus-index ol.asterisk {
	counter-reset: number;
	text-align: left;
	margin-left: 1.5em;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index ol.asterisk {
		margin-top: 0;
	}
}
#gururinbus-index ol.asterisk li {
	margin-top: 10px;
	line-height: 1.6em;
}
#gururinbus-index ol.asterisk li:before {
	counter-increment: number;
	content: '※' counter(number) ' ';
	margin-left: -1.5em;
}
#gururinbus-index #index-header section.page-title {
	padding-top: 60px;
}
#gururinbus-index .index-content section.page-title {
	padding-top: 90px;
}
section#hotel section.page-title {
	padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index #index-header section.page-title,
	#gururinbus-index .index-content section.page-title {
		padding-top: 50px;
	}
	section#hotel section.page-title {
		padding-top: 50px;
	}
}
body.gururinbus section.page-title div {
	position: relative;
	transform: none;
	left: auto;
	top: auto;
}
body.gururinbus section.page-title .heading1 {
	color: #000;
	line-height: 1.4em;
}
body.gururinbus section.page-title p {
	color: #000;
	font-size: 14px;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(1)
	span.number {
	color: #3ea4d6;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(1)
	h3 {
	color: #3ea4d6;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(1)
	a {
	background-color: #3ea4d6;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(2)
	span.number,
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(2)
	h3,
body.gururinbus
	section#gururinbus-content2
	div#content-title
	> div:first-child
	> div
	span.number,
body.gururinbus
	section#gururinbus-content2
	div#content-title
	> div:first-child
	h3,
section#gururinbus-content2 div#content-title .price .course_select,
section#gururinbus-content2 .busstop dd,
section#gururinbus-content2 .busstop dd a,
body.gururinbus
	section#gururinbus-content2
	div.day-wrapper
	> ul
	> li
	span.osusume {
	color: #ef9701;
}
section#gururinbus-content2 {
	border-top-color: #ef9701;
}

body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(2)
	a,
section#gururinbus-content2 .reserve a {
	background-color: #ef9701;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(3)
	span.number,
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(3)
	h3,
body.gururinbus
	section#gururinbus-content3
	div#content-title
	> div:first-child
	> div
	span.number,
body.gururinbus
	section#gururinbus-content3
	div#content-title
	> div:first-child
	h3,
section#gururinbus-content3 div#content-title .price .course_select,
section#gururinbus-content3 .busstop dd,
section#gururinbus-content3 .busstop dd a,
body.gururinbus
	section#gururinbus-content3
	div.day-wrapper
	> ul
	> li
	span.osusume {
	color: #70bc3f;
}
section#gururinbus-content3 {
	border-top-color: #70bc3f;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(3)
	a,
section#gururinbus-content3 .reserve a {
	background-color: #70bc3f;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(4)
	span.number,
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(4)
	h3,
body.gururinbus
	section#gururinbus-content4
	div#content-title
	> div:first-child
	> div
	span.number,
body.gururinbus
	section#gururinbus-content4
	div#content-title
	> div:first-child
	h3,
section#gururinbus-content4 div#content-title .price .course_select,
section#gururinbus-content4 .busstop dd,
section#gururinbus-content4 .busstop dd a,
body.gururinbus
	section#gururinbus-content4
	div.day-wrapper
	> ul
	> li
	span.osusume {
	color: #e65c5c;
}
section#gururinbus-content4 {
	border-top-color: #e65c5c;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(4)
	a,
section#gururinbus-content4 .reserve a {
	background-color: #e65c5c;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(5)
	span.number,
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(5)
	h3,
body.gururinbus
	section#gururinbus-content5
	div#content-title
	> div:first-child
	> div
	span.number,
body.gururinbus
	section#gururinbus-content5
	div#content-title
	> div:first-child
	h3,
section#gururinbus-content5 div#content-title .price .course_select,
section#gururinbus-content5 .busstop dd,
section#gururinbus-content5 .busstop dd a,
body.gururinbus
	section#gururinbus-content5
	div.day-wrapper
	> ul
	> li
	span.osusume {
	color: #ae53c4;
}
section#gururinbus-content5,
section#gururinbus-content5 span.osusume:before,
section#gururinbus-content5 span.osusume:after {
	border-top-color: #ae53c4;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(5)
	a,
section#gururinbus-content5 .reserve a {
	background-color: #ae53c4;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(6)
	span.number,
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(6)
	h3,
body.gururinbus
	section#gururinbus-content6
	div#content-title
	> div:first-child
	> div
	span.number,
body.gururinbus
	section#gururinbus-content6
	div#content-title
	> div:first-child
	h3,
section#gururinbus-content6 div#content-title .price .course_select,
section#gururinbus-content6 .busstop dd,
section#gururinbus-content6 .busstop dd a,
body.gururinbus
	section#gururinbus-content6
	div.day-wrapper
	> ul
	> li
	span.osusume {
	color: #917528;
}
section#gururinbus-content6,
section#gururinbus-content6 span.osusume:before,
section#gururinbus-content6 span.osusume:after {
	border-top-color: #917528;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li:nth-child(6)
	a,
section#gururinbus-content6 .reserve a {
	background-color: #917528;
}
body.gururinbus
	section#gururinbus-index
	ul#gururinbus-index-list
	li
	> div:last-child
	span.itinerary {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:first-child {
		width: 50%;
		right: -10px;
	}
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:last-child
		h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 600px) {
	body.gururinbus
		section#gururinbus-index
		ul#gururinbus-index-list
		li
		> div:first-child {
		top: -40px;
	}
}
#gururinbus-index-list .price {
	margin: 8px 0;
}
#gururinbus-index-list .price span {
	font-size: 20px;
}
body.gururinbus .destination {
	text-align: left;
	margin: 8px 0 15px 0;
	line-height: 2.3em !important;
}
body.gururinbus .destination span {
	display: inline-block;
	border: 1px solid #666;
	padding: 5px 5px 4px 5px;
	margin-right: 5px;
}
body.gururinbus .destination span:last-child {
	margin-right: 0;
}
#gururinbus-index #calender {
	margin-top: 90px;
}
#gururinbus-index #calender p {
	font-size: 20px;
	text-align: center;
	margin: 50px 0;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index #calender {
		margin-top: 50px;
	}
	#gururinbus-index #calender p {
		margin: 25px 0;
	}
}
#gururinbus-index #calender p span {
	display: inline-block;
}
body.gururinbus .about-reserve {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-align: left;
}
body.gururinbus .notice-sec{
	padding: 120px 0 80px;
}
body.gururinbus .notice-sec h4{
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus .notice-sec{
		padding: 60px 0 30px;
	}
	body.gururinbus .notice-sec h4{
		margin-bottom: 20px;
	}
}
body.gururinbus .notice_include {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 45px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus .notice_include {
		display: block;
	}
}
body.gururinbus .notice_title {
	font-size: 18px;
	margin: 60px 0 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}
body.gururinbus .notice_emphasis{
	display: inline-block;
	font-weight: bold;
	padding-top: 20px;
}
body.gururinbus .notice_list {
	list-style: disc;
	text-align: left;
	padding: 10px 0 0 1.4em;
}
body.gururinbus .notice li {
	margin-top: 10px;
	line-height: 1.6em;
}
@media only screen and (max-width: 767px){
	body.gururinbus .notice_title {
	margin: 30px 0 0;
	padding: 0 0 5px;
}
body.gururinbus .notice_list{
	padding: 5px 0 0 1.4em;
}
}
body.gururinbus .notice_cancel_rules {
	width: 100%;
	text-align: center;
	margin-top: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
body.gururinbus .notice_cancel_rules th,
body.gururinbus .notice_cancel_rules td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	line-height: 1.4;
}
body.gururinbus .notice_cancel_rules th {
	background-color: #eee;
	font-weight: normal;
}
body.gururinbus .notice_cancel_rules td {
	background-color: #fff;
}
body.gururinbus .travel_agent_law {
	list-style: decimal;
	text-align: left;
	margin-left: 1.2em;
}
body.gururinbus .travel_agent_law li {
	margin-top: 10px;
	line-height: 1.6em;
}
section#hotel {
	background-color: #fff;
}
#hotel-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 80px 0 0 0;
	text-align: left;
}
#hotel-list li {
	width: calc(33% - 40px);
	margin: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
	#hotel-list {
		padding-top: 40px;
	}
	#hotel-list li {
		width: 100%;
		margin: 0 20px 40px;
	}
}
#hotel-list .hotelname {
	margin-top: 22px;
}
#hotel-list .hotelname strong {
	font-size: 18px;
	font-weight: normal;
}
#hotel-list .price {
	margin-top: 15px;
	padding: 12px 0 8px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
	#hotel-list .hotelname {
		margin-top: 20px;
	}
	#hotel-list .price {
		margin-top: 15px;
		padding: 10px 0 6px 0;
		line-height: 2em;
	}
}
#hotel-list .price > span {
	font-size: 16px;
}
#hotel-list .price > strong {
	color: #dd2230;
	font-weight: normal;
	display: inline;
}
#hotel-list .price > strong > span {
	font-size: 20px;
}
/**********************
  カスタマイズ
  各ページ
 **********************/
#gururinbus-course {
	background: url(/images/gururinbus/gururin-bg.jpg) left top no-repeat;
	background-size: 100%;
	background-color: #dcf2fa;
}
#gururinbus-course div#topic-path {
	padding: 100px 0 0 20px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-course div#topic-path {
		padding-top: 80px;
	}
}
#gururinbus-course section.page-title {
	padding-top: 55px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-course section.page-title {
		padding-top: 27px;
	}
}
body.gururinbus section.gururinbus-content {
	margin-bottom: 100px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus section.gururinbus-content {
		padding: 20px;
		position: relative;
		margin-bottom: 60px;
		padding-bottom: 50px;
	}
}
body.gururinbus div.day-wrapper div.day-count span {
	padding-top: 30px;
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
	body.gururinbus div.day-wrapper div.day-count span {
		padding-top: 13px;
		font-size: 23px;
	}
}
body.gururinbus div.day-wrapper div.day-count span.view {
	background-color: #3ea4d6;
}
section.gururinbus-content div#content-title .price {
	line-height: 2.8em;
	margin-bottom: 0;
}
section.gururinbus-content div#content-title .price .course_select {
	color: #3ea4d6;
	font-size: 20px;
}
section.gururinbus-content div#content-title .price .course_price {
	display: inline-block;
	margin-bottom: 15px;
}
section.gururinbus-content div#content-title .price .course_weight {
	font-size: 28px;
}
section.gururinbus-content div#content-title .price .course_stepnum {
	font-family: serif;
}
section.gururinbus-content div#content-title .price {
	font-size: 15px;
}
section.gururinbus-content div#content-title .price_note {
	font-size: 12px !important;
	margin-top: 0;
}
body.gururinbus div.day-wrapper > ul > li {
	padding-top: 33px;
}
section.gururinbus-content .busstop {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
section.gururinbus-content .busstop.no-content {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	section.gururinbus-content .busstop.no-content {
		margin-bottom: 20px;
	}
}
section.gururinbus-content .busstop dt {
	width: 3em;
	line-height: 1.5em;
}
section.gururinbus-content .busstop dt.sightsee {
	width: 6.5em;
}
section.gururinbus-content .busstop dd {
	color: #3ea4d6;
	width: calc(100% - 3em);
	margin-bottom: 15px;
	line-height: 1.5em;
}
section.gururinbus-content .busstop dd a {
	color: #3ea4d6;
}
section.gururinbus-content .busstop dd.sightsee {
	width: calc(100% - 6.5em);
}
@media only screen and (max-width: 600px) {
	section.gururinbus-content .busstop dd.sightsee {
		width: 100%;
		margin-top: 5px;
	}
}
section.gururinbus-content .busstop_b {
	display: inline-block;
	font-size: 24px;
}
section.gururinbus-content .day-wrapper li p {
	font-family: 'source-han-sans-japanese', 'Helvetica Neue', 'Helvetica',
		'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo,
		sans-serif;
}
section.gururinbus-content .day-wrapper .caption {
	margin: 5px 0 0 0;
	font-size: 13px;
}
body.gururinbus div.day-wrapper > ul > li div.time-table {
	font-family: 'source-han-sans-japanese', 'Helvetica Neue', 'Helvetica',
		'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo,
		sans-serif;
}
section.gururinbus-content .day-wrapper .course-name {
	display: inline-block;
	background-color: #e65c5c;
	color: #fff;
	font-size: 18px;
	padding: 8px 12px 7px;
	margin: -4px 0 30px;
}
@media only screen and (max-width: 767px) {
	section.gururinbus-content .day-wrapper .course-name {
		margin-bottom: 20px;
	}
}
section.gururinbus-content .reserve p {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 30px;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	section.gururinbus-content .reserve p {
		margin-top: 50px;
	}
}
section.gururinbus-content .reserve a {
	display: inline-block;
	min-width: 30%;
	background-color: #3ea4d6;
	color: #fff;
	font-size: 20px;
	padding: 15px 50px;
	border-radius: 2px;
	border: none;
}
section.gururinbus-content .reserve a:hover {
	opacity: 0.7;
}

/*---------------------------------------------
カレンダー
-----------------------------------------------*/
#gururinbus-index ul.calendar-course {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin: 50px 0;
	font-size: 16px;
	color: #000;
}
#gururinbus-index ul.calendar-course li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 1.4;
}
#gururinbus-index ul.calendar-course li::before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 3px;
	margin: auto;
}
#gururinbus-index ul.calendar-course .calendar-course-orange::before {
	background-color: #ef9701;
}
#gururinbus-index ul.calendar-course .calendar-course-blue::before {
	background-color: #3ea4d6;
}
#gururinbus-index ul.calendar-course .calendar-course-green::before {
	background-color: #70BC3F;
}
#gururinbus-index ul.calendar-course .calendar-course-red::before {
	background-color: #e65c5c;
}
#gururinbus-index .index-calendar {
	padding: 80px 0;
	background-color: #dcf2fa;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index .index-calendar {
		padding: 40px 0;
	}
	#gururinbus-index ul.calendar-course {
		margin: 30px 0;
		font-size: 15px;
	}
}
.calendar_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
	box-sizing: border-box;
}
.calendar_wrap .month_wrap .month_title {
	margin: 22px 0 20px;
	font-size: 20px;
}
.calendar_wrap .month_wrap {
	width: 299px;
	margin: 0 15px 30px;
	padding-bottom: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.calendar_wrap .month_wrap .month {
	width: 100%;
}
.calendar_wrap .month_wrap .month .week_wrap,
.calendar_wrap .month_wrap .month .day_wrap {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.calendar_wrap .month_wrap .month .week_wrap {
	background-color: #e7e7e7;
	margin-bottom: 15px;
	padding: 3px 20px;
	font-size: 14px;
}
.calendar_wrap .month_wrap .month .day_wrap {
	font-size: 16px;
}
.calendar_wrap .month .week_wrap div {
	box-sizing: border-box;
	width: 39px;
	font-weight: normal;
	margin: 10px;
}
.calendar_wrap .month_wrap .week_wrap div:first-child {
	color: #d00;
}
.calendar_wrap .month_wrap .week_wrap div:last-child {
	color: #3ea4d6;
}
.calendar_wrap .month .day_wrap:last-child {
	margin-bottom: 5px;
}
.calendar_wrap .month .day_wrap div {
	width: 26px;
	height: 26px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px 7px;
}
.calendar_wrap .month .spring {
	background-color: #3ea4d6;
	color: #fff;
}
.calendar_wrap .month .summer {
	background-color: #70BC3F;
	color: #fff;
}
.calendar_wrap .month .autumn {
	background-color: #ef9701;
	color: #fff;
}
@media only screen and (max-width: 684px) {
	.calendar_wrap .month_wrap {
		width: 100%;
		padding-bottom: 4vw;
	}
	.calendar_wrap .month_wrap .month .week_wrap {
		padding: 0 20px;
		margin-bottom: 3.5vw;
		font-size: 4vw;
	}
	.calendar_wrap .month_wrap .month_title {
		margin: 4.5vw 0 4vw;
		font-size: 5vw;
	}
	.calendar_wrap .month .week_wrap div,
	.calendar_wrap .month .day_wrap div {
		font-size: 4vw;
		width: 9vw;
		height: 9vw;
		margin: 1vw;
		line-height: 9vw;
	}
	.calendar_wrap .month .week_wrap div {
		line-height: 9.5vw;
	}
}
.calendar-unkyu {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.calendar-unkyu {
		margin-top: 0;
	}
}
.otonapass {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 10px 40px;
}
@media only screen and (max-width: 767px) {
	.otonapass {
		font-size: 14px;
		padding: 10px 20px;
	}
}
.otonapass span {
	display: block;
	line-height: 1.5;
}
/*---------------------------------------------
運行ルート
-----------------------------------------------*/
#gururinbus-index .index-route-fee {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}
#gururinbus-index .index-route-fee__title {
	display: inline-block;
	padding: 5px 6px 3px;
	margin-right: 10px;
	line-height: 1;
	font-size: 18px;
	border: 1px solid #aaa;
	border-radius: 2px;
}
#gururinbus-index .index-route-fee__primary {
	font-size: 42px;
	color: #e65c5c;
}
#gururinbus-index .index-route-fee__primary span {
	font-size: 18px;
}
#gururinbus-index .index-route-fee__secondary {
	font-size: 20px;
}
#gururinbus-index .index-route-fee__desc {
	text-align: center;
	margin-top: -5px;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	#gururinbus-index .index-route-fee__desc {
		font-size: 14px;
	}
}
#gururinbus-index .index-route-fee__desc span {
	font-size: 22px;
}
.index-route-busstop__list {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 20px 0 30px;
	padding: 20px 2vw 12px;
	border-radius: 3px;
	background: #f6f6f6;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.index-route-busstop__item {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	margin-bottom: 5px;
}
.index-route-busstop__item::before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 3px;
	margin: auto;
	color: #fff;
	line-height: 1;
	font-size: 21px;
	padding-top: 6px;
}
.index-route-busstop__item.--geton::before {
	background-color: #ef9701;
	content: '乗';
}
.index-route-busstop__item.--getoff::before {
	background-color: #70bc3f;
	content: '降';
}
.index-route-busstop__desc {
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.index-route-busstop__list {
		margin: 20px 0;
		font-size: 15px;
	}
	.index-route-busstop__item {
		padding-left: 35px;
	}
	.index-route-busstop__item::before {
		padding-top: 4px;
	}
}
@media only screen and (max-width: 767px) {
	#gururinbus-index .index-route-fee__title {
		font-size: 12px;
	}
	.index-route-busstop__item {
		font-size: 12px;
	}
}
.index-route-summary {
	display: flex;
	gap: 40px;
}
.index-route-summary__title {
	font-size: 28px;
	margin: 20px 0 7px;
	padding: 15px 20px 17px;
	line-height: 1.3;
	color: #fff;
	border-radius: 5px;
}
.index-route-summary__title span {
	display: block;
	font-size: 20px;
}
.index-route-summary__title.index-route-summary__title--orange {
	background: #ef9701;
}
.index-route-summary__title.index-route-summary__title--blue {
	background: #3ea4d6;
}
.index-route-summary__title.index-route-summary__title--green {
	background: #70BC3F;
}
.index-route-summary__title.index-route-summary__title--red {
	background: #e65c5c;
}

.index-route__btn {
	text-align: center;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.index-route-summary {
		flex-direction: column;
		gap: 7vw;
	}
	.index-route-summary__title {
		font-size: 20px;
		margin: 10px 0 2vw;
		padding: 10px 15px 12px;
	}
	.index-route-summary__title span {
		font-size: 16px;
	}
	.index-route__btn {
		margin-top: 20px;
	}
}
/*---------------------------------------------
一覧に戻る
-----------------------------------------------*/
.gururinbus-back {
	background: #fff;
	padding-top: 80px;
}
a.gururinbus-back-btn span {
	right: auto;
	left: -10px !important;
}
/*---------------------------------------------
予約ボタン
-----------------------------------------------*/
.reserve__sec{
	background-color: #dcf2fa;
	padding: 80px 0;
}
.reserve__btn p {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.reserve__sec{
		padding: 50px 0;
	}
	.reserve__btn p {
		margin-top: 40px;
	}
}
.reserve__btn .reserve__btn__a {
	display: inline-block;
	min-width: 30%;
	background-color: #3ea4d6;
	color: #fff;
	font-size: 18px;
	padding: 15px 50px;
	border-radius: 2px;
}
.reserve__btn .reserve__btn__a:hover {
	opacity: 0.7;
}
.reserve__btn .orange {
	background-color: #ef9701;
}
.reserve__btn .green {
	background-color: #70BC3F;
}
.reserve__btn .red {
	background-color: #e65c5c;
}
.reserve__btn__list {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 3vw;
}
.reserve__btn__list .reserve__btn__a {
	width: 100%;
	max-width: 360px;
	padding: 20px;
	border: none;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.reserve__btn__list {
		grid-template-columns: 1fr;
	}
	.reserve__btn__list .reserve__btn__a {
		padding: 15px;
	}
}
	/*---------------------------------------------
バナーセクション
-----------------------------------------------*/
.banner-sec > div {
	margin: 0 auto 3vw;
}
.banner-sec > div > a:hover {
	opacity: 0.8;
}
.gururintaxi__link {
	display: inline-block;
	margin-top: 100px;
}
@media only screen and (max-width: 767px) {
	.banner-sec {
		margin-top: 40px;
	}
	.gururintaxi__link {
		display: inline-block;
		margin-top: 0;
	}
}
/*---------------------------------------------
乗降値引き
-----------------------------------------------*/
.joko {
	display: flex;
	margin-bottom: 20px;
}
.joko__container {
	display: flex;
	align-items: center;
	padding: 5px 15px 5px 5px;
	border: 1px solid #ef9701;
	border-radius: 100vh;
	font-size: 20px;
	line-height: 1;
}
.joko__cat {
	background: #ef9701;
	border-radius: 100vh;
	color: #fff;
	padding: 6px 5px 4px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	font-size: 20px;
}
.joko__text {
	color: #ef9701;
}
.joko__text span {
	font-size: 23px;
}
.joko__container.--down {
	border-color: #70bc3f;
}
.joko__container.--down .joko__cat {
	background: #70bc3f;
}
.joko__container.--down .joko__text {
	color: #70bc3f;
}
@media only screen and (max-width: 767px) {
	.joko__container {
		font-size: 16px;
	}
	.joko__cat {
		padding: 5px;
		width: 26px;
		height: 26px;
		font-size: 18px;
		padding: 4px;
	}
	.joko__text span {
		font-size: 21px;
	}
}
