@charset "utf-8";

/* 基本設定 */
article {
	font-size: 14px;
	color: #333 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

#js-gallery a,#js-gallery2 a {
	position: static!important;
	left: 180px !important; 
}


/* 共通 */
a:hover {
	text-decoration: none;
}
.itembox02 a:hover, #head-sub a:hover {
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}


/* メインイメージ */
#main-img h1 img {
	margin: 0 auto;
	width: 100%;
}
#main-img .swiper-slide img {
	width: 100%;
}

.main-title-area {
	float:left;
	width: 37%;
}
.main-slide-area {
	float:left;
	width: 63%;
}
#main-img .main-bottom-area img {
	width: 100%;
}

@media (max-width: 767px){
	.main-title-area {
		float:none;
		width: 100%;
	}
	.main-slide-area {
		float:none;
		width: 100%;
	}
	#main-img .container {
		padding: 0;
	}
}

/* ページナビゲーション */
#guruguru-kanko-bus-navi {
	margin-bottom: 60px;
	clear: both;
}
#guruguru-kanko-bus-navi nav {
	background-color: #ff0000;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#guruguru-kanko-bus-navi .navbar {
	width: 1140px;
	margin: 0 auto;
	border:0;
	padding: 0;
	min-height: initial;
}
#guruguru-kanko-bus-navi .navbar ul {
	width: 100%;
}

@media(max-width:1199px) { 
	#guruguru-kanko-bus-navi .navbar {
		width: 100%;
	}
}

#guruguru-kanko-bus-navi .navbar li {
	font-size: 17px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
	float: left;
	width: 25%;
	text-align: center;
	margin: 0;
	background-color: #ff0000;
	display: table-cell;
	vertical-align: middle;
}
#guruguru-kanko-bus-navi .navbar li:hover{
	background-color: #660000;
}
#top li.nav-top {
	background-color: #660000;
}
#popularity li.nav-popularity {
	background-color: #660000;
}
#skybus li.nav-skybus {
	background-color: #660000;
}
#restaurantbus li.nav-restaurantbus {
	background-color: #660000;
}
#autumn li.nav-autumn {
	background-color: #660000;
}
#winter li.nav-winter {
	background-color: #660000;
}
#guruguru-kanko-bus-navi .navbar li a{
	color:#ffffff;
	display: block;
	padding: 10px;
}
#guruguru-kanko-bus-navi .navbar li a:hover{
	color:#ffffff;
	text-decoration: none;
}
#guruguru-kanko-bus-navi .navbar li:last-child {
	border-right: 2px solid #ffffff;	
}


@media(max-width:991px) { 
	/* タブレット用 */
	#guruguru-kanko-bus-navi .navbar li {
    font-size: 12px;
	}
}

@media(max-width:767px) { 
	/* スマホ用 */
	#guruguru-kanko-bus-navi {
		margin-bottom: 30px;
	}
	#guruguru-kanko-bus-navi nav {
		border-top:0;
		border-right: 2px solid #ffffff;
	}
	#guruguru-kanko-bus-navi .navbar li {
		width: 50%;
		border-top: 2px solid #ffffff;
	}
	#guruguru-kanko-bus-navi .navbar li:last-child {
		border-right: 0;	
	}	
}

#introduction {
  margin-bottom: 60px;
  text-align: center;
  clear: both;
}

#introduction p {
	text-align: left;
	padding: 20px;
}

#introduction h2 {
  font-size: 30px;
  margin: 30px auto;
}

#introduction h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px;
  text-align: left;
}

#introduction .introduction-txt {
  text-align: left;
  font-size: 14px;
  margin: 5px;
}

@media(max-width: 767px) {
	/* タブレット以下 */
  #introduction {
    margin-bottom: 60px;
    text-align: center;
    clear: both;
  }
  #introduction h2 {
    font-size: 30px;
    margin: 30px auto;
  }
  #introduction h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
  }
  #introduction .introduction-txt {
    text-align: left;
    font-size: 14px;
    margin: 5px;
  }
}

@media (max-width: 767px) {
  #introduction {
    margin-bottom: 60px;
    text-align: center;
    clear: both;
  }
  #introduction h2 {
    font-size: 30px;
    margin: 30px auto;
  }
  #introduction h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
  }
  #introduction .introduction-txt {
    text-align: left;
    font-size: 14px;
    margin: 5px;
  }
}

