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




/* Common */
/* ====================================================================== */

#top_img {
	height: 300px;
	background: url(images/top-min.jpg) no-repeat;
	background-size: cover;
}

#top_img h1 {
	text-align: center;
	z-index: 0;
	font-size: 4em;
	padding: 120px 0 0 0;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(60, 25, 0, 1);
}

#top_links a {
	text-decoration: none;
}

#top_links {
	padding: 3rem 0;
	text-align: center;
}

#top_links li {
	display: inline;
}

#top_links li a {
	margin: 1rem;
	padding: 1rem 5rem;
	background: #F28100;
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: 600;
}

#top_links li a:hover {
	text-decoration: none;
}

#top_links p {
	width: 66%;
	margin: 0 auto 30px auto;
}

#package_content {
	max-width: 1180px;
	width: 98%;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif !important;
}

#package_content .area_top {
	text-align: center !important;
	font-size: 2.2em;
	color: #fac24a;
	padding: 40px 0 10px 0;
}

.link-t {
	position: relative;
	top: -150px;
	display: block;

}

.box_image {
	float: left;
	width: 40%;
	margin: 0 2% 2% 0
}

.description_block {
	float: left;
	width: 58%;
	padding: 0;
}

.detail_main {
	padding: 0;
	margin: 0;
}

.tax {
	font-size: 0.7em;
}

.thumb-item li.slick-slide {
	height: 250px;
	object-fit: cover;
}

.clear {
	clear: both;
}

.subinfo {
	clear: both;
}
.subinfo ul,
.subinfo p {
	display: inline-block;
	vertical-align: middle;
}
.subinfo ul {
	width: 53%;
	font-size: 86.6%;
}
.subinfo li {
	padding-left: 18px;
	margin-bottom: .2rem;
}
.subinfo li.time {
	background: url("https://tour.his-usa.com/rn2/css/../images/ico_time.svg") no-repeat 0 50%;
	background-size: 13px auto;
	font-size: 0.9em !important;
}
.subinfo li.guide {
	background: url("https://tour.his-usa.com/rn2/css/../images/ico_guide.svg") no-repeat 0 50%;
	background-size: 14px auto;
	font-size: 0.9em !important;
}
.subinfo li.departure {
	background: url("https://tour.his-usa.com/rn2/css/../images/ico_departure.svg") no-repeat 2px 50%;
	background-size: auto 14px;
	padding-left: 14px;
	font-size: 0.9em !important;
}
.subinfo p {
	width: 45%;
}

.d_txt_block {
	padding: 10px 0;
}

.pk_wrapper {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d2d2d2;
}

.schedule_block {
	background: #fff4cd;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.schedule_block p {
	line-height: 1.8;
}

.schedule_block span {
	margin: 0 0 3px 0;
	padding: 3px 5px;
	font-size: 0.9em;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.include_block {
	padding: 20px 0 0 0;
}

.include_block h3 {
	font-size: 1em;
}

.include_block h3 span {
	margin: 0 0 3px 0;
	padding: 5px 10px;
	background: #fff4cd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.include_block p {
	padding: 0;
}

/* Button */
a.btn_reserve {
display: block;
padding: 1rem 1.5rem 1rem 1rem;
border-radius: 6px;
font-weight: 600;
font-size: 120%;
background: #b7b9bd;
text-align: center;
text-decoration: none;
color: #FFF;
cursor: pointer;
}
a.btn_reserve:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 1rem;
width: 0;
height: 25px;
background: none !important;
background-size: auto;
}


input.btn_reserve {
display: inline-block;
padding: 1rem 3rem 1rem 3rem;
border-radius: 6px;
background: #b7b9bd;
background-size: 23px auto;
font-weight: 600;
font-size: 120%;
text-align: center;
text-decoration: none;
color: #FFF;
transition: all .3s;
cursor: pointer;
}
.btn_reserve:hover {
opacity: .7;
}
.btn_reserve.active {
background-color: #F28100;
}
.btn_reserve.agree,
.btn_reserve.disagree {
padding: .6rem 1rem;
background: none;
margin:0 .5rem;
font-size: 100%;
}
.btn_reserve.agree {
border:2px solid #F60;
color:#F60;
}
.btn_reserve.disagree {
border:2px solid #1a93ec;
color:#1a93ec;
}

/* Back to Top Button */
#back-top {
position: fixed;
bottom: 50px;
right: 1em;
opacity: 0.6;
z-index: 4900;
}
#back-top a {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
padding: 20px 10px 0;
display: block;
background-color: #222;
border-radius: 50%;
line-height: 1.0;
text-align: center;
}
#back-top a span {
position: absolute;
left: 0;
right: 0;
top: 20px;
margin: auto;
width: 15px;
height: 15px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: rotate(-45deg);
}

#blogs {
	padding: 30px;
	width: 80%;
	margin: 0 auto;
}

#blogs a {
	text-decoration: none;
}

.blog_intro h2 {
	margin: 0 0 0 1%;
	font-size: 2em;
}

.blog_intro p {
	margin: 0 0 20px 1%;
}

.blog_container {
	float: left;
	display: block;
	width: 30%;
	margin: 10px 1%;
}

.img_container {
	position: relative;
}

.blog_ttl {
	position: absolute;
	bottom: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	padding-bottom: 10px;
	width: 100%;
}

.blog_container h3 {
	margin: 5px 15px;
	color: #FFF;
}


/*===============================================
●For Tablet Max Width 768px
===============================================*/
@media screen and (max-width: 768px){

#top_img {
	background: url(images/top-min.jpg) no-repeat left-top;
	height: 140px;
}

#top_img h1 {
	font-size: 2em;
	padding: 50px 0 0 0;
}

#top_links p {
	width: 90%;
}



#top_links li a {
	margin: 0.5rem;
	padding: 1rem 1rem;
}

#package_content .area_top {
	font-size: 1.8em;
}

.box_image {
	float: none;
	width: 98%;
	margin: 0 1% 2% 1%;
}

.box_image img {
	width: 100%;
}

.detail_main {
	padding: 0 0 1.5rem 0;
}

.description_block {
	float: none;
	width: 98%;
	margin: 0 1% 2% 1%;
}

#back-top {
	display: none !important;
}

#blogs {
	padding: 15px;
}

.blog_container {
	width: 80%;
	margin: 10px auto;
}

.blog_ttl {
	bottom: 5px;
	padding-bottom: 5px;
}

.blog_container h3 {
	margin: 10px 15px;
	font-size: 1.3em;
}


}
