@charset "utf-8";
.red {
    color: #FF0000
}

main {
    width: 100%;
    margin: 0 auto;
}

#contents {
    width: 100%;
    margin: 0 auto;
}

section {
    width: 90%;
    margin: 0 5%;
}

main h2 {
    color: #fff;
    background: #004bb0;
    padding: 13px 20px 10px 20px;
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 1vh;
}

.iconTextList {
    display: none;
}

#contents section {
    display: none;
}

#contents section:first-of-type {
    display: inherit;
}


/* contents */

#contents h3 {
    font-weight: 700;
    font-size: 3.6vw;
    padding: 2vh 4.6vw 1.5vh;
    margin-bottom: 1vw;
    background: url("/kokunai/kanto/tour_info/image/sp_arrow_down.png") no-repeat;
    background-position: 95% center;
}

#contents h3 {
    background-color: #99d0ff;
}

#contents h3 span {
    font-size: 2.8vw;
    font-weight: normal;
}

#contents h3.open {
    background-image: url("/kokunai/kanto/tour_info/image/sp_arrow_up.png");
    background-repeat: no-repeat;
    background-position: 95% center;
}

#contents ul.ttl {
    padding: 1vh 0;
    border-bottom: 1px dotted #666;
    margin-bottom: 0.5vh;
}

#contents ul.ttl li:first-child {
    font-weight: bold;
    font-size: 3.8vw;
}

#contents ul.ttl li:last-child {
    font-size: 2.8vw;
}

#contents .pricehd {
    margin: 6vw 0 4vw;
    font-size: 3.8vw;
}

#contents .pricehd li {
    margin-bottom: 2vw;
}

#contents .pricehd li span {
    background: #d3ebff;
    font-weight: 400;
    font-size: 3.4vw;
    color: #000;
    padding: 1px 4px 0;
    margin-right: 3px;
}

#contents table {
    width: 100%;
    text-align: center;
}

#contents th {
    border: 1px solid #bbb;
    font-weight: 400;
    padding: 2px;
    vertical-align: middle !important;
    background: #EEEEEE
}

#contents td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 5px 0;
    font-size: 95%;
    vertical-align: middle !important;
}

#contents .pricehd td {
    font-weight: bold;
    font-size: 3.2vw;
    text-align: left;
    border: none;
}

#contents .pricehd td:last-child {
    padding: 10px 0;
}

#contents .caution {
    margin: 20px 0;
    font-size: 3vw;
}

#contents .caution .bb {
    font-weight: bold;
}

#contents .caution ul {
    margin-bottom: 10px;
    line-height: 1.5;
}

#contents .caution li:first-child {
    font-weight: bold;
}

#contents .caution li:nth-of-type(n+2) {
    /*padding-left: 2.4vw;*/
}

#contents ul.cancel li span {
    display: inline-block;
    width: 85%
}

#contents .area li:first-child {
    font-weight: bold;
}

/*横スクロール付テーブル
------------------------------------------- */

#contents .table-responsive {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: -4px !important;
    margin-bottom: 10px !important;
    font-size: 3vw;
    border: 1px solid #ccc;
}

#contents table.table-sticky {
    display: table;
    border-collapse: separate;
}

#contents table.table-sticky th,
#contents table.table-sticky td {
    padding: 4px 6px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-top: 0;
    border-left: 0;
    vertical-align: middle;
    display: table-cell;
}

#contents table.table-sticky th {
    white-space: nowrap;
    min-width: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents table.table-sticky td {
    min-width: 120px;
    white-space: pre-wrap;
}

#contents table.table-sticky td:last-of-type {
    border-right: none;
}

#contents div.carop {
    margin-top: 6vw !important;
}

#contents table.carop th {
    min-width: 100px;
    white-space: nowrap;
}

#contents table.carop td {
    min-width: 120px;
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}


/*セル背景色
------------------------------------------- */

.cl01 {
    background: rgb(255, 213, 213);
}

.cl02 {
    background: rgb(255, 234, 176);
}

.cl03 {
    background: rgb(243, 255, 193);
}

.cl04 {
    background: rgb(197, 255, 187);
}

.cl05 {
    background: rgb(180, 227, 255);
}

.cl06 {
    background: rgb(193, 201, 255);
}

.cl07 {
    background: rgb(225, 193, 255);
}

.cl08 {
    background: #ffecec;
}

.cl09 {
    background: #fdffde;
}

.cl10 {
    background: #f1fcff;
}

.cl01a {
    background: rgba(255, 213, 213, 0.5);
}

.cl02a {
    background: rgba(255, 234, 176, 0.5);
}

.cl03a {
    background: rgba(243, 255, 193, 0.5);
}

.cl04a {
    background: rgba(197, 255, 187, 0.5);
}

.cl05a {
    background: rgba(180, 227, 255, 0.5);
}

.cl06a {
    background: rgba(193, 201, 255, 0.5);
}

.cl07a {
    background: rgba(225, 193, 255, 0.5);
}