/* メリット */
#merit-area {
	background:url(/activity/kyoto/img/bg-clowd.png) no-repeat center center;
	text-align: center;
	margin-bottom: 30px;
}
#merit-area li {
	font-size: 23px;
	color: #660000;
	font-weight: bold;
	display: inline-block;
	padding: 8px 0 0 32px;;
	position: relative;
}
#merit-area li:before {
	content: url(/activity/kyoto/img/ico-flag.png);
	position: absolute;
	top: 50%;
	left:8px;
	margin-top: -12px;
}
#merit-area li span {
	font-size: 14px;
}


@media (max-width: 767px){
	#merit-area {
		margin-bottom: 30px;
		padding: 15px 0;
	}
	#merit-area li {
		font-size: 14px;
	}
	#merit-area li span {
		font-size: 10px;
	}
	#merit-area li:before {
		content: url(/activity/kyoto/img/ico-flag-sp.png);
		position: absolute;
		top: 76%;
		left: 18px;
		margin-top: -12px;
	}
}


/* ホテルセット商品 */
.hotelpack-wrap {
	border-radius: 10px;
	border: 2px solid #d9534f;
	padding: 30px;
	display: inline-block;
	margin-bottom: 70px;
	width: 100%;
}
.hotelpack-wrap h2 {
	text-align: center;
	color: #ff809a;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 24px;
}
.hotelpack-box {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 15px;
}
.hotelpack-box img {
	width: 80%;
}
.hotelpack-box h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
#hotelpack .btn_route {
	background: #660000;
	width: 80%;
	margin-top: 20px;
}
#hotelpack .btn_route {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: .25rem;
	padding: 10px 5px;
	text-align: center;
	margin: 30px auto;
}
#hotelpack .btn_route::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 15px;
	color: #fff !important;
}
#hotelpack .plan-price {
	font-size: 16px;
	margin-top: 10px;
	text-align: right;
}
#hotelpack .price-text {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #f53c7f;
	padding:0;
	text-align: right;
}
.normal-line, #hotelpack .normal-line .max, #hotelpack .normal-line .min {
	font-size: 11px;
	color: #000;
}
#hotelpack .min, #hotelpack .max {
	font-size: 18px;
}

@media (max-width: 991px) {
	#hotelpack .btn_route {
		width: 80%;
	}
	.hotelpack-box {
		width: 100%;
		float: unset;
		margin-bottom: 40px;
	}
	.hotelpack-box:last-child {
		margin-bottom: 0px;
	}
}

@media(max-width:767px) {
	.hotelpack-wrap h2 {
		font-size: 18px;
	 }
	#hotelpack .btn_route {
		font-size: 10px;
		margin: 15px auto;
	}
	#hotelpack .btn_route {
		width: 100%;
	}
	.hotelpack-box img {
		width: 100%;
	}
	#merit-area .btn_route {
		font-size: 10px;
		margin: 15px auto;
	}
}

/* 各見出し部分 */
#copy h1{
	color: #660000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	margin-left: auto!important;
	margin-right: auto!important;
	line-height: 1.4;
}
#copy h1::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 9px solid #ff0000;
	width :140px !important;
	width : -webkit-calc(100% - 40px) ;
	width : calc(100% - 40px) ;
	margin: 0 auto;
}
#copy h2{
	color: #660000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	margin-left: auto!important;
	margin-right: auto!important;
	line-height: 1.4;
}
#copy h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 9px solid #ff0000;
	width :140px !important;
	width : -webkit-calc(100% - 40px) ;
	width : calc(100% - 40px) ;
	margin: 0 auto;
}
.common-title1-text {
	margin-bottom: 60px;
	line-height: 1.6;
	text-align: left;
}

@media(max-width:767px) {
	#copy h2{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 30px;
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	#copy h2::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-bottom: 6px solid #ff0000;
		width: 90px !important;
		width : -webkit-calc(100% - 40px);
		width : calc(100% - 40px);
		margin: 0 auto;
	}
}






/* カテゴリー */

#list {width: 100%;}

#copy    {margin: 0 auto;width: 100%;text-align: center;}

