﻿@charset "utf-8";
/* CSS Document */

/*リセット*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}

h2.ttl {
	width: 100%;
	border-bottom: none !important;
	font-weight: bold !important;
	font-size: 20px;
	padding: 8px 0;
}

@media screen and (max-width: 767px) {
	h2.ttl {
		font-size: 18px;
	}
}

a {
	text-decoration: none;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 1s linear;

}

a,
a:link,
a:visited {
	color: #666;
}

.crumb {
	width: auto;
	margin-bottom: 8px;
	padding: 8px 0;
}

.ttl {
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.style_h2 {
	text-align: center;
	font-size: 25px;
	margin: 30px 0 15px;
}

article {
	max-width: 1024px;
	margin: 0 auto;
}

div#sidebar {
	float: left;
	width: 28%;
	margin-right: 8px;
}

#mainRight {
	width: 70%;
	float: right;
}

/*メイン*/
.mainImg {
	position: relative;
}

.kyoto_bus_winter .mainImg p {
	margin-top: 0px;
}

.mainImg p span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.mainImgnext p {
	margin-top: 20px;
}

.mainImgnext img {
	max-width: 100%;
	margin: 20px auto;
}

/*左カラム*/
div#sidebar .mypage p.loginBn a {
	background: #666;
	width: 100%;
	padding: 10px 0;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 5px;
}

div#sidebar .mypage p.loginBn a:hover {
	background: #999;
}

div#sidebar .mypage p.loginBn a .fa-user {
	font-size: 1.2em;
	margin-right: 5px;
}

div#sidebar .mypage p.loginBn a .fa-chevron-circle-right {
	margin-left: 5px;
}

div#sidebar .support {
	margin-top: 8px;
	background-image: -moz-linear-gradient(45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
	background-size: 4px 4px;
	padding: 5px;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	font-size: 0.9em;
}

div#sidebar .support dl dt,
div#sidebar .support dl dd.telNumber,
div#sidebar .support dl dd.telComment {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

div#sidebar .support dl dd.telNumber {
	font-size: 1.7em;
	color: #FF9900;
}

div#sidebar .support dl dd.buisinessHour {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

div#sidebar .support dl dd.telComment {
	color: #000;
	line-height: 1.2em;
}

div#sidebar .support dl dd.inquiryBtn a {
	background: #FFF;
	border: #f90 1px solid;
	color: #f90;
	margin: 5px auto;
	text-align: center;
	display: block;
	padding: 5px 0;
	font-weight: bold;
}

div#sidebar .support dl dd.inquiryBtn a i {
	margin-right: 5px;
}

div#sidebar .support dl dd.inquiryBtn a:hover {
	background: #f90;
	color: #fff;
}

/*メニュー*/
nav.pageLink {
	margin: 10px 0;
}

.pageLink ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

nav.pageLink ul li {
	text-align: center;
	margin: 5px 0;
	border-bottom: 1px solid #999;
	flex: 0 0 30%;
}

nav.pageLink ul li:last-of-type {
	border-right: none;
}

nav.pageLink ul li a {
	color: #666666;
	display: block;
}

nav.pageLink ul li i {
	margin-left: 5px;
}

/*ランキング*/
.ranking h2.ttl,
.new h2.ttl,
.QandA h2.ttl {
	font-size: 1.2em !important;
	font-weight: bold !important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
}

.ranking h2.ttl {
	background: url(../../img/topics/busTop/iconTtlParRank.png) no-repeat;
	background-size: 25px auto;
}

.ranking .ranking-review {
	display: none;
}

.rankBox {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px dotted #999;
}

.ranking-img {
	position: relative;
	width: 32%;
	margin-right: 8px;
}

.ranking-txt {
	margin: 0;
}

.rankBox .price {
	border: none;
}

.rankBox .price span {
	font-size: 110%;
}

.rankBox img {
	width: 100%;
	height: auto;
}

.rankBox .sttl.ttl-detail03 {
	font-size: 100%;
}

.rankBox .ranking-mark {
	background-size: 30px auto;
	font-size: 100%;
	padding: 8px 0 0 0;
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
}

