@charset "utf-8";

/* CSS Document */


/*-----------------------------------
	ツアーカセット リニューアルcss
------------------------------------*/

.CtsMrBox {
    width: 960px;
    margin: 0 auto;
}

.BreadCrumb__items {
    width: 960px;
    margin: 0 auto;
}

.CtsMrBox a {
    display: block;
    text-decoration: none !important;
    transition: all 0.3s;
}

.CtsMrBox a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.tabBg_dom02 a {
    display: block;
}

.no_tour {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 35px 0;
}

.tabContents {
    background-color: #fff;
    margin-bottom: 30px;
}

.botBlk01 {
    overflow: hidden;
    padding: 0;
}

.area_label {
    background-color: #134a9e;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
}

.planBox * {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
    box-sizing: border-box;
}

.planBox {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px;
    box-sizing: border-box;
}

.bottomFrm {
    width: 920px;
    clear: both;
}

.topFrm {
    width: 920px;
    clear: both;
}

.middleFrm {
    background: #f8f8f8;
    width: 920px;
    clear: both;
    border-bottom: 3px solid #ffbd00;
    border-top: 3px solid #ffbd00;
    border-right: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    margin: 20px auto 0px auto;
    padding: 0;
}

.middleFrm:first-child {
    margin-top: 0;
}

.botBlk01 ul {
    width: 100%;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.goods_pickup01 {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto !important;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    border-bottom: none !important;
}

.goods_area {
    background: #f9eec6;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    box-sizing: border-box;
}

.goods_area {
    clear: both;
}

.goods_cts01 {
    display: flex;
    justify-content: space-between;
    background-color: #ffc600;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
    align-items: middle;
}

.label_osusume {
    display: flex;
    align-items: center;
    background-color: #c00;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
    padding: 5px 15px;
}

.lead_txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    padding: 5px 15px;
    text-align: left;
}

.goods_cts02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 47%;
}

.goods_cts03 {
    width: 51%;
}

.goods_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.goods_title span {
    font-size: 20px;
    line-height: 1.4em;
    color: #0063d0;
}

.goods_img01 {
    width: calc(97% / 2);
}

.goods_img01 img {
    width: 100%;
}

.goods_area {
    width: 100%;
}

.goods_data3 {
    width: 100%;
}

.goods_points {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 5px;
}

.goods_icons {
    overflow: hidden;
    margin-bottom: 5px;
}

.goods_icons li {
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}

p.goods_price {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
    padding: 3px 0 3px 0;
    margin-bottom: 5px;
}

p.goods_btn01 span {
    display: block;
    position: relative;
    background-color: #f27925;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

p.goods_btn01 span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
}

.TempTourPhotoOya .TempArea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.TempTourPhotoOya .TempLink {
    margin-bottom: 10px;
    padding-top: 10px;
}

.TempTourPhotoOya .TempLink a {
    font-size: 20px;
    line-height: 1.4em;
}

.TempTourPhotoOya .TempCap {
    padding: 10px 0;
}

.TempTourPhotoOya .TempLinkBtn {
    margin: 0 auto;
}


/*=======================
方面のCSS調整
=======================*/

.wrapper_dest .goods_cts02 {
    width: 60%;
}

.wrapper_dest .goods_cts03 {
    width: 40%;
}

.icon_rank {
    width: 100px;
    padding-right: 10px;
}

.img_dest {
    width: calc(80% / 2);
}

.img_dest {
    padding-right: 10px;
}

.icon_rank img,
.img_dest img {
    width: 100%;
}