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

.box-img-demo {
    margin-top: 100px;
}
.deco_tour_wapper {
    position: relative;
    margin-bottom: 30px;
}
.deco_tour_wapper a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.deco_tour_wapper:hover {
    opacity: 0.7;
}
.deco_tour {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 5%);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.tour-heading {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.deco_tour .tour-ttl {
    font-size: 20px;
    color: #093d68;
    font-weight: bold;
}
.tour-tags {
    margin-bottom: 10px;
}
.tour-tags span {
    padding: 5px;
    color: white;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    background-color: var(--sub-corporate-color);
    border-radius: 2px;
}
.tour-group {
    width: calc((100% / 2) - 10px);
}
.photo-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tour-point {
    margin-bottom: 10px;
}
.tour-btn_wapper {
    text-align: right;
}
.tour-btn {
    display: inline-block;
    position: relative;
    padding: 13px 85px 13px 60px;
    color: white;
    font-weight: 600;
    background: #db2100;
    border-radius: 4px;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.tour-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}
.sec-ship-information .box-banner-modal .box-info__txt dl:nth-child(3) dd {
    display: none !important;
}

.deco-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 630px;
    height: 70px;
    margin: 0 auto 40px;
    padding: 0 70px;
    color: #093d68;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #093d68;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.deco-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #093d68;
    border-right: 2px solid #093d68;
    transform: translate(0, -50%) rotate(45deg);
}

/*250225追加*/
.tour_inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-decoration: none;
}
.tour_inner {
    /*border-top: solid 4px #ae843f;
    border-bottom: solid 4px #ae843f;*/
	padding: 27px 40px 34px;
    box-shadow: 1px 1px 0px 0px rgba(9, 61, 104, 1);
    border: 1px solid #093d68;
    border-radius: 5px;
    margin: 0 auto 35px;
}
.schedule {
	border-bottom: 1px dashed #093d68;
	padding-bottom: 20px;
	margin-bottom: 20px;
    text-align: left;
}
.schedule .icon {
    margin-bottom: 10px;
}
.schedule .icon .icon01 {
    font-size: 14px;
	color: #000000;
	line-height: 1.0;
	padding: 3px 10px;
    background-color: #fff59d;
    border-radius: 0;
    margin-right: 10px;
    margin-left: 0;
}
.schedule .icon .icon02 {
    font-size: 14px;
	color: #000000;
	line-height: 1.0;
	padding: 3px 10px;
    background-color: #ffcc80;
    border-radius: 0;
    margin-right: 10px;
    margin-left: 0;
}
.schedule dt {
	font-size: 16px;
	color: #093d68;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
    text-decoration: underline;
}
.schedule dd.price {
	font-size: 20px;
    font-weight: bold;
	color: #ff0000;
	line-height: 1.0;
    margin-bottom: 15px;
}
.schedule dd.price span {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.0;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #fc7f8c;
	margin-right: 10px;
	margin-left: 50px;
}
.schedule dd {
	font-size: 16px;
	color: #093d68;
	line-height: 1.0;
	font-weight: 600;
}
.schedule dd span {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.0;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #888888;
	margin-right: 10px;
	margin-left: 50px;
}
.schedule dd span:first-child {
	margin-left: 0;
}
.tour_inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}