﻿.tp-tab-list {
    padding: 0;
}

.tour-panel {
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 30px;
    padding: 25px;
    border: 3px #e1e1e1 solid;
}

.tour-panel a {
	display: block;
	text-decoration: none;
	color: #333;
}

.tour-panel a:hover {
    opacity: 0.8;
}

.tour-panel h3 {
    display: block;
    font-size: 2.4rem;
    color: #0278af;
    letter-spacing: 1.3px;
    position: relative;
    padding-bottom: 10px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    border-bottom: solid 3px #62cdff;
}

.tour-panel-preview h3 {
    font-size: 1.53rem;
}

.tour-panel h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #008ccd;
    bottom: -3px;
    width: 20%;
}

.tp-tour-icon {
    padding-left: 0;
    list-style: none;
	display: flex;
	font-size: 85%;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.tp-tour-icon li {
	padding: 5px 10px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.tp-tour-icon-green {
	background: #70b000;
	color: #FFF;
}

.tp-tour-icon-green02 {
	background: #0e6602;
	color: #FFF;
}

.tp-tour-icon-green03 {
	background: #d8ffc5;
	color: #0f2c01;
}

.tp-tour-icon-yellow {
	background: #f6e800;
	color: #331a00;
}

.tp-tour-icon-orange {
	background: #ffae00;
	color: #331a00;
}

.tp-tour-icon-brown {
	background: #4f2900;
	color: #FFF;
}

.tp-tour-icon-gold {
	background: #968a00;
	color: #FFF;
}

.tp-tour-icon-red {
	background: #c50000;
	color: #FFF;
}

.tp-tour-icon-pink {
	background: #e53939;
	color: #FFF;
}

.tp-tour-icon-blue {
	background: #008fc4;
	color: #FFF;
}

.tp-tour-icon-blue02 {
	background: #044dba;
	color: #FFF;
}

.tp-tour-icon-blue03 {
	background: #c0f2ff;
	color: #013334;
}

.tp-tour-icon-navy {
	background: #01364f;
	color: #FFF;
}

.tp-tour-icon-purple {
	background: #750186;
	color: #FFF;
}

.tp-tour-icon-black {
	background: #000;
	color: #FFF;
}

.tp-tour-icon-grey {
	background: #EEE;
	color: #333;
}

.tp-tour-icon-grey02 {
	background: #ded8be;
	color: #333;
}

.tp-tour-icon-grey03 {
	background: #646058;
	color: #FFF;
}

.tp-tour-content {
    color: #666;
    line-height: 180%;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.tour-panel dl img {
    vertical-align: bottom;
    border: 0;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tp-tour-info {
    width: 100%;
    border-collapse: collapse;
}

.tp-tour-info th {
    background: #e7e7e7;
    padding: 7px 10px;
    border: 2px #FFF solid;
    font-weight: normal;
    white-space: nowrap;
}

.tp-tour-info-th th {
    text-align: center;
    width: 30%;
}

.tp-tour-info td {
    background: #f5f5f5;
    padding: 7px 10px;
    word-wrap: break-word;
    border: 2px #FFF solid;
    width: 70%;
    line-height: 160%;
}

.tp-rsv-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 20px;
    border: 1px #CCC solid;
}

.tp-rsv-column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 10px;
    white-space: nowrap;
}

.tp-rsv-column-sm {
    flex: 0 0 auto;
}

.tp-rsv-column-lg {
    flex: 1 1 auto;
}

.tp-rsv-title {
	border-bottom: 1px #CCC solid;
	padding-bottom: 3px;
	margin-bottom: 5px;
    font-size: 1.5rem;
    color: #777;
}

.tour-panel-preview .tp-rsv-title i {
    font-size: 20px;
}

.tour-panel-preview .tp-rsv-title {
    font-size: 1rem;
}

.tp-rsv-slots {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: auto 0;
    font-size: 2.0rem;
	color: #007FBC;
}

.tour-panel-preview .tp-rsv-slots {
    font-size: 1.25rem;
}

.smaller-font {
    font-size: 80%;
}

.tp-rsv-resrever-img {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
}

.tp-rsv-resrever-img img {
    flex: 0 0 auto;
	width: 40px;
    height: 40px;
    object-fit: contain;
}

.tp-rsv-add-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 651px) {
    .tour-panel h3 {
        margin-bottom: 15px;
    }

    .tour-panel dl {
        display: flex;
        justify-content: flex-start;
    }

    .tour-panel dl dt {
        width: 35%;
    }

    .tour-panel dl dd {
        margin-inline-start: 20px;
        width: 65%;
    }
}

@media screen and (max-width: 650px) {
    .tour-panel h3 {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .tour-panel-preview h3 {
        font-size: 1.08rem;
    }

    .tp-tour-icon, .tp-tour-content, .tp-tour-info {
        display: none;
    }
}