.rankBox .ranking-mark.rank01,
.rankBox .ranking-mark.rank02,
.rankBox .ranking-mark.rank03 {
	width: 30px;
	height: 30px;
}

/*新着ツアー*/
.new {
	margin: 40px 0;
}

.new h2.ttl {
	background: url(../../img/topics/busTop/iconTtlParNew.png) no-repeat;
	background-size: 25px auto;
}

.allPlan {
	width: 80%;
	margin: 15px auto;
}

.allPlan a {
	display: block;
	background: #f90;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.bn_area {
	width: 558px;
	margin: 10px auto;
}

.tour_link {
	width: 80%;
	margin: 15px auto;
}

.tour_link a {
	width: 80%;
	text-align: center;
	padding: 8px 0;
	border-radius: 50px;
	background: #fff;
	color: #f90;
	border: 2px solid #f90;
	display: block;
}

/*検索部分*/
.calConts {
	width: 48.4%;
	float: left;
	margin: 0 5px 8px 0;
	border: #5f5f5f 2px solid;
	background: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(56, 56, 56, 0.3);
}

p.ttlMonth {
	text-align: center;
	padding: 8px 0;
	width: 100%;
	background: #333;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.calConts:nth-child(odd) {
	margin-right: 8px;
}

.calConts table {
	width: 96%;
	vertical-align: middle;
	margin: 5px auto;
	height: auto;
}

.calConts table .sunday {
	background-color: #dec5e3;
}

.calConts table .thursday {
	background-color: #cdedfd;
}

.calConts table th,
.calConts table td {
	padding: 3px 0;
}

.calConts table td {
	position: relative;
	border: 1px solid #000 !important;
	background-clip: padding-box !important;
	text-align: center !important;
}

.calConts table td a {
	text-decoration: underline !important;
}

.calConts table td.tourDay {
	background: #f7c1c1;
}

.calConts table td.tourDay a {
	text-decoration: underline !important;
}

.calConts table td span {
	position: absolute;
	top: 0;
	left: 16%;
}

.calConts table td span img {
	width: 25px;
	height: 25px;
}

.calConts .calendarTxt {
	margin: 5px;
}

.square {
	display: inline-block;
	width: 20px;
	height: 10px;
	background: #f7c1c1;
}

.searchKeyword {
	width: 48%;
	float: right;
	border: #333 3px solid;
	background: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(56, 56, 56, 0.3);
	position: relative;

}

.searchKeyword p {
	margin-bottom: 5px;
}

.searchKeyword ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px 5px;
	font-size: 14px;
	padding-left: 15px;
	background: url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}

.searchKeyword ul li a {
	text-decoration: underline;
}

.more a {
	font-size: 16px !important;
	font-weight: bold;
}

.searchKeyword .moreInfo {
	width: 90%;
	border-top: 1px solid #898989;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
	line-height: 2.0;
}

.full_content .searchWrap {
	padding: 5px;
}

#tour h2,
#thema h2,
#spot h2,
#QandA h2 {
	background: url(../../img/topics/busTop/iconTtlParBus.png) no-repeat;
	padding-left: 40px;
}

#tour h2.taxi {
	background: url(../../img/topics/busTop/iconTaxi.png) no-repeat;
}

#tour h2.ship {
	background: url(../../img/topics/busTop/iconTtlShip.png) no-repeat;
	background-size: 35px;
}

#tour {
	background: #f5f5f5;
}

.tourList {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 20px;
	padding: 50px 1rem;
}

.tourBox {
	width: calc((100% - 24px) / 2);
	background: #fff;
	padding: 1.5rem;
	border-radius: 10px;
}

.mainImgnext {
	display: flex;
	flex-wrap: wrap;
}

img.mx-auto {
	height: 50.5px;
	width: 512px;
}

@media only screen and (max-width: 787px) {}

.tourBox a:hover {
	opacity: 0.8;
}

.tourImg {
	position: relative;
	overflow: hidden;
	height: 300px;
}

.tourImg img {
	object-fit: cover;
	width: 100%;
}

