@charset "utf-8";
/*カルーセル------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #f84C78;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
}
.multiple-item li {
	margin: 0 10px;
}
.multiple-item {
	padding: 15px 0;
}
.slick-dotted.slick-slider {
	margin-bottom: 50px;
}
/*アウトライン*/
a {
	outline: none;
}
a:focus, *:focus {
	outline: none;
}

/* 767px以下(SM) */
	@media only screen and (max-width: 767px) {
	.slick-dotted.slick-slider {
		margin-bottom: 30px;
	}
	}

/*.slick-box3-4*/
.slick-box3, .slick-box4 {
	width: 90%;
	margin: 0 auto;
}
.slick-box3 li, .slick-box4 li {
	text-align: center;
	padding: 0 10px;
}
.slick-box3 img, .slick-box4 img {
	max-width: 100%;
	margin: 0 auto;
}
/*slick-box2*/
.slick-box2 li {
	margin: 10px;
	padding: 10px;
	background: #fff;
}
.slick-box2 li img {
}
/*カルーセル------------------*/


/*モーダル------------------*/
.btn-lg {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #92bf49;/*緑色*/
	background: #92bf49;/*緑色*/
}
.btn:hover, .btn:focus, .btn.focus {
	background: #fff;/*薄い緑色#f3f8eb*/
	color: #92bf49;/*緑色*/
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: -2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.plan_box .modal-body a ul:hover {
	background: #f3f8eb;/*薄い緑色*/
}
.plan_box .modal-body ul {
	overflow: hidden;
	clear: both;
	margin: 0 10% 10px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.plan_box .modal-body li {
	padding: 5px;
	color: #92bf49;/*緑色*/
}
.plan_box .modal-body li:nth-child(1) {
	float: left;
	text-align: left;
}
.plan_box .modal-body li:nth-child(2) {
	float: right;
	color: #db4754;/*赤色*/
}
.btn {
	width: 100%;
	white-space: normal;
}
.plan_box .bus_only a {
	text-decoration: none;
	color: #fff;
}
.bus_only a {
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 3px;
	border: 1px solid #92bf49;/*緑色*/
	background: #92bf49;/*緑色*/
}
.plan_box .bus_only a:hover {
	background: #fff;/*薄い緑色#f3f8eb*/
	color: #92bf49;/*緑色*/
}
.plan_box dl {
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #db4754;/*赤色*/
}
.plan_box dt {
	line-height: 1.8;
}
.plan_box dt span {
	font-size: 18px;
}
.plan_box dt:nth-child(1) {
	color: #92bf49;
}
.plan_box dt b {
	font-size: 10px;
}
.plan_box dd {
	color: #92bf49;/*緑色*/
	/*display: block;　モーダルを遣う場合は表示させる*/
	padding: 20px;
	text-decoration: none;
}
	@media only screen and (max-width: 766px) {
	.plan_box dd {
		padding: 20px 0;
	}
	}

/*モーダルother*/
.btn1 {
	width: auto;
	margin: 0 0 20px 0;
}
.btn1:hover, .btn1:focus, .btn1.focus {
	background: #fff;/*薄い緑色#f3f8eb*/
	color: #92bf49;/*緑色*/
}
.btn1:focus, .btn1:active:focus, .btn1.active:focus, .btn1.focus, .btn1:active.focus, .btn1.active.focus {
	outline: none;
	outline-offset: -2px;
}

	@media only screen and (max-width: 766px) {
	/*モーダルother*/
	.btn1 {
		width: 100%;
		padding: 15px 0;
	}
	}
/*モーダル------------------*/



/*btn-------------*/
	@media screen and (min-width:767px) {
	.onlysm {
		display: none!important;
	}
	}
	@media only screen and (max-width: 766px) {
	.onlysm {
		display: block!important;
	}
	}
/*btn-------------*/


/*共通*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x : hidden;
	overflow-y : auto;
}
body {
	overflow-x : hidden;
	overflow-y : auto;
}
html, body {
	width: 100%;
}
article {
	padding: 0 0 0px 0;
	background: url(/static/img/tour/kyoto/img_bg.jpg) repeat;
}
section {
	padding: 0 10px 0;
}
.content {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px;
	clear: both;
}

/**/
h2 {
	text-align: center;
}
h2 + p {
	text-align: center;
	padding: 0 0 30px;
}
#trip p:nth-child(3) {
	font-size: 18px;
	padding: 0 150px 30px;
}

	@media only screen and (max-width: 960px) {
	h2 img {
		max-width: 40%;
	}
	#trip p:nth-child(3) {
		font-size: 14px;
		padding: 0 0 30px;
		text-align: center;
	}
	h2 + p {
		font-size: 12px;
	}
	}
	
	@media only screen and (max-width: 767px) {
	.content h2 {
		margin: 30px 0 0 0;
	}
	h2 img {
		max-width: 60%;
	}
	}
	
	
