p,td{
	font-size: 16px;
	line-height: 22px;
}
img{
	max-width: 100%;
}
.pt60{
	padding-top: 60px;
}
.pb60{
	padding-bottom: 60px;	
}
.mt80{
	margin-top: 80px;
}
.mt30 {
	margin-top: 30px;
}
.mt5{
	margin-top: 8px;
}
.mt15{
	margin-top: 15px;
}
.w100{
	width: 100%;
}
.bg-cm01{
	background: url(/ko/tour/narita/img/bg.jpg) repeat;
}
.bg-cm02{
	background: url(/ko/tour/narita/img/bg02.png) repeat;
}
.title-cm{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	color: #ce4001;
	margin-bottom: 40px;
}
.btn-book{
	font-size: 23px;
	color: #fff;
	padding: 12px 50px;
	border-radius: 5px;
	background-color: #52a805;
}
@media (max-width: 767px) {
	.pt60{
		padding-top: 30px
	}
	.pb60{
		padding-bottom: 30px;
	}
	.title-cm{
		font-size: 28px;
	}
	.mt30 {
    margin-top: 15px;
	}
}

/*----------- Banner -----------*/
.banner{
	background: url(/ko/tour/narita/img/bnr.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 200px 0 85px 0;
}

.banner p{
    color: #474747;
    -webkit-text-stroke-color: #fff;
    text-shadow: 2px 2px 3px #fff, -2px -1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff, 1px 1px 2px #fff;
}
.bnr-text01{
	font-size: 25px;
}
.bnr-text01 p{
	font-weight: bold;
	margin-bottom: 10px;
}
.bnr-text02 p{
	font-size: 37px;
	line-height: 32px;
	font-weight: bold;
}
.bnr-text02 .bnr-departure{
	background: url(/ko/tour/narita/img/bnr-bg.png) no-repeat center left;
	display: inline-block;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 23px;
	font-weight: bold;
	padding: 13px 25px;
	background-size: 100% 50px;
}
.bnr-price{
	font-size: 40px;
	font-weight: bold;
	color: #e74801;
}
@media (max-width: 2100px) {
	.banner{
		background-size: auto 100%;	
	}
}
@media (max-width: 1900px) {
	.banner{
		background-size: auto 100%;
		padding: 12vw 0 5vw 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	ul.breadcrumbs {
		width: 1140px;
	}
}
@media (max-width: 991px) {
	.banner {
    padding: 8vw 0 4vw 0;
	}
	.bnr-text01 {
    font-size: 21px;
	}
	.bnr-text02 p {
    font-size: 21px;
    line-height: 24px;
	}
	.banner h1 img{
		width: 45%;
		display: block;
	}
	.bnr-text02 {
    font-size: 24px;
	}	
	.bnr-text02 .bnr-departure{
    margin-top: 5px;
		font-size: 20px;
	}
	
}

@media (max-width: 767px) {
	.banner{
		background-image: none;
/*		background-color: #f7eedb;*/
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	.banner > img{
		width: 100%;
	}
	.bnr-text01{
    font-size: 5vw;
    position: absolute;
    top: 43vw;
    left: 15px;
		width: 100%;
	}
	.banner h1 img{
		width: 48%;
	}
	.bnr-text02 {
		padding: 15px 0;
		text-align: center;
	}
	.bnr-text02 p{
		font-size: 17px;
		line-height: 22px;
	}
	.bnr-text02 .bnr-departure{
		background: none;
		font-size: 18px;
		padding-top: 0;
		margin-top: 5px;
		padding: 0;
	}
	.bnr-price{
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.bnr-text01{
		top: 40vw;
	}
}
/*----------- End Banner -----------*/

/*----------- About -----------*/
.about-img li img{
	width: 100%;
}
.about .col-md-7{
	position: relative;
	overflow: hidden;
}
.about .col-md-7 > p{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-right: -50%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.about-img li img{
		width: 100%;
		box-shadow: inherit;
	}
	.about .col-md-7 > p{
		position: inherit;
		transform: inherit;
		padding: 15px 0 0 0;
		margin: 0;
		top:0;
		left: 0;
	}
	.about .col-md-5{
		text-align: center;
	}
}

/*---------- Select plan -----------*/
.slectable-plan .title-cm{
	margin-bottom: 0;
}
.slectable-plan .container .row{
	margin-left: -10px;
	margin-right: -10px;
}
.slectable-plan .container .row li{
	padding-left: 10px;
	padding-right: 10px;
}
.slectable-plan .container ul li{
	margin-top: 80px;
}
.plan-cm{
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
}
.plan-sticker{
	position: absolute;
	left: 10px;
	top:-45px;
}
.plan-cm h3{
	font-size: 23px;
	font-weight: bold;
	color: #ce4001;
	margin: 10px 0;
}
.plan-cm span{
	font-weight: bold;
}
.plan-cm .btn-book{
	float: right;
}
.plan-price{
	margin-top: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.plan-price > p{
	font-size: 22px;
	color: #ff3000;
	display: inline-block;
	margin: 10px 0;
}
.plan-price > p span{
	font-size: 33px;
	font-weight: bold;
}
@media (max-width: 991px) {
	.plan-price > p,
	.plan-cm h3{
		font-size: 20px;
	}
	.plan-price > p span{
		font-size: 30px;
	}
	.btn-book{
		font-size: 18px;
		padding: 10px 50px;
	}
	.plan-price > p{
		    margin: 7px 0;
	}
}
@media (max-width: 767px) {
	.plan-sticker {
    top: -8vw;
    width: 30%;
	}
}
@media (max-width: 480px) {
	.plan-cm{
		padding: 20px;
	}
	.slectable-plan .container ul li{
		margin-top: 55px;
	}
}
@media (max-width: 320px) {
	.plan-price{
		text-align: center;
	}
	.plan-cm .btn-book{
		display: inline-block;
		float: inherit;
		margin-top: 10px;
	}
}

/*----------- Control ----------*/
.control {
	display: flex;
	justify-content: space-between
}
.control ul {
	width: 100%;
}
.control ul li{
	width: 25%;
	float: left;
	border-right: 1px solid #ccc;
	text-align: center;
}
.control ul li:last-child{
	border-right: none;
}
.control ul li a{
	font-weight: bold;
	color: #ce4001;	
}
@media (max-width: 767px) {
	.control ul li{
		width: 50%;
    border-right: none;
    padding-right: 15px;
    text-align: left;
	}
	.control ul li:nth-child(2n+1){
		clear: both;
	}
	.control ul li:nth-child(2n){
		padding-right: 0;
	}
	.control ul li a{
		border-bottom: 1px solid #ccc;
		padding: 8px 0 8px 0;
		display: block;
	}
}

/*---------- Common Spots ----------*/
.common-spot .row{
	margin-left: -10px;
	margin-right: -10px;
}
.common-spot .row li{
	padding-left: 10px;
	padding-right: 10px;
}
.common-spot-item img{
	width: 100%;
}
.spot-list img{
	width: 48%;
	    margin: 0 10px 5px 0;
    float: left;
}
.common-spot-item h3{
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.textnote{
	color: #de0000;
	display: inline-block;
}
.spot-list .row{
	margin-left: -5px;
	margin-right: -5px;
}
.spot-list .row .col-sm-6{
	padding-left: 5px;
	padding-right: 5px;
}
.spot-list > ul > li{
	margin-top: 20px;
	margin-bottom: 20px;
}
.spot-list div strong{
	margin-bottom: 5px;
}
.block-xs{
	display: none;
}
@media (max-width: 767px) {
	.block-xs{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	.common-spot-item h3{
		margin: 0 0 15px 0;
		border-top: 1px solid #ccc;
		padding-top: 20px;
		font-size: 20px;
	}
	.common-spot-item > img{
		margin-bottom: 5px;
	}
	.common-spot-item{		
		padding-bottom: 15px;
	}
	.common-spot ul li.common-spot-item:first-child h3{
		border-top:none;
		padding-top: 0;
	}
}

/*---------- slectable-spots  -----------*/
.slectable-spots .plan-cm > h3{
	font-size: 20px;
	color: #121212;
}
.tableoption{
	background-color: #fff;
	margin-top: 30px;
}
.tableoption tr,
.tableoption th,
.tableoption td{
	border-collapse: collapse;
	border:1px solid #ecdbc4;
	padding: 20px;
}
.tableoption th{
	color: #ce4001;
	text-align: center;
	background-color: #ffe8c8;
}
.tableoption tr th:last-child{
	width: 45%;
}
.tableoption .price{
	font-weight: bold;
}
.tableoption .price > span{
	font-size: 20px;
}
.textorange{
	color: #ce4001;
	font-weight: bold;
}
@media (max-width: 767px) {
	.tableoption tr,
	.tableoption th,
	.tableoption td{	
		padding: 10px;
	}
	.tableoption th{
		color: #121212;
		text-align: left;
	}
}





/* Schedule
------------------------------------------*/
.schedulebox {
  font-size: 16px;
	text-align: center;
	padding: 60px 0;
	background-color: #eeeeee;
}
.schedulebox h2 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.schedulebox__lead {
	font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
	padding: 10px 0 30px;
}
.ChangeElem_Panel{
  display: none;
}
.ChangeElem_Btn_Content {
  width: 100%;
  margin: 0 auto;
}
.ChangeElem_Btn_Content::after{
  content: "";
  display: block;
  clear: both;
}
.ChangeElem_Btn {
	width: 33%;
	color: #a59d6d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	position: relative;
	border: none;
	cursor: pointer;
	float: left;
	margin-right: 0.5%;
	background-color: #faf7e1;
}
.ChangeElem_Btn_Content > .ChangeElem_Btn:last-child{
	margin-right: 0;
}
.is-active:after {
	font-family: FontAwesome;
	content: "\f0d7";
	font-weight: 200;
	color: #ffdcaa;
	font-size: 30px;
	position: absolute;
	bottom: -15px;
	left: 49%;
}
.is-active {
  background-color: #ffdcaa !important;
	color: #c32500 !important;
}
.timeline__title {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  padding-bottom: 20px;
}


.timeline {
  width: 100%;
  background-color: #FFF;
  padding: 20px 40px 40px;
}
.timeline-border{
	border: 1px solid #ffdcaa;
}
.timeline table {
	width: 100%;
}
.timeline td {
	text-align: left;
	line-height: 1.5;
}
.timeline td span {
  color: #FF0000;
}
.timeline-time {
	width: 14%;
}
.timeline-circle {
	width: 1%;
}
.timeline-plan {
  width: 75%;
}
.timeline td:nth-child(1) {
	color: #14419b;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 10px 0;
	font-size: 18px;
}
.timeline tr td:nth-child(2) {
	background:#fff4e4;
	padding: 10px 0;
}
.timeline tr td:nth-child(2) {
	background:#fff4e4;
	padding: 10px 0;
}
.timeline td:nth-child(2) span {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align:center;
  line-height: 1.0;
	background-color: #ad3900;
  vertical-align: middle;
  border-radius: 50%;
/*  border: solid 2px #FFF;*/
}
.timeline td:nth-child(2) span.timeline__goal {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 80px;
	background-color: #ffcc1c;
	vertical-align: middle;
	border-radius: 50%;
	border: solid 4px #14419b;
}
.timeline tr td:nth-child(3) {
	padding: 10px 20px;
}
.timeline__notice {
	color: #E55454;
	border: 1px dotted #eb6877;
	background-color: #ffebeb;
	padding: 16px 20px;
	margin-top: 10px;
}
.timeline__notice li {
	list-style: disc;
	margin-left: 20px;
}
.timeline__notice a {
	width: 50%;
	font-weight: bold;
	display: block;
	background-color: #E55454;
	border-radius: 100px;
	padding: 5px 0;
	margin-top: 10px;
	color: #FFF!important;
	text-align: center;
}
.timeline__notice a:hover {
	background-color: #DC3333;
}
.timeline__notice dt {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width:992px) {
  .timeline {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .schedulebox {
    padding: 30px 0;
    margin: 0 auto;
  }
  .schedulebox h2 {
    font-size: 30px;
  }
  .schedulebox__lead {
    padding: 10px 0 20px;
  }
  .ChangeElem_Btn {
    font-size: 16px;
  }
  .timeline {
    padding: 10px 0;
    font-size: 15px;
  }
  .timeline__title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .timeline-time {
	  width: 30%;
  }
  .timeline-circle {
    width: 2%;
  }
  .timeline-plan {
    width: 68%;
  }
  .timeline__notice a {
    width: 80%;
    border-radius: 0;
  }
}

#book.slectable-plan li > div{
    box-shadow: 0px 0px 3px rgba(116, 116, 116, 0.2);
    border: 1px solid #f3eee6;
}