.tourDetail {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tourBox h3 {
	color: #FF9900;
}

.tourBox p {
	font-size: 14px;
	line-height: 1.2;
}

.tourBox ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.tourBox ul li {
	color: #666666;
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid #666666;
	border-radius: 9999px;
}

.tourBox dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.tourPrice tbody {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tourPrice tbody th {
	padding-right: 5px;
}

.tourPrice .sales-price {
	font-weight: bold;
	color: #E0124A;
	font-size: 1.3em;
	margin: 0 8px 0 3px;
}

.tourPrice .line {
	text-decoration: line-through;
	font-weight: bold;
	margin: 0 5px;
}

.kyoto_bus_spring .busKyoto .tourPrice dd {
	color: #EF6081 !important;
}

.tourBtn {
	margin: 8px auto;
	width: 80%;
	text-align: center;
	color: #fff;
	background: #f90;
	padding: 8px 0;
	border-radius: 50px;
}

.tourBtn a {
	color: #fff;
	display: block;
}

.kyoto_bus_spring .tourBtn {
	background: #EF6081 !important;
}

/*見どころマップ*/

#spot ul {
	background: url(../../img/pref_category/kyoto_bus/mapBack.gif);
	width: 526px;
	aspect-ratio: 1;
	margin: 0px auto;
	padding: 0px auto;
	position: relative;
}

#spot ul li a {
	position: absolute;
	display: block;
	height: 82px;
}

#spot ul li.otherPlace a {
	height: 21px !important;
}

#spot ul li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#spot ul li.mapKinnkakuji a {
	top: 13px;
	left: 115px;
}

#spot ul li.mapRyouannji a {
	top: 94px;
	left: 23px;
}

#spot ul li.mapArashiyama a {
	top: 260px;
	left: 2px;
}

#spot ul li.mapTouji a {
	top: 432px;
	left: 149px;
}

#spot ul li.mapFushimiinari a {
	top: 445px;
	left: 425px;
}

#spot ul li.mapKiyomizudera a {
	top: 330px;
	left: 445px;
}

#spot ul li.mapKoudaiji a {
	top: 244px;
	left: 435px;
}

#spot ul li.mapKifune a {
	top: 2px;
	left: 443px;
}

#spot ul li.mapGinnkakuji a {
	top: 91px;
	left: 444px;
}

#spot ul li.mapKyotogosyo a {
	top: 87px;
	left: 320px;
}

#spot ul li.mapNijoujou a {
	top: 102px;
	left: 192px;
}

@media screen and (max-width: 767px) {

	/*見どころマップ*/
	#kyotoMap,
	#spot {
		margin: 0px auto;
		background: #FFF;
		width: 100%;
		padding-bottom: 10px;
	}

	#kyotoMap ul,
	#spot ul {
		background: url(/img/pref_category/kyoto_bus/mapBack.gif);
		background-size: 100% auto;
		width: 100%;
		height: 340px;
		margin: 10px auto;
		position: relative;
	}

	#kyotoMap ul li a,
	#spot ul li a {
		position: absolute;
		display: block;
	}

	#spot ul li img {
		width: 52px;
		height: auto;
	}

	#kyotoMap ul li.otherPlace a,
	#spot ul li.otherPlace a {
		height: 21px !important;
	}

	#kyotoMap ul li a:hover img,
	#spot ul li a:hover img {
		opacity: 0.5;
		filter: alpha(opaFcity=50);
		-ms-filter: "alpha(opacity=50)";
	}

	#spot ul li.mapKinnkakuji a {
		top: 3px;
		left: 65px;
	}

	#spot ul li.mapRyouannji a {
		top: 52px;
		left: 23px;
	}

	#spot ul li.mapArashiyama a {
		top: 150px;
		left: 2px;
	}

	#spot ul li.mapTouji a {
		top: 232px;
		left: 49px;
	}

	#spot ul li.mapFushimiinari a {
		top: 260px;
		left: 235px;
	}

	#spot ul li.mapKiyomizudera a {
		top: 160px;
		left: 265px;
	}

	#spot ul li.mapKoudaiji a {
		top: 110px;
		left: 235px;
	}

	#spot ul li.mapGinnkakuji a {
		top: 52px;
		left: 253px;
	}

	#spot ul li.mapKifune a {
		top: 3px;
		left: 253px;
	}

	#spot ul li.mapKyotogosyo a {
		top: 52px;
		left: 170px;
	}

	#spot ul li.mapNijoujou a {
		top: 52px;
		left: 82px;
	}
}

