@charset "utf-8";
/* CSS Document */
body{
}
.daytour {
	line-height: 2;
}
.daytour h2 {
	margin: 50px 0 40px 0;
	font-size: 1.5rem;
	text-align: center;
}
.daytour h2::before {
	content:"───";
}
.daytour h2::after {
	content:"───";
}
.daytour h3 {
	padding: 3px 0 0 20px;
	font-size: 1rem;
    border-left: 7px #D82A43 solid;
    margin: 30px 0 10px 0;
}
.daytour h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #D82A43;
    margin: 40px 0 10px 0;
}
.daytour h5 {
	font-size: 1.1rem;
	font-weight: 700;
    margin: 40px 0 10px 0;
}


.daytour p {
    margin: 15px 0 10px 0;
}

.daytour img {
    padding: 10px 0 15px 0;
}

.daytour mark {
	color: #D82A43;
	background-color: rgba(0,0,0,0);
	padding: 0;
}

.daytour a {
	text-decoration:underline !important;
	color: #17a2b8 !important
}

.daytour ul {}
.daytour ul li {
	list-style-type: square;
    padding-right: 10px;
    margin-left: 20px;
}
ul.timeline li {
    list-style-type: none;
}

.daytour ol {}
.daytour ol li {
	list-style-type: decimal;
	padding-right: 10px;
    margin-left: 20px;
}

.daytour div.ibox {
	display: inline-block;
    padding: 5px 10px;
    margin-left: 7px;
    font-size: .8rem;
    font-weight: 400;
    color: #D82A43;
    background: #fff1f0;
}

.daytour div.psbox {
	background-color: #f5f5f5;
    border-left: #363636 5px solid;
    height: auto;
    padding: 12px 25px 10px 20px;
    margin: 20px 0;
    position: relative;
    text-align: justify;
}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