#category {
	padding-top:60px;
	padding-bottom: 60px;
	background:url(/activity/kyoto/img/bg-category.png) repeat;
}
#category .itembox02 h3 {
	color: #660000;
	font-size: 24px;
	margin: 15px 0 10px 0;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
#category .itembox02 {
	overflow: hidden;
	display:block;
}
#category .itembox02 a{
	display:block;
	width:100%;
}
#category .itembox02 img {
	width: 100%;
}
#category .cat-color:nth-child(odd) .itembox02{
	background: #00ccff;
}
#category .itembox02 .example-txt {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.price-text {
	font-size: 14px;
	padding-right: 3px;
	color: #000;
}
#category .itembox02 .num {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	display: inline;
}
#category .itembox02 .yen{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	display: inline;
	padding-right: 3px;
}

@media(max-width: 767px) {
	/* タブレット以下 */
	#category {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#category .itembox02 img{
		width:39%;
		border-radius: 4px 0px 0 4px;
		-webkit-border-radius: 4px 0px 0 4px;
		-moz-border-radius:4px 0px 0 4px;
		float:left;
		padding-bottom: 15px;
		padding-right: 15px;
	}	
	#category .itembox02 .itembox-body{
		margin-left: 41%;
		padding:6px 0px 5px 0px;
	}
	#category .itembox02 h3{
		font-size: 18px;
		text-align: left;
		margin-top:0;
	}
	#category .itembox02 .price-line{
		text-align:right;
	}
	#category .itembox01 .price-text, 
	#category .itembox02 .price-text, 
	#category .itembox03 .price-text{
		font-size:12px;
		text-align:center;
	}
	#category .itembox01 .num,
	#category .itembox02 .num,
	#category .itembox03 .num{
		font-size:18px;
	}
}
.btn-detail {
	color: #fff;
	padding: 8px;
	margin: 0 auto;
	position: relative;
	width: 60%;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #f30069;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition-property: all;
	transition: 0.3s linear;
	margin-top: 15px;
	clear: both;
}
.btn-detail:after {
	content: "\f720";
	font-family: 'willer_iconsregular';
	position: absolute;
	top: 50%;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	right: 15px;
	margin-top: -8px;
}

@media (max-width: 767px) {
	#category h2 {
		margin-bottom: 15px;
	}
	.btn-detail {
	margin-bottom: 30px;
	}
}
#head-sub img {
	padding: 10px 10px 10px 15px;
}
@media (max-width: 767px) {
	#head-sub img {
	width: 100%;
	}
}

/* 予約カセット*/
.num {
	font-size: 16px;
	font-weight: bold;
	color:#f53c7f;
	display: inline;
}
.yen{
	font-size: 12px;
	font-weight: bold;
	color: #f53c7f;
	display: inline;
	padding-right: 3px;
}

@media(max-width: 767px) {
	/* タブレット以下 */
	.num{
		font-size:18px;
	}
}

.price-text-wrap {
	display: inline;
	width: 100%;
	white-space: nowrap;
}
#top .price-text-wrap {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
#top .price-text-wrap:lastlastchild {
	margin-right: 0px;
}

@media (max-width: 767px) {
	.num {
		font-size: 16px;
	}
	li.plan-id {
		margin-bottom: 5px;
		float: none!important;
		display: table;
	} 
	.modal-body .plan-id {
		margin-bottom: 0px;
	}
}

.spots a {
 color: #333;
}
footer {
	clear: both;
}

#merit-area .btn_route {
	background: #660000;
	width: 50%;
	margin-top: 20px;
}
#merit-area .btn_route {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: .25rem;
	padding: 10px 5px;
	text-align: center;
	margin: 30px auto;
}
#merit-area .btn_route::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f2d2";
}


@media (max-width: 991px) {
	#merit-area .btn_route {
		width: 80%;
	}
}
@media (max-width: 767px) {
	#merit-area .btn_route {
		font-size: 10px;
		margin: 15px auto;
	}
}







.common-title1-text {
	margin-bottom: 60px;
	line-height: 1.6;
	text-align: left;
}


@media(max-width:767px) {
	#copy h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 30px;
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
		margin-left: auto!important;
		margin-right: auto!important;
	}

	#copy h1::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 border-bottom: 6px solid #ff0000;
	 width: 90px !important;
	 width : -webkit-calc(100% - 40px);
	 width : calc(100% - 40px);
	 margin: 0 auto;
	}
}