/*見所*/
.spot {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.spot dl {
	padding: 8px;
	border: #999 1px solid;
	width: calc((100% - 24px) / 4);
}

.spot dl dt {
	text-align: center;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 1.1em;
}

.spot dl .spotImg {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.spotImg img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.spot dl .spotImg span {
	position: absolute;
	background: #666;
	color: #fff;
	padding: 2px 5px;
	top: 5%;
	left: 3%;
}

.spot .spot_txt {
	margin: 5px 0;
}

.spot dl .period {
	text-align: center;
	padding: 3px;
	background: #999;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 0.9em;
}

/*テーマから選ぶ*/
.thema {
	display: flex;
	flex-wrap: wrap;
}

.thema div {
	flex: 0 0 32.5%;
	border: #999 1px solid;
	margin: 8px 8px 0 0;
}

.thema div:nth-child(3n) {
	margin-right: 0;
}

.themaImg {
	position: relative;
	height: 130px;
	overflow: hidden;
}

.themaImg span {
	position: absolute;
	background: #666;
	color: #fff;
	padding: 2px 5px;
	top: 80%;
	left: 0%;
	width: 100%;
	opacity: 0.9;
}

/*QA*/
#QandA dl {
	font-size: 13px;
	line-height: 1.5em;
	padding: 10px 0;
}

#QandA dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#QandA dd {
	margin-bottom: 10px;
	border-bottom: #999999 1px dotted;
	padding-bottom: 5px;
}

#QandA dt:before,
#QandA dd:before {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #FFFFFF;
	padding: 3px 8px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

#QandA dt:before {
	content: "Q";
	background: #666;
}

#QandA dd:before {
	content: "A";
	background: #6D0484;
}

/*すべてのプランを見る*/
.planListBtn {
	width: 80%;
	margin: 15px auto;
}

.planListBtn a {
	background: #f90;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	border: #f90 2px solid;
	width: 80%;
	margin: 0 auto;
}

.planListBtn a:hover {
	background: #fff;
	border: #f90 2px solid;
	color: #f90;
}

/*集合場所*/
.meetingSpot {
	width: 95%;
	margin: 0 auto;
}

.meetingSpot h3 {
	width: 100%;
	background-color: #5f5f5f;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}

.meetingSpot img {
	border: 1px solid #5f5f5f;
	width: 100%;
	margin: 0px auto;
}

.meetingSpot p {
	width: 100%;
	margin: 0 auto 10px;
}

p.map_ttl {
	width: 100%;
	background-color: #5f5f5f;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin: 0;
}

/*tourpoint*/
.tour_point {
	padding: 8px;
	background: #eee;
	margin: 12px 0;
}

.tour_point h2 {
	text-align: center;
	background: none !important;
}

.tour_point span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.tour_point li {
	font-size: 0.9em;
	margin-top: 5px;
}

.tour_point li:before {
	content: '・';
}

/*taxi*/
.taxi_list li {
	margin: 0 5px 15px;
	border: 1px solid #999;
}

.taxi_list a {
	display: flex;
	color: #000;
	align-items: center;
	position: relative;
}

.taxi_img {
	flex: 0 0 30%;
	margin-right: 8px;
	overflow: hidden;
}

.taxi_img img {
	width: 100%;
	vertical-align: bottom;
}

.tour_text {
	padding: 8px 15px 8px 0;
}

.taxi_list a:after {
	position: absolute;
	content: '\f054';
	font-family: "fontAwesome";
	right: 5px;
}

/*お知らせ*/
.notice {
	margin: 15px 0;
	padding: 8px;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
}

.notice p {
	font-weight: bolder;
	color: #c00;
	font-size: 1.1rem;
}

.mainImg.kyoto_bus_winter img {
	height: 540px;
	object-fit: cover;
	object-position: top;
}

h3 {
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	div#tour {
		padding: 5px;
	}

	.tourBox {
		margin: auto;
	}

	.spot dl {
		width: calc((100% - 8px) / 2);
	}

	.mainImg.kyoto_bus_winter img {
		height: 300px;
	}
}