/*trip*/
#trip .content {
	border-bottom: 1px dotted #92bf49;/*緑*/
}
dl.ex {
	text-align: center;
	color: #db4754;/*赤*/
}
dl.ex dt span {
	font-size: 18px;
}
dl.ex dd span {
	font-size: 24px;
	font-weight: bold;
}


/*option*/
#option .content {
	border-bottom: 1px solid #333;
}
	@media only screen and (max-width: 960px) {
	#option li , #other_plan li{
		font-size:12px;
	}
	}


/*set*/
.plan_box {
	/*border-bottom: 1px dotted #92bf49;東急ホテルのプランができたら表示*/
}
#booking .content {
	border-bottom: 1px solid #333;
}
.plan_box {
	overflow: hidden;
	padding: 0 20%;
}
.plan_box dl {
	float: left;
	width: 48%;
	padding: 30px;
}

	@media only screen and (max-width: 960px) {
	.plan_box {
		padding: 0;
	}
	#set li {
		font-size:12px;
	}
	}
	
	@media only screen and (max-width: 520px) {
	.plan_box dl {
		float: none;
		width: 100%;
		padding: 30px 0 0 0;
		border-bottom: 1px dotted #92bf49;
	}
	}
	
	@media only screen and (max-width: 480px) {
	.plan_box dl {
		margin: 0;
		padding: 20px;
	}
	}
	
	
/*booking*/
.special > p {
	text-align: center;
	padding: 20px;
	font-size: 24px;
}
.special ul {
	overflow: hidden;
	padding: 0 0 30px;
}
.special li {
	display: block;
	width: 20%;
	padding: 15px;
	float: left;
}
.special li dt {
	font-size: 24px;
	color: #92bf49;
}

	@media only screen and (max-width: 767px) {
	.special li {
		width: 100%;
		padding: 0 15px;
		float: none;
	}
	.special li dl {
		overflow: hidden;
	}
	.special li dt {
		float: left;
	}
	.special li dd {
		padding: 0 0 0 30px;
		line-height: 2.2;
	}
	}
	
	
/*高速バス*/
.btn_reserve a {
	display: block;
	margin: 0 auto;
	padding: 10px 16px;
	font-size: 14px;
	color: #fff;
	background: #92bf49;
	border-radius: 3px;
	border: 1px solid #92bf49;
	text-decoration: none;
	text-align: center;
}
.reserve a {
	width: 30%;
}
.btn_reserve a:hover {
	color: #92bf49;
	background: #fff;
}

	@media only screen and (max-width: 960px) {
	.btn_reserve a {
		margin: 5px auto;
		padding: 10px 3px;
	}
	}
	
	
/*express_bus*/
.express a {
	width: 100%;
}
#express_bus table {
	width: 100%;
	text-align: center;
}
#express_bus table tr td:nth-child(1) {
	width: 50%;
}
#express_bus table tr td:nth-child(2) {
	width: 25%;
	color: #c21d18;
	font-size: 18px;
}
#express_bus table tr td:nth-child(3) {
	width: 25%;
}
#express_bus table td {
	padding: 20px;
	border-bottom: 1px dotted #92bf49;
	border-left: 1px dotted #92bf49;
}
#express_bus table td:first-child {
	border-left: none;
}

	@media only screen and (max-width: 767px) {
	#express_bus table td {
		padding: 10px;
	}
	#express_bus table tr td:nth-child(1) {
		width: 40%;
	}
	#express_bus table tr td:nth-child(2) {
		width: 25%;
	}
	#express_bus table tr td:nth-child(3) {
		width: 35%;
		padding: 10px 0 10px 10px;
	}
	}
	
	@media only screen and (max-width: 480px) {
	#express_bus table tr td {
		display: block;
		border-bottom: none;
		border-left: none;
	}
	#express_bus table tr td:nth-child(1), #express_bus table tr td:nth-child(2), #express_bus table tr td:nth-child(3) {
		width: 100%;
	}
	#express_bus table tr td:nth-child(1) {
		border-top: 1px dotted #92bf49;
	}
	}


/*other_plan*/
#other_plan ul li a {
	color: #333;
}
#other_plan ul li a:hover {
	color: #92bf49;
}
#other_plan ul li a:hover img {
	opacity: 0.8;
}


/* GoTo価格表示
--------------------------------------------------------- */
.txt-label {
	display: inline-block;
	margin-right: 1rem;
}
.goto_price .min,
.goto_price .max {
	font-size: 180%;
}
.goto-line,
.normal-line {
	line-height: 1.2;
}
.normal-line {
	color: #aaa;
	margin-bottom: 0.5rem;
}
.normal {
	color: #aaa;
}

p.txt-goto{
	margin-top: 20px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #f53d7e;
	padding-bottom: 10px;
}
@media(max-width:767px) {
	p.txt-goto{
		font-size: 	1.0em;
		margin-top: 10px;
		border-bottom: 4px solid #f5e763;
	}
}


#reco a{
	color:#333;
}
#reco img{
	width:100%;
	height:auto;
}