.contwrap {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

.mainImg img {
	width: 100%
}

li {
	list-style: none;
}

.bn_area {
	width: 100%;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
}

.bn_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bn_area ul li {
	width: calc(100%/2 - 5px);
	margin-bottom: 5px;
}

.bn_area li img {
	width: 100%;
	height: 60px;
	object-fit: cover;
}

.tourImg {
	position: relative;
	overflow: hidden;
	height: auto;
}

.tourImg img {
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
}

.tour_link a {
	width: 100%;
}

.thema {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.thema div {
	flex: 0 0 calc(100%/5 - 5px);
	border: #999 1px solid;
	margin: 0 0 5px 0;
}

.themaImg span {
	top: auto;
	bottom: 0;
}

div#meetingPlace {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.meetingSpot {
	width: calc(100%/2 - 5px);
	margin: 0 auto;
}

#meetingPlace h2 {
	background: url(https://www.tabione.com/img/topics/busTop/iconTtlParBus.png) no-repeat;
	padding-left: 40px;
	width: 100%;
}

#tour h2,
#thema h2,
#spot h2,
#QandA h2,
#meetingPlace h2 {
	background-position: center left;
}

#searchPlan .searchCondition .linkRecommend,
#searchPlan .searchCondition .linkPlace,
#searchPlan .searchCondition .linkQA {
	width: calc(100%/3 - 10px);
}

.shikibu .tourBox {
	border: 3px solid #c4abf1;
	flex: 0 0 100%;
}

.shikibu a {
	display: flex;
	flex-wrap: wrap;
}

.shikibu .tourImg {
	width: 40%;
	margin-right: 10px;
}

.shikibu .tourDetail {
	width: calc(60% - 10px);
}

.shikibu .tourImg img {
	height: 100%;
}

@media screen and (max-width: 767px) {

	.contwrap {
		padding: 1rem;
	}

	.bn_area ul li {
		width: 90%;
		margin: 0 auto 5px;
	}

	.bn_area li img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.thema div {
		flex: 0 0 calc(100%/2 - 5px);
		border: #999 1px solid;
		margin: 0 0 5px 0;
	}

	.meetingSpot {
		width: 95%;
		margin: 0 auto;
	}

	#QandA dl {
		font-size: 13px;
		line-height: 1.5em;
		padding: 10px;
	}

	.tourBox {
		width: calc(100% - 10px);
	}

	.tour_link {
		text-align: center;
		margin: 20px auto;
	}

	.tour_link a {
		width: 100%;
		padding: 5px 15px;
	}

	.shikibu a {
		display: block;
	}

	.shikibu .tourImg {
		width: 100%;
		margin-right: 0;
	}

	.shikibu .tourDetail {
		width: 100%;
	}

	.tourDetail h3 {
		font-size: 1rem;
		font-weight: bold;
	}
}

/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.tourList .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 7px;
	margin: 10px 0;
}

.tourList .date p {
	font-size: 14px;
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 2px;
}

.notification {
	background-color: #c00;
	padding: 1% 3%;
	margin: 1% 0;
	color: white;
}

.notification p a {
	color: #fff47b;
	padding-left: 7%;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

p.term {
	font-weight: 600;
	color: #ff0000;
}

.settei {
	color: #ef6081;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bnr_area li {
	width: 80%;
	margin: 1rem auto;
}

.bnr_area li img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.bnr_area li {
		width: 100%;
		padding: 0 10px;
	}
}

#tour h2.nobus {
	background: none;
	padding-left: 0;
}

.mv-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}

/*3条件リンクエリア追加*/
.third-cond-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.third-cond-link .item {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.third-cond-link .item p {
	color: #484848;
	font-size: 18px;
}

.third-cond-link .item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.third-cond-link .item ul li {
	width: fit-content;
	min-width: 70px;
	padding: 10px 16px;
	background: #FFF3E1;
	color: #ff9900;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.third-cond-link .item ul li:hover {
	cursor: pointer;
}

@media screen and (max-width: 767px) {

	/*3条件リンクエリア追加*/
	.third-cond-link .item p {
		font-size: 16px;
	}

}