@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
html {
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

hr {
    height: 0;
    overflow: visible;

    box-sizing: content-box;
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;

    text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

input {
    overflow: visible;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;

    box-sizing: border-box;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    overflow: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;

    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

details {
    display: block;
}

dialog {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    padding: 1em;
    background-color: #fff;
    border: solid;
    color: #000;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

template {
    display: none;
}

.hide {
    display: none !important;
}

.folding .folding-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #0b499d;
    cursor: pointer;
}

[data-size='larger'] {
    font-size: 1.25em !important;
}

[data-size='smaller'] {
    font-size: 0.8em !important;
}

[data-align='center'] {
    text-align: center;
}

[data-align='right'] {
    text-align: right;
}

a[data-event='none'] {
    pointer-events: none;
}

html {
    color: #333;
}

body {
    margin: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

button {
    outline: 0;
}

button:hover {
    cursor: pointer;
}

em {
    margin: 0 0.3rem;
    font-weight: 600;
    font-style: normal;
    color: #b20000;
}

em[data-size='larger'] {
    font-size: 1.5em;
}

a {
    text-decoration: none;
    color: #0b499d;

    outline: 0;
}

a .st2-icon-newwin,
a .st2-icon-pdf {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.3rem;
    vertical-align: middle;

    fill: #0b499d;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: 0.8;
}

a img {
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.st2-search-meta__sort-item > label:hover {
    cursor: pointer;
}

.st2-search-meta input {
    display: none;
}

.st2-search-meta input:checked + .st2-search-meta__sort-txt {
    background: #f4526a;
    border-radius: 15px;
    color: #fff;
}

.st2-search-meta__sort__select {
    position: relative;
}

.st2-search-meta__sort__select select {
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    font-family: Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    color: #333;

    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.ie .st2-search-meta__sort__select select {
    font-family: Roboto, 'メイリオ', Meiryo, sans-serif;
}

.st2-search-meta__sort__select select::-ms-expand {
    display: none;
}

.st2-search-meta__sort__select .st2-icon-bottom-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;

    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-detail-meta {
    margin-bottom: 1rem;
}

.st2-detail-meta > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-detail-meta > div > div > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-detail-meta__category p {
    margin: 0;
}

.st2-detail-meta__category[data-color='1'] {
    color: #b20000;
}

.st2-detail-meta__btn {
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
}

.st2-detail-meta__btn:hover {
    cursor: pointer;
}

.st2-detail-meta__btn span {
    vertical-align: middle;
}

.st2-detail-meta__btn .st2-icon-favorite {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.5rem;
    vertical-align: middle;

    fill: #ddd;
}

.st2-detail-meta__btn.this-active {
    background: #f4526a;
    border: 1px solid #f4526a;
    color: #fff;
}

.st2-detail-meta__btn.this-active .st2-icon-favorite {
    fill: #fff;
}

.st2-detail-meta__btn--favorite {
    white-space: nowrap;
}

.st2-page-title > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-page-title__title {
    margin: 0 0 1rem;
}

.st2-page-title__title > div {
    display: flex;
    align-items: center;
}

.st2-page-title__title-txt {
    padding: 0;
    line-height: 1.42;
}

.st2-page-title__title-label {
    padding: 0.5rem;
    line-height: 1;

    white-space: nowrap;
}

.st2-page-title__title-label[data-color='1'] {
    background: #0b499d;
    color: #fff;
}

.st2-page-title__title--side {
    line-height: 1;

    white-space: nowrap;
}

.st2-page-title__sub--lower p,
.st2-page-title__sub--upper p {
    margin: 0;
}

.st2-page-title__sub--upper {
    margin-bottom: 0.5rem;
}

.st2-page-title__sub--lower {
    margin-top: -1rem;
}

.st2-page-title .st2-icon-comment {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    vertical-align: middle;

    fill: #0b499d;
}

.st2-heading-lv1--side {
    margin-top: 2rem;
}

.st2-heading-lv1--side__title-txt {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.st2-heading-lv2--side {
    margin: 3rem auto 0.8rem;
}

.st2-heading-lv2--side:first-child {
    margin-top: 0;
}

.st2-accordion--side__body .st2-heading-lv2--side:first-child {
    margin-top: 1.5rem;
}

.st2-heading-lv1--side + .st2-heading-lv2--side {
    margin-top: 2rem;
}

.st2-heading-lv2--side__title-txt {
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.st2-heading-lv2--side__inner > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-heading-lv2--side .st2-btn--side__container {
    display: block;
    padding: 0.4rem 0.7rem 0.2rem;
    background: 0 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 1;
    font-size: 1.2rem;
    color: #999;
}

.st2-heading-lv2--side .st2-btn--side__container:hover {
    cursor: pointer;
}

.st2-heading-lv2--side .st2-btn--side__container.st2-btn--reset {
    padding: 0.8rem 1.4rem;
    background: #999;
    color: #fff;
}

.st2-heading-lv3--side {
    margin: 1rem auto 0.4rem;
}

.st2-heading-lv3--side h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3rem;
}

.st2-heading-lv3--side__sub-container--lower {
    margin-top: 0.3rem;
}

.st2-heading-lv3--side__sub-container--lower p {
    margin: 0;
    font-size: 1.2rem;
}

.st2-heading-lv4--side {
    margin: 0.7rem auto 0.4rem;
}

.st2-heading-lv4--side:first-child {
    margin-top: 0;
}

.st2-heading-lv4--side h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 1.2rem;
}

.st2-heading-lv2:first-child {
    margin-top: 0;
}

.st2-heading-lv2 + .st2-heading-lv3 {
    margin-top: 0;
}

.st2-heading-lv2 > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-heading-lv2__title-txt {
    margin: 0;
    padding: 0;
    line-height: 1.42;
}

.st2-heading-lv3:first-child {
    margin-top: 0;
}

.st2-heading-lv3 > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-heading-lv3[data-style='1'] .st2-heading-lv3__title-txt {
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.st2-heading-lv3[data-style='2'] .st2-heading-lv3__title-txt {
    margin: 0;
    line-height: 1.42;
    font-weight: 600;
}

.st2-heading-lv3[data-style='3'] {
    background: #90b200;
}

.st2-heading-lv3[data-style='3'] .st2-heading-lv3__title-txt {
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.st2-search-list__title-inner > div {
    display: flex;
    align-items: center;
}

.st2-search-list__title h2 {
    display: inline;
    margin: 0;
}

.st2-search-list__title a {
    text-decoration: none;
    color: #333;
}

.st2-search-list__title-sub {
    margin-left: 0.5rem;
}

.st2-search-list__title-sub span {
    display: block;
    padding: 0.5rem 0.8rem;
    background: #002570;
    line-height: 1;
    font-size: 1rem;
    color: #fff;

    white-space: nowrap;
}

.st2-search-list__title__sub--lower p,
.st2-search-list__title__sub--upper p {
    margin: 0;
    line-height: 1.42;
}

.st2-search-list__title__sub--upper {
    margin-bottom: 0.5rem;
}

.st2-search-list__title__sub-lower {
    margin-top: 0.5rem;
}

.st2-search-list__label-holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-search-list__label-item {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.3rem 0.5rem 0.2rem;
    line-height: 1;
    font-weight: 600;
}

.st2-search-list__label-item[data-color='0'] {
    border: 1px solid #333;
    color: #333;
}

.st2-search-list__label-item[data-color='1'] {
    border: 1px solid #f4526a;
    color: #f4526a;
}

.st2-search-list__label-item[data-color='2'] {
    border: 1px solid #e20000;
    color: #e20000;
}

.st2-search-list__label-item[data-color='3'] {
    border: 1px solid #0b499d;
    color: #0b499d;
}

.st2-heading-lv4:first-child {
    margin-top: 0;
}

.st2-heading-lv4 > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-heading-lv4[data-style='1'] > div {
    border-bottom: 2px solid #f4526a;
}

.st2-heading-lv4[data-style='1'] .st2-heading-lv4__title-txt {
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.st2-heading-lv5 {
    margin: 2rem auto 0.5rem;
}

.st2-heading-lv5:first-child {
    margin-top: 0;
}

.st2-heading-lv5 > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-heading-lv5[data-style='1'] .st2-heading-lv5__inner {
    position: relative;
    padding-left: 1.5rem;
}

.st2-heading-lv5[data-style='1'] .st2-heading-lv5__inner::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #f4526a;
}

.st2-heading-lv5__title-txt {
    margin: 0;
    padding: 0;
    line-height: 1.42;
    font-weight: 600;
}

.st2-heading-lv6 {
    margin-bottom: 0.5rem;
}

.st2-heading-lv6 > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-heading-lv6__title-txt {
    margin: 0;
    line-height: 1.42;
}

a .st2-heading-lv6 .st2-heading-lv6__title-txt {
    color: #0b499d;
}

.st2-heading-lv6[data-style='1'] .st2-heading-lv6__title-txt {
    font-weight: 400;
}

.st2-paragraph[data-color='1'] {
    color: #b20000;
}

.st2-paragraph:last-child {
    margin-bottom: 0;
}

.st2-paragraph > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-search-list .st2-paragraph {
    margin-bottom: 1rem;
}

.st2-paragraph p {
    margin: 0;
    line-height: 1.42;
}

.st2-paragraph p + p {
    margin-top: 0.3em;
}

.st2-paragraph a {
    color: #0b499d;
}

.st2-paragraph a .st2-icon-comment {
    fill: #0b499d;
}

.st2-paragraph[data-align='right'] {
    text-align: right;
}

.st2-paragraph .st2-icon-comment {
    position: relative;
    top: 2px;
    width: 1em;
    height: 1em;
    margin-right: 0.5rem;

    fill: #333;
}

.st2-price {
    margin-bottom: 1rem;
}

.st2-search-list .st2-price {
    line-height: 1;
}

.st2-price:last-child {
    margin-bottom: 0;
}

.st2-price p {
    margin: 0;
}

.st2-price__holder,
.st2-price__prefix,
.st2-price__price {
    margin: 0;
    padding: 0;
}

.st2-price__prefix {
    font-size: 1.3rem;
    color: #333;
}

.st2-price__price {
    font-size: 2.3rem;
    font-weight: 700;
    color: #b20000;
}

.st2-price[data-size='smaller'] .st2-price__prefix {
    font-size: 1.2rem;
}

.st2-price[data-size='smallest'] .st2-price__prefix {
    font-size: 1.2rem;
}

.st2-price[data-size='smallest'] .st2-price__price {
    font-size: 1.4rem;
    font-weight: 400;
}

.st2-price[data-direction='vertical'] .st2-price__price {
    line-height: 1.2;
}

.st2-price[data-direction='horizontal'] .st2-price__prefix {
    margin-right: 1rem;
}

.st2-price[data-direction='horizontal'] .st2-price__holder {
    display: flex;
    align-items: center;
}

.st2-price[data-direction='horizontal'] .st2-price__price {
    margin-right: 1rem;
}

.st2-list {
    margin-bottom: 1rem;
}

.st2-list:last-child {
    margin-bottom: 0;
}

.st2-list__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-list__item + .st2-list__item {
    margin-top: 0.5rem;
}

.st2-list a.st2-list__container {
    display: inline-block;
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.22;
}

.st2-list a.st2-list__container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    background: 50% 50% no-repeat
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0wIDhWMGw1IDQtNSA0eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);

    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
}

.st2-list a.st2-list__container .st2-icon-newwin {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.5rem;

    fill: #0b499d;
}

.st2-list--note__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-list--note__item {
    position: relative;
    line-height: 1.42;
}

.st2-list--note__item[data-color='1'] {
    color: #b20000;
}

.st2-list--note__container::before {
    content: '\203b';
    position: absolute;
    left: 0;
}

.st2-list--label {
    margin-bottom: 1rem;
}

.st2-list--label:last-child {
    margin-bottom: 0;
}

.st2-list--label__item,
.st2-list--label__item-icon,
.st2-list--label__item-label,
.st2-list--label__item-txt {
    margin: 0;
    padding: 0;
    color: #333;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__holder {
    display: table;
    width: 100%;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__item {
    display: table-row;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__item-icon,
.st2-list--label[data-direction='vertical'] .st2-list--label__item-label,
.st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
    display: table-cell;
}

.st2-side-container .st2-list--label[data-direction='vertical'] .st2-list--label__item-icon,
.st2-side-container .st2-list--label[data-direction='vertical'] .st2-list--label__item-label,
.st2-side-container .st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
    border-bottom: 1px solid #fff;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__item-label {
    width: 1%;
    text-align: center;
    line-height: 1;
    font-weight: 400;

    white-space: nowrap;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__item-label > div {
    padding: 0.5rem 0.7rem;
    background: #ddd;
}

.st2-layer-section .st2-list--label[data-direction='vertical'] .st2-list--label__item-label > div {
    background: #efefef;
}

.st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
    width: 99%;
}

.st2-side-container .st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
    padding: 0.5rem 0 0.5rem 0.5rem;
    line-height: 1.2;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item,
.st2-list--label[data-direction='horizontal'] .st2-list--label__item-icon,
.st2-list--label[data-direction='horizontal'] .st2-list--label__item-label,
.st2-list--label[data-direction='horizontal'] .st2-list--label__item-txt {
    display: inline-block;
    vertical-align: middle;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item {
    margin: 0 0.5rem 0.5rem 0;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item > div {
    padding: 0.5rem 0.7rem;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item-label {
    display: inline-block;
    vertical-align: top;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item-label > div {
    padding: 0 0.7rem;
    background: #efefef;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item-txt {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;

    white-space: normal;
}

.st2-list--label[data-direction='horizontal'] .st2-list--label__item-txt em {
    position: relative;
    bottom: -1px;
    margin: 0 0.3rem;
    line-height: 1;
    font-size: 1.25em !important;
    font-weight: 700;
    font-style: normal;
    color: #b20000;
}

.st2-list--label[data-size='smaller'] .st2-list--label__item,
.st2-list--label[data-size='smaller'] .st2-list--label__item-icon,
.st2-list--label[data-size='smaller'] .st2-list--label__item-label,
.st2-list--label[data-size='smaller'] .st2-list--label__item-txt {
    font-size: 1.1rem;
}

.st2-list--label i .st2-icon-human {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 1.9rem;
    height: 1.9rem;
    vertical-align: middle;

    fill: #999;
}

.st2-list--label .st2-icon-train {
    position: relative;
    top: 2px;
    width: 1.2rem;
    height: 1.2rem;

    fill: #333;
}

.st2-list--detail {
    margin-bottom: 1rem;
}

.st2-list--detail:last-child {
    margin-bottom: 0;
}

.st2-list--detail > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-list--detail__holder {
    display: table;
    width: 100%;
}

.st2-list--detail__item,
.st2-list--detail__item-label,
.st2-list--detail__item-txt {
    margin: 0;
    padding: 0;
}

.st2-list--detail__item {
    display: table-row;
}

.st2-list--detail__item:last-child .st2-list--detail__item-txt {
    padding-bottom: 0;
}

.st2-list--detail__item-label,
.st2-list--detail__item-txt {
    display: table-cell;
}

.st2-list--detail__item-label {
    width: 1%;
    font-weight: 700;

    white-space: nowrap;
}

.st2-list--detail__item-txt {
    width: 99%;
    padding: 0 0 1rem 1rem;
}

.st2-list--detail__item-txt p {
    margin: 0;
}

.st2-list--detail[data-direction='vertical'] .st2-list--detail__holder,
.st2-list--detail[data-direction='vertical'] .st2-list--detail__item,
.st2-list--detail[data-direction='vertical'] .st2-list--detail__item-label,
.st2-list--detail[data-direction='vertical'] .st2-list--detail__item-txt {
    display: block;
}

.st2-list--anchor > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-list--anchor__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-list--anchor__item {
    display: inline-block;
    margin-right: 1.3rem;
}

.st2-list--anchor__item i,
.st2-list--anchor__item span {
    vertical-align: middle;
}

.st2-list--anchor__container {
    text-decoration: none;
}

.st2-list--anchor__container span {
    text-decoration: underline;
}

.st2-list--anchor .st2-icon-bottom-arrow--large {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.3rem;

    fill: #f4526a;
}

.st2-list--timeline {
    margin-bottom: 3rem;
}

.st2-list--timeline__holder {
    display: table;
    width: 100%;
}

.st2-list--timeline__item,
.st2-list--timeline__item-label,
.st2-list--timeline__item-txt {
    margin: 0;
    padding: 0;
}

.st2-list--timeline__item {
    display: table-row;
}

.st2-list--timeline__item:last-child .st2-list--timeline__item-txt {
    padding-bottom: 0;
}

.st2-list--timeline__item-label,
.st2-list--timeline__item-txt {
    display: table-cell;
    vertical-align: top;
}

.st2-list--timeline__item-label {
    position: relative;
    width: 1%;
    padding: 0.2rem 1.5rem 0 0;
    border-right: 3px solid #f4526a;
    font-size: 1.4rem;
    font-weight: 700;

    white-space: nowrap;
}

.st2-list--timeline__item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.9rem;
    right: -0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    background: #f4526a;
    border-radius: 50%;
}

.st2-list--timeline__item-txt {
    width: 99%;
    padding: 0.2rem 0 4rem 2rem;
}

.st2-list--timeline__item-txt > div {
    position: relative;
    padding: 1rem 2rem 1.5rem;
    border: 1px solid #999;
}

.st2-list--timeline__item-txt > div::before {
    content: '';
    display: block;
    position: absolute;
    top: 1.2rem;
    left: -1.7rem;
    width: 1.7rem;
    height: 1px;
    border-top: 1px solid #999;
}

.st2-pagination {
    margin-bottom: 5rem;
}

.st2-pagination > div > div > div > div {
    display: flex;
}

.st2-pagination:last-child {
    margin-bottom: 0;
}

.st2-pagination__item {
    margin: 0 0.5rem;
}

.st2-pagination__item:last-child {
    margin-right: 0;
}

.st2-pagination__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    line-height: 1;
    text-decoration: none;
    color: #f4526a;
}

.st2-pagination__item.current a {
    background: #f4526a;
    color: #fff;
}

.st2-pagination__item.this-inactive .st2-icon-left-arrow,
.st2-pagination__item.this-inactive .st2-icon-right-arrow {
    fill: #ddd;
}

.st2-pagination .st2-icon-left-arrow,
.st2-pagination .st2-icon-right-arrow {
    fill: #f4526a;
}

.st2-search-list {
    position: relative;
}

.st2-search-list__meta {
    margin: 0 6rem 1rem 0;
}

.st2-search-list__meta > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-search-list--footer__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-list--tag:last-child {
    margin-bottom: 0;
}

.st2-list--tag__holder,
.st2-list--tag__item {
    margin: 0;
    padding: 0;
}

.st2-list--tag__holder {
    margin-top: -0.5rem;

    list-style: none;
}

.st2-list--tag__item {
    display: inline-block;
    margin: 0.5rem 0.5rem 0 0;
}

.st2-list--tag__container {
    padding: 0.3rem 0.7rem 0.2rem;
    background: #fff;
    border-radius: 3px;
    line-height: 1;
}

.st2-list--tag__container[data-color='1'] {
    border: 1px solid #f45353;
    color: #f45353;
}

.st2-list--tag__container[data-color='2'] {
    background: #f45353;
    border: 1px solid #f45353;
    color: #fff;
}

.st2-list--tag__container[data-color='3'] {
    border: 1px solid #f47c1f;
    color: #f47c1f;
}

.st2-list--tag__container[data-color='4'] {
    background: #f47c1f;
    border: 1px solid #f47c1f;
    color: #fff;
}

.st2-list--tag__container[data-color='5'] {
    border: 1px solid #ad7f13;
    color: #ad7f13;
}

.st2-list--tag__container[data-color='6'] {
    background: #ad7f13;
    border: 1px solid #ad7f13;
    color: #fff;
}

.st2-list--tag__container[data-color='7'] {
    border: 1px solid #539934;
    color: #539934;
}

.st2-list--tag__container[data-color='8'] {
    background: #539934;
    border: 1px solid #539934;
    color: #fff;
}

.st2-list--tag__container[data-color='9'] {
    border: 1px solid #00b6bc;
    color: #00b6bc;
}

.st2-list--tag__container[data-color='10'] {
    background: #00b6bc;
    border: 1px solid #00b6bc;
    color: #fff;
}

.st2-list--tag__container[data-color='11'] {
    border: 1px solid #196cc4;
    color: #196cc4;
}

.st2-list--tag__container[data-color='12'] {
    background: #196cc4;
    border: 1px solid #196cc4;
    color: #fff;
}

.st2-list--tag__container[data-color='13'] {
    border: 1px solid #613cb2;
    color: #613cb2;
}

.st2-list--tag__container[data-color='14'] {
    background: #613cb2;
    border: 1px solid #613cb2;
    color: #fff;
}

.st2-list--tag .st2-icon-eat,
.st2-list--tag .st2-icon-evening,
.st2-list--tag .st2-icon-evening--disabled,
.st2-list--tag .st2-icon-morning,
.st2-list--tag .st2-icon-morning--disabled,
.st2-list--tag .st2-icon-no-smoking,
.st2-list--tag .st2-icon-noon,
.st2-list--tag .st2-icon-noon--disabled {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.st2-list--tag .st2-icon-eat {
    fill: #333;
}

.st2-list--tag .st2-icon-evening,
.st2-list--tag .st2-icon-morning,
.st2-list--tag .st2-icon-noon {
    fill: #999;
}

.st2-list--tag .st2-icon-evening.this-active,
.st2-list--tag .st2-icon-morning.this-active,
.st2-list--tag .st2-icon-noon.this-active {
    fill: #f4526a;
}

.st2-list--tag .st2-icon-evening--disabled,
.st2-list--tag .st2-icon-morning--disabled,
.st2-list--tag .st2-icon-noon--disabled {
    fill: #999;
}

.st2-plan-list__title {
    margin-bottom: 0.5rem;
}

.st2-plan-list__title p {
    margin: 0;
}

.st2-plan-list__container {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.st2-plan-list__btn {
    margin-left: 1rem;

    white-space: nowrap;
}

.st2-favorite-list .st2-search-list__title {
    padding-right: 5rem;
}

.st2-favorite-list__close-btn {
    position: absolute;
    top: 1rem;
    right: -0.5rem;
    background: 0 0;
    border: none;
}

.st2-favorite-list .st2-icon-close {
    width: 1.8rem;
    height: 1.8rem;

    fill: #999;
}

.st2-sns {
    margin: 2rem auto;
}

.st2-sns[data-align='center'] {
    text-align: center;
}

.st2-sns__holder,
.st2-sns__item {
    margin: 0;
    padding: 0;
}

.st2-sns__holder {
    margin-bottom: 2rem;

    list-style: none;
}

.st2-sns__item {
    display: inline-block;
}

.st2-sns__btn--fb,
.st2-sns__btn--gp,
.st2-sns__btn--ln,
.st2-sns__btn--mail,
.st2-sns__btn--tw {
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 0.5rem;
    border: none;
    border-radius: 50%;
}

.st2-sns__btn--fb:hover,
.st2-sns__btn--gp:hover,
.st2-sns__btn--ln:hover,
.st2-sns__btn--mail:hover,
.st2-sns__btn--tw:hover {
    cursor: pointer;
}

.st2-sns__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.2rem;
    height: 2.2rem;

    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-sns__btn--fb i,
.st2-sns__btn--fb svg {
    width: 100%;
    height: 100%;
}

.st2-sns__btn--tw {
    background: #1da1f2;
}

.st2-sns__btn--ln {
    background: #00b900;
}

.st2-sns__btn--gp {
    background: #dc4e41;
}

.st2-sns__btn--mail {
    background: #102370;
}

.st2-list--picture__holder,
.st2-list--picture__item {
    margin: 0;
    padding: 0;
}

.st2-list--picture__holder {
    list-style: none;
}

.st2-list--picture__item {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
}

.st2-sns--inline {
    vertical-align: middle;
}

.st2-sns--inline__btn--fb,
.st2-sns--inline__btn--ln,
.st2-sns--inline__btn--mail,
.st2-sns--inline__btn--tw {
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 50%;
    line-height: 1;
}

.st2-sns--inline__btn--fb {
    background: #3b5998;
}

.st2-sns--inline__btn--tw {
    background: #1da1f2;
}

.st2-sns--inline__btn--ln {
    background: #00b900;
}

.st2-sns--inline__btn--mail {
    background: #f4526a;
}

.st2-sns--inline__img {
    fill: #fff;
}

.st2-accordion {
    margin-bottom: 3rem;
}

.st2-accordion__body,
.st2-accordion__container,
.st2-accordion__trigger {
    margin: 0;
    padding: 0;
}

.st2-accordion__trigger {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-accordion__title {
    display: block;
    width: 100%;
    padding: 0;
    background: 0 0;
    border: none;
}

.st2-accordion__title:hover {
    cursor: pointer;
}

.st2-accordion__body[aria-hidden='true'] {
    display: none;
}

.st2-accordion[data-style='1']
    > div
    div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title {
    background: 0 0;
    font-weight: 600;
}

.st2-accordion[data-style='1']
    > div
    div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-accordion[data-style='1']
    > div
    div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    .st2-icon-bottom-arrow {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

    fill: #f4526a;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.st2-accordion[data-style='1']
    > div
    div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[aria-expanded='true']
    .st2-icon-bottom-arrow {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.st2-accordion[data-style='1'] > div div > div > div > .st2-accordion__container + .st2-accordion__container {
    margin-top: 1px;
}

.st2-accordion[data-style='3'] > div > div > div > div > .st2-accordion__container {
    margin-bottom: 0.5rem;
}

.st2-accordion[data-style='3'] > div > div > div > div > .st2-accordion__container:last-child {
    margin-bottom: 0;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title {
    border-radius: 5px;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[data-color='1'] {
    background: #f4526a;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[data-color='2'] {
    background: #999;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[data-color='3'] {
    background: #fdf8d7;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[data-color='3']
    .st2-accordion__title-txt {
    color: #333;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[data-color='3']
    .st2-icon-plus {
    fill: #333;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #fff;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    .st2-icon-plus {
    fill: #fff;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    .st2-icon-plus__path-01,
.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title
    .st2-icon-plus__path-02 {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[aria-expanded='true']
    .st2-icon-plus__path-01 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.st2-accordion[data-style='3']
    > div
    > div
    > div
    > div
    > .st2-accordion__container
    > .st2-accordion__trigger
    > div
    > .st2-accordion__title[aria-expanded='true']
    .st2-icon-plus__path-02 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st2-accordion[data-style='3'] > div > div > div > div > .st2-accordion__container > .st2-accordion__body {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.st2-accordion--bottom[data-style='1'] .st2-accordion--bottom__title {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    border: none;
}

.st2-accordion--bottom[data-style='1']
    .st2-accordion--bottom__title[aria-expanded='false']
    .st2-accordion--bottom__title-txt:nth-child(2) {
    display: none;
}

.st2-accordion--bottom[data-style='1']
    .st2-accordion--bottom__title[aria-expanded='true']
    .st2-accordion--bottom__title-txt:first-child {
    display: none;
}

.st2-accordion--bottom[data-style='1'] .st2-accordion--bottom__title[aria-expanded='true'] .st2-icon-bottom-arrow {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

.st2-accordion--bottom[data-style='1'] .st2-accordion--bottom__title-txt {
    font-size: 1.4rem;
}

.st2-accordion--bottom[data-style='1'] .st2-accordion--bottom__title .st2-icon-bottom-arrow {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;

    fill: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-accordion--bottom[data-style='1'] .st2-accordion--bottom__body[aria-hidden='true'] {
    display: none;
}

.st2-accordion--side + .st2-accordion--side {
    margin-top: 1px;
}

.st2-accordion--side__body,
.st2-accordion--side__container,
.st2-accordion--side__trigger {
    margin: 0;
    padding: 0;
}

.st2-accordion--side__title {
    position: relative;
    width: 100%;
    background: #ddd;
    border: none;
    text-align: left;
    line-height: 1;
}

.st2-accordion--side__title:hover {
    cursor: pointer;
}

.st2-accordion--side__title i {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-accordion--side__title .st2-icon-bottom-arrow {
    display: block;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

    fill: #333;
}

.st2-accordion--side__title[aria-expanded='true'] i {
    -webkit-perspective: 500px;
    perspective: 500px;
}

.st2-accordion--side__title[aria-expanded='true'] .st2-icon-bottom-arrow {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.st2-accordion--side__body[aria-hidden='true'] {
    display: none;
}

.st2-accordion--side-bottom__trigger {
    padding-top: 2rem;

    box-sizing: border-box;
}

.st2-accordion--side-bottom__trigger > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-accordion--side-bottom__trigger__result-container {
    width: 100%;

    white-space: nowrap;
}

.st2-accordion--side-bottom__trigger__result-container p {
    margin: 0;
}

.st2-accordion--side-bottom__trigger__result-container .st2-search-result {
    font-size: 1.52em;
}

.st2-accordion--side-bottom__trigger.this-absolute {
    position: absolute;
}

.st2-accordion--side-bottom__trigger.this-fixed {
    position: fixed;
}

.st2-accordion--side-bottom__trigger.this-absolute,
.st2-accordion--side-bottom__trigger.this-fixed {
    bottom: 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);

    box-sizing: border-box;
}

.st2-accordion--side-bottom__trigger.this-absolute.st2-planlist,
.st2-accordion--side-bottom__trigger.this-fixed.st2-planlist {
    padding: 1rem;
}

.st2-accordion--side-bottom__trigger.this-absolute .st2-accordion--side-bottom__trigger__result-container,
.st2-accordion--side-bottom__trigger.this-fixed .st2-accordion--side-bottom__trigger__result-container {
    margin-right: 1rem;
    font-size: 1.3rem;
}

.st2-accordion--side-bottom__trigger.this-absolute .st2-accordion--side-bottom__trigger__btn-container,
.st2-accordion--side-bottom__trigger.this-fixed .st2-accordion--side-bottom__trigger__btn-container {
    width: 100%;
}

.st2-accordion--side-bottom__trigger.this-absolute .st2-btn--side-close,
.st2-accordion--side-bottom__trigger.this-fixed .st2-btn--side-close {
    display: none;
}

.st2-accordion--side-bottom__title {
    display: none;
    padding: 0.7rem 0;
    background: #90b200;
    border-radius: 5px;
    text-decoration: none;
}

.st2-accordion--side-bottom__title > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.st2-accordion--side-bottom__title-txt {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.st2-accordion--side-bottom__title i {
    display: block;
}

.st2-accordion--side-bottom .st2-btn--side-close__container {
    display: block;
    width: 100%;
    padding: 1rem 0;
    background: #999;
    border: none;
    border-radius: 5px;
}

.st2-accordion--side-bottom .st2-btn--side-close__txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 1.5rem;
    color: #fff;
}

.st2-accordion--side-bottom .st2-icon-close,
.st2-accordion--side-bottom .st2-icon-search {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.3rem;
    vertical-align: middle;

    fill: #fff;
}

.st2-select {
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #999;
}

.st2-select:last-child {
    margin-bottom: 0;
}

.st2-select + .st2-select {
    margin-top: 1px;
}

.st2-select select::-ms-expand {
    display: none;
}

.st2-select select {
    position: relative;
    appearance: none;
    background: 0 0;
    border: none;
    line-height: 1;
    font-family: Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;

    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: 0;
}

.st2-select .st2-icon-bottom-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.7rem;
    width: 1rem;
    height: 1rem;

    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-form-horizontal-container .st2-select {
    display: inline-block;
    width: 44.4%;
    margin-bottom: 0;
}

.st2-inc-and-dec {
    margin-bottom: 0.7rem;
}

.st2-inc-and-dec:last-child {
    margin-bottom: 0;
}

.st2-inc-and-dec > div > div > div > div {
    display: flex;
}

.st2-inc-and-dec .st2-select {
    flex-grow: 1;
    margin-bottom: 0;
}

.st2-inc-and-dec select {
    text-align: center;
}

.st2-btn--decrease {
    width: 7rem;
    padding: 0.3rem 0 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2rem 0 0 2rem;
}

.st2-btn--decrease:hover {
    cursor: pointer;
}

.st2-btn--decrease .st2-icon-minus {
    width: 1.3rem;
    height: 1.3rem;

    fill: #333;
}

.st2-btn--increase {
    width: 7rem;
    padding: 0.3rem 0 0;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0 2rem 2rem 0;
}

.st2-btn--increase:hover {
    cursor: pointer;
}

.st2-btn--increase .st2-icon-plus {
    width: 1.3rem;
    height: 1.3rem;

    fill: #333;
}

.st2-input {
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    line-height: 1;
}

.st2-input input {
    appearance: none;
    background: #fff;
    border: 1px solid #999;
    font-family: Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;

    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: 0;
}

.st2-input input.this-inactive {
    background: #efefef;
    border: 1px solid #efefef;
    color: #999;
}

.st2-input input.this-inactive + i .st2-icon-calendar {
    fill: #999;
}

.st2-input .st2-icon-calendar {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.7rem;
    width: 2.3rem;
    height: 2.3rem;

    fill: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-input.has-btn {
    position: relative;
}

.st2-input.has-btn .st2-btn--on-input {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 0.8rem;
    background: 0 0;
    border: none;
}

.st2-input.has-btn .st2-icon-search {
    fill: #333;
}

.st2-auxiliary {
    display: table;
}

.st2-auxiliary > div {
    display: table-cell;
    vertical-align: middle;
}

.st2-form-horizontal-container > div > div > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-tag-select {
    margin-bottom: 1rem;
}

.st2-tag-select__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-tag-select__item {
    display: inline-block;
    margin: 0 0.2rem 0.2rem 0;
    text-align: center;

    box-sizing: border-box;
}

.st2-tag-select input {
    display: none;
}

.st2-tag-select input:checked + label {
    background: #f4526a;
    color: #fff;
}

.st2-tag-select input:disabled + label {
    color: #ddd;
}

.st2-tag-select input[data-rank='5'] + label .st2-icon-star {
    fill: #f8d41c;
}

.st2-tag-select input[data-rank='4'] + label i:nth-child(-n + 4) .st2-icon-star {
    fill: #f8d41c;
}

.st2-tag-select input[data-rank='3'] + label i:nth-child(-n + 4) .st2-icon-star {
    fill: #f8d41c;
}

.st2-tag-select input[data-rank='2'] + label i:nth-child(-n + 4) .st2-icon-star {
    fill: #f8d41c;
}

.st2-tag-select a,
.st2-tag-select label {
    display: block;
    padding: 0.5rem 0.7rem;
    background: #fff;
    border: 1px solid #999;
    text-decoration: none;
    color: #333;
}

.st2-tag-select a.disabled,
.st2-tag-select label.disabled {
    border: 1px solid #ddd;
    color: #ddd;
}

.st2-tag-select a.select_ov,
.st2-tag-select label.select_ov {
    background: #f4526a;
    border: 1px solid #f4526a;
    color: #fff;
}

.st2-tag-select .st2-icon-star {
    width: 1.4rem;
    height: 1.4rem;

    fill: #999;
}

.st2-check input {
    display: none;
}

.st2-check input + label i {
    display: inline-block;
    padding: 0.3rem 0.3rem 0;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 1;
}

.st2-check input + label .st2-icon-check {
    width: 1.2rem;
    height: 1.2rem;

    fill: #fff;
}

.st2-check input + label:hover {
    cursor: pointer;
}

.st2-check input:checked + label .st2-icon-check {
    fill: #333;
}

.st2-check-list__holder,
.st2-check-list__item,
.st2-radio-list__holder,
.st2-radio-list__item {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-check-list__item,
.st2-radio-list__item {
    display: inline-block;
    margin-right: 0.8rem;
}

.st2-radio input {
    display: none;
}

.st2-radio input:checked + .st2-input-switch__label .st2-icon-circle {
    fill: #333;
}

.st2-radio .st2-input-switch__label i {
    display: inline-block;
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: middle;
}

.st2-radio .st2-input-switch__label span {
    display: inline-block;
    vertical-align: middle;
}

.st2-radio .st2-input-switch__label .st2-icon-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;

    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-btn {
    margin-bottom: 2rem;
}

.st2-btn + .st2-btn {
    margin-top: -1.5rem;
}

.st2-btn:last-child {
    margin-bottom: 0;
}

.st2-btn > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-btn[data-align='right'] .st2-btn__container {
    margin: 0 0 0 auto;
}

.st2-btn__container {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1rem 3rem;
    background: #f4526a;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;

    box-sizing: border-box;
}

.st2-btn__txt {
    display: block;
    line-height: 1.42;
    color: #fff;
}

.st2-btn__sub-txt {
    display: block;
    line-height: 1.42;
    font-size: 0.8em;
    color: #fff;
}

.st2-btn .st2-icon-right-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;

    fill: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-btn .st2-icon-search {
    width: 1.4rem;
    height: 1.4rem;

    fill: #fff;
}

.st2-btn[data-align='left'] .st2-btn__container {
    margin: 0 auto 0 0;
}

.st2-btn[data-color='search'] .st2-btn__container {
    background: #90b200;
}

.st2-btn[data-color='reset'] .st2-btn__container {
    background: 0 0;
    border: 1px solid #333;
}

.st2-btn[data-color='reset'] .st2-btn__txt {
    color: #333;
}

.st2-btn[data-color='2'] .st2-btn__container {
    background: 0 0;
    border: 1px solid #f4526a;
}

.st2-btn[data-color='2'] .st2-btn__txt {
    color: #f4526a;
}

.st2-btn--favorite {
    position: absolute;
    top: 0.8rem;
    right: 0;
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 50%;
    vertical-align: bottom;

    box-sizing: border-box;
}

.st2-btn--favorite.this-active {
    background: #fff;
    box-shadow: none;
}

.st2-btn--favorite.this-active .st2-icon-favorite {
    fill: #f4526a;
}

.st2-btn--favorite .st2-icon-favorite {
    position: absolute;
    top: 50%;
    left: 50%;

    fill: #ddd;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-btn--icon {
    margin-top: 0.5rem;
}

.st2-btn--icon__container {
    display: block;
    width: 100%;
    padding: 0.7rem 0;
    background: #f4526a;
    border: none;
    line-height: 1;
    font-size: 1.3rem;
    color: #fff;
}

.st2-btn--icon__container i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 0.3rem;
}

.st2-btn--icon__container i svg {
    width: 100%;
    height: 100%;
}

.st2-btn--search {
    margin-bottom: 3rem;
}

.st2-btn--search:last-child {
    margin-bottom: 0;
}

.st2-following--side .st2-btn--search {
    margin: 0.5rem auto 0;
}

.st2-btn--search__container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 1.5rem 0;
    background: #90b200;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.st2-following--side .st2-btn--search__container {
    line-height: 1;
    font-size: 1.3rem;
}

.st2-btn--search__container .st2-icon-bottom-arrow--large,
.st2-btn--search__container .st2-icon-top-arrow--large {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;

    fill: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-following--side .st2-btn--search__container .st2-icon-search {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.st2-btn--search__txt {
    vertical-align: middle;
    color: #fff;
}

.st2-following--side .st2-btn--search__txt {
    font-size: 1.3rem;
}

.st2-btn--more {
    margin: 0 auto 5rem;
}

.st2-btn--more:last-child {
    margin-bottom: 0;
}

.st2-btn--more__container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
}

.st2-btn--more__txt {
    font-size: 1.4rem;
}

.st2-btn--more .st2-icon-bottom-arrow {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.3rem;
    height: 1.3rem;

    fill: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-btn--close {
    margin-top: 5rem;
}

@media (min-width: 829px) {
    .modal-popup .modal-inner-wrap {
        max-width: 760px;
    }
}

.st2-btn--close__container {
    display: block;
    width: 100%;
    padding: 2rem 0 2.6rem;
    background: #0b499d;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(51, 51, 51, 0.5);
    color: #fff;
}

.st2-btn--close__txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.st2-btn--close i {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    line-height: 1;
}

.st2-btn--close .st2-icon-close {
    width: 2rem;
    height: 2rem;

    fill: #fff;
}

.st2-pic-block:first-child {
    margin-top: 0;
}

.st2-pic-block:last-child {
    margin-bottom: 0;
}

.st2-pic-block--slider .st2-pic-block__container-wrapper:first-child {
    width: 100%;
}

.st2-pic-block > div > div > div > a {
    text-decoration: none;
    color: inherit;
}

.st2-pic-block__container-wrapper + .st2-pic-block__container-wrapper {
    padding-top: 1rem;
}

.st2-pic-block__btn-container {
    margin-bottom: 1rem;
}

.st2-pic-block__btn-container:last-child {
    margin-bottom: 0;
}

.st2-pic-block__pic-container[data-align='center'] {
    text-align: center;
}

.st2-pic-block__pic-holder {
    position: relative;
}

.st2-pic-block__pic-holder img:not([width]) {
    width: auto;
    max-height: 141px;
}

.pc-only .st2-pic-block__pic-holder img {
    max-width: 100px;
}

.st2-pic-block__pic-caption p {
    margin: 0;
}

.st2-pic-block[data-align='right'] {
    text-align: right;
}

.st2-pic-block[data-align='center'] {
    text-align: center;
}

.st2-pic-block[data-pic-pos] .st2-pic-block__pic-container {
    display: block;
}

.st2-pic-block[data-pic-pos][data-style='2'] .st2-pic-block__container-wrapper:first-child {
    min-width: 25% !important;
    margin-right: 1rem;

    flex-shrink: 0 !important;
}

.st2-pic-block[data-pic-pos][data-style='2'] .st2-pic-block__pic-holder {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.st2-pic-block[data-pic-pos][data-style='2'] img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-pic-block[data-column] > div > div > div > div {
    display: flex;
}

.st2-pic-block[data-column] .st2-pic-block__container-wrapper {
    flex-grow: 1;
}

.st2-pic-block[data-column] .st2-pic-block__container-wrapper:first-child {
    flex-grow: 0;
    width: 19.8rem;

    flex-shrink: 0;
}

.st2-pic-block[data-column] .st2-pic-block__container-wrapper:last-child {
    flex-basis: 19.8rem;

    flex-shrink: 0;
}

.st2-pic-block__price {
    margin-bottom: 1rem;
}

.st2-pic-block__price:last-child {
    margin-bottom: 0;
}

.st2-divide-api .st2-pic-block__price {
    line-height: 1.42;
}

.st2-divide-api .st2-pic-block__price[data-direction='horizontal'] > div {
    display: block;
}

.st2-pic-block__price[data-direction='horizontal'] .st2-pic-block__price__prefix {
    margin-right: 1rem;
}

.st2-pic-block__price__prefix {
    line-height: 1;
    color: #333;
}

.st2-divide-api .st2-pic-block__price__prefix .pc-only {
    display: none;
}

.st2-pic-block__price__price {
    font-weight: 700;
    color: #b20000;
}

.st2-embed {
    margin: 0 auto 3rem;
}

.st2-embed > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-embed__inner {
    position: relative;
    padding-top: 56.25%;
}

.st2-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.st2-map {
    margin: 0 auto 3rem;
}

.st2-map > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-map-view {
    position: relative;
    background: #ddd;
}

.st2-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.st2-table-set,
.st2-table-set--break {
    margin-bottom: 1.5rem;
}

.st2-table-set--break:last-child,
.st2-table-set:last-child {
    margin-bottom: 0;
}

.st2-table-set--break > div,
.st2-table-set > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-table-set--break__inner table,
.st2-table-set__inner table {
    width: 100%;
    border: 1px solid #999;

    border-collapse: collapse;
}

.st2-table-set--break__inner td,
.st2-table-set--break__inner th,
.st2-table-set__inner td,
.st2-table-set__inner th {
    padding: 0.5rem 1rem;
    border: 1px solid #999;
    font-size: 1.3rem;
}

.st2-table-set--break__lv1,
.st2-table-set__lv1 {
    background: #ddd;
}

.st2-table-set--break__lv2,
.st2-table-set__lv2 {
    background: #efefef;
}

.st2-tab {
    margin: 3rem 0;
}

.st2-tab__item-txt {
    color: #333;
}

.st2-tab[data-style='4'] {
    margin: 0 0 2rem;
}

.st2-tab[data-style='4']:last-child {
    margin-bottom: 0;
}

.st2-tab[data-style='4'] .st2-tab__switcher,
.st2-tab[data-style='4'] .st2-tab__title {
    display: inline-block;
}

.st2-tab[data-style='4'] .st2-tab__title {
    font-weight: 700;
}

.st2-tab[data-style='4'] .st2-tab__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-tab[data-style='4'] .st2-tab__item {
    display: inline-block;
    margin-left: 5px;
}

.st2-tab[data-style='4'] .st2-tab__item[aria-selected='true'] .st2-tab__container {
    background: #f4526a;
}

.st2-tab[data-style='4'] .st2-tab__item[aria-selected='true'] .st2-tab__container:hover {
    cursor: default;
}

.st2-tab[data-style='4'] .st2-tab__item[aria-selected='true'] .st2-tab__item-txt {
    color: #fff;
}

.st2-tab[data-style='4'] .st2-tab__container {
    display: block;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
}

.st2-tab .st2-tab__panel {
    display: none;
}

.st2-tab .st2-tab__panel[aria-hidden='false'] {
    display: block;
}

.st2-tab--lower__holder--body,
.st2-tab--lower__item,
.st2-tab--upper__holder--body,
.st2-tab--upper__item {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-tab--lower__holder--body,
.st2-tab--upper__holder--body {
    display: flex;
    justify-content: space-between;
}

.st2-tab--lower__item-txt,
.st2-tab--upper__item-txt {
    color: #333;
}

.st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container,
.st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container {
    position: relative;
    background: #fff;
}

.st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container::after,
.st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container::after,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container::after,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

.st2-tab--lower__container,
.st2-tab--upper__container {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.st2-tab--lower__switcher,
.st2-tab--upper__switcher {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container {
    border-bottom: none;
}

.st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container::after,
.st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container::after {
    bottom: -3px;
}

.st2-tab--upper__container {
    border-radius: 8px 8px 0 0;
}

.st2-tab--lower {
    margin-bottom: 3rem;
}

.st2-tab--lower:last-child {
    margin-bottom: 0;
}

.st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container,
.st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container {
    border-top: none;
}

.st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container::after,
.st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container::after {
    top: -3px;
}

.st2-tab--lower__container {
    border-radius: 0 0 8px 8px;
}

.st2-tab--search {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 20px;
}

.st2-tab--search,
.st2-tab--search * {
    box-sizing: border-box;
}

.st2-tab--search[data-type='meito'] {
    margin-top: 1rem;
    border-bottom: 2px solid #ff9024;
}

.st2-tab--search[data-type='meito'] .st2-tab--search__item {
    border: 2px solid #ff9024;
}

.st2-tab--search[data-type='meito'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #ff9024;
}

.st2-tab--search[data-type='meito'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #ff9024;
}

.st2-tab--search[data-type='meito-cat-pc'] {
    border-bottom: 2px solid #ff9024;
    text-align: center;
}

.st2-tab--search[data-type='meito-cat-pc'] .st2-tab--search__item {
    display: inline-block;
    width: 49.5%;
    padding: 5px;
    border: 2px solid #ff9024;
    font-size: 13px;
    font-weight: 700;
}

.st2-tab--search[data-type='meito-cat-pc'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #ff9024;
}

.st2-tab--search[data-type='meito-cat-pc'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #ff9024;
}

.st2-tab--search[data-type='meito-cat-pc'] .st2-tab--search__item[data-size='full'] {
    display: block;
    width: 100%;
}

.st2-tab--search[data-type='jr-pc'] {
    border-bottom: 2px solid #f7900b;
}

.st2-tab--search[data-type='jr-pc'] .st2-tab--search__item {
    border: 2px solid #f7900b;
    font-size: 13px;
    font-weight: 700;
}

.st2-tab--search[data-type='jr-pc'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #f7900b;
}

.st2-tab--search[data-type='jr-pc'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #f7900b;
}

.st2-tab--search[data-type='jr-sp'] {
    max-width: none;
    border-bottom: 2px solid #f7900b;
}

.st2-tab--search[data-type='jr-sp'] .st2-tab--search__item {
    border: 2px solid #f7900b;
    font-size: 13px;
}

.st2-tab--search[data-type='jr-sp'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #f7900b;
}

.st2-tab--search[data-type='jr-sp'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #f7900b;
}

.st2-tab--search[data-type='holiday-pc'] {
    border-bottom: 2px solid #2a95cb;
}

.st2-tab--search[data-type='holiday-pc'] .st2-tab--search__item {
    border: 2px solid #2a95cb;
    font-size: 13px;
    font-weight: 700;
}

.st2-tab--search[data-type='holiday-pc'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #2a95cb;
}

.st2-tab--search[data-type='holiday-pc'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #2a95cb;
}

.st2-tab--search[data-type='holiday-sp'] {
    border-bottom: 2px solid #2a95cb;
}

.st2-tab--search[data-type='holiday-sp'] .st2-tab--search__item {
    border: 2px solid #2a95cb;
    font-size: 13px;
    font-weight: 700;
}

.st2-tab--search[data-type='holiday-sp'] .st2-tab--search__item[aria-selected='true'] {
    background-color: #2a95cb;
}

.st2-tab--search[data-type='holiday-sp'] .st2-tab--search__item[aria-selected='true'] > i {
    border-top-color: #2a95cb;
}

.st2-tab--search a.st2-tab--search__item {
    display: block;
    flex-grow: 0;
    padding: 0.5rem;
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
    border: 2px solid #0b499d;
    border-bottom: none !important;
    text-align: center;
    color: #333;
}

.st2-tab--search a.st2-tab--search__item:not(:only-child) {
    width: calc(50% - 2.5px);
}

.st2-tab--search a.st2-tab--search__item:only-child {
    width: 100%;
}

.st2-tab--search a.st2-tab--search__item[aria-selected='true'] {
    position: relative;
    background-color: #0b499d;
    color: #fff;

    pointer-events: none;
}

.st2-tab--search a.st2-tab--search__item[aria-selected='true'] > i {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-style: solid;

    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    visibility: visible;
}

.st2-tab--search a.st2-tab--search__item[aria-disabled='true'] {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff;

    pointer-events: none;
}

.st2-tab--search a.st2-tab--search__item:hover {
    text-decoration: none;

    opacity: 0.7;
}

.st2-separate {
    max-width: 1100px;
    margin: 2rem auto;
}

.st2-separate:last-child {
    margin-bottom: 0;
}

.st2-separate hr {
    margin: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.st2-separate[data-style='1'] hr {
    border-top: 3px solid #f4526a;
}

.st2-pic-slider {
    width: 100%;
    overflow: hidden;
}

.st2-pic-slider__wrapper {
    position: relative;
    min-height: 100px;
}

.st2-pic-slider__container {
    display: flex;
}

.st2-pic-slider__container.this-moving {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.st2-pic-slider__slides {
    display: flex;
}

.st2-pic-slider__slide {
    position: relative;

    box-sizing: border-box;
}

.st2-pic-slider__slide__caption {
    display: none;
}

.st2-pic-slider__slide__holder {
    position: relative;
    padding-top: 75%;
    text-align: center;
}

.st2-pic-slider__slide__holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-pic-slider__caption {
    text-align: center;
}

.st2-pic-slider__caption p {
    margin: 0.5rem 0 0;
    font-size: 1.3rem;
}

.st2-pic-slider__next,
.st2-pic-slider__prev {
    position: absolute;
    top: 50%;
    width: 3.7rem;
    height: 5.2rem;
    transition: background 0.12s ease-in-out;
    background: rgba(255, 255, 255, 0.75);
    border: none;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-pic-slider__prev {
    left: 0;
    padding: 1rem 0;
    border-radius: 0 5px 5px 0;
}

.st2-pic-slider__next {
    right: 0;
    padding: 1rem 0;
    border-radius: 5px 0 0 5px;
}

.st2-pic-slider__pagination {
    position: absolute;
    bottom: 1.8rem;
    width: 100%;
    max-width: 1100px;
    text-align: center;
}

.st2-pic-slider__pagination-unit {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.st2-pic-slider__pagination-unit.this-active {
    width: 0.9rem;
    height: 0.9rem;
    background: #f4526a;
}

.st2-pic-slider .st2-icon-left-arrow,
.st2-pic-slider .st2-icon-right-arrow {
    width: 2rem;
    height: 2rem;
    transition: fill 0.12s ease-in-out;

    fill: #333;
}

.st2-slider {
    margin-bottom: 3rem;
}

.st2-slider > div {
    overflow: hidden;
}

.st2-slider:last-child {
    margin-bottom: 0;
}

.st2-slider__container {
    display: flex;
}

.st2-slider__container.this-moving {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.st2-slider__wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.st2-slider__slides {
    display: flex;
    width: 100%;
}

.st2-slider__slide {
    width: 100%;
    padding: 0 0 0 10px;

    box-sizing: border-box;
}

.st2-slider__slide .st2-pic-block__pic-holder {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.st2-slider__slide .st2-pic-block__pic-holder img:not([width]) {
    width: auto;
    max-height: 100%;
}

.st2-slider__slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.st2-slider__next,
.st2-slider__prev {
    position: absolute;
    top: 50%;
    transition: background 0.12s ease-in-out;
    background: rgba(255, 255, 255, 0.75);
    border: none;

    -webkit-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
}

.st2-slider__prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.st2-slider__next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.st2-slider__pagination {
    max-width: 1100px;
    margin: 0.5rem auto 0;
    text-align: center;
}

.st2-slider__pagination-unit {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    vertical-align: middle;
}

.st2-slider__pagination-unit.this-active {
    width: 0.9rem;
    height: 0.9rem;
    background: #0b499d;
    border: 1px solid #0b499d;
}

.st2-slider .st2-icon-left-arrow,
.st2-slider .st2-icon-right-arrow {
    transition: fill 0.12s ease-in-out;

    fill: #333;
}

.st2-calendar {
    margin-bottom: 3rem;
}

.st2-calendar__footer > div,
.st2-calendar__header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st2-calendar__footer__btn-next,
.st2-calendar__footer__btn-prev,
.st2-calendar__header__btn-next,
.st2-calendar__header__btn-prev {
    background: 0 0;
    border: none;
}

.st2-calendar__footer__btn span,
.st2-calendar__header__btn span {
    vertical-align: middle;
    font-size: 1.6rem;
}

.st2-calendar__footer .st2-icon-left-arrow,
.st2-calendar__footer .st2-icon-right-arrow,
.st2-calendar__header .st2-icon-left-arrow,
.st2-calendar__header .st2-icon-right-arrow {
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;

    fill: #333;
}

.st2-calendar__footer .st2-icon-right-arrow,
.st2-calendar__header .st2-icon-right-arrow {
    margin-left: 0.5rem;
}

.st2-calendar__footer .st2-icon-left-arrow,
.st2-calendar__header .st2-icon-left-arrow {
    margin-right: 0.5rem;
}

.st2-calendar__title {
    padding: 1rem;
    text-align: center;
    font-size: 2.2rem;
}

.st2-calendar__price-txt {
    line-height: 1.22;
    font-weight: 700;
}

.st2-calendar__date.this-active {
    background: #f4526a;
    color: #fff !important;
}

.st2-calendar__btn__container {
    display: block;
    position: relative;
    background: #90b200;
    border-radius: 5px;
    text-align: left;
    line-height: 1;
    text-decoration: none;
    color: #fff;
}

.st2-calendar__btn__txt {
    color: #fff;

    white-space: nowrap;
}

.st2-calendar__btn .st2-icon-right-arrow {
    position: absolute;
    top: 50%;
    right: 0.5rem;

    fill: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-calendar-accordion__body,
.st2-calendar-accordion__container,
.st2-calendar-accordion__trigger {
    margin: 0;
    padding: 0;
}

.st2-calendar-accordion__title {
    background: 0 0;
    border: none;
}

.st2-calendar-accordion__title:hover {
    cursor: pointer;
}

.st2-calendar-accordion__title-icon,
.st2-calendar-accordion__title-txt {
    vertical-align: middle;
}

.st2-calendar-accordion__body {
    text-align: left;
}

.st2-calendar-accordion__body[aria-hidden='true'] {
    display: none;
}

.st2-calendar-accordion__body .st2-paragraph {
    margin-bottom: 0.5rem;
}

.st2-calendar-accordion__body .st2-list--note__container {
    font-size: 1rem;
}

.st2-calendar-accordion .st2-icon-bottom-arrow {
    width: 1.2rem;
    height: 1.2rem;

    fill: #f4526a;
}

.st2-tab--radio {
    margin: 3rem 0;
}

.st2-tab--radio + .st2-tab--radio {
    margin-top: -1.5rem;
}

.st2-goto-banner {
    display: none;
    top: 0;
    background-color: #eaeaea;
    text-align: center;
    z-index: 280;
}

.st2-goto-banner[data-display='block'] {
    display: block !important;
}

html:not([header-position-type='fixed']) .st2-goto-banner {
    position: -webkit-sticky;
    position: sticky;
}

html[header-position-type='fixed'] .st2-goto-banner {
    position: fixed;
    width: 100%;
}

.st2-goto-banner > div {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.st2-goto-banner a {
    display: block;
}

.st2-goto-banner button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    z-index: 1;

    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    touch-action: manipulation;
}

.st2-goto-banner button svg {
    display: block;
    transition: fill-opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);

    fill: #fff;
    fill-opacity: 0.64;
}

.st2-goto-banner button svg:hover svg {
    fill-opacity: 1;
}

html.ie .st2-global-navigation--sticky-wrapper,
html.ie .st2-goto-banner {
    position: static !important;
    top: 0 !important;
}

.st2-accordion--jr__container {
    margin: 0 auto;
    padding: 0;
}

.st2-accordion--jr__body,
.st2-accordion--jr__trigger {
    margin: 0;
    padding: 0;
}

.st2-accordion--jr__trigger {
    background: #f4526a;

    white-space: nowrap;
}

.st2-accordion--jr__title {
    position: relative;
    width: 100%;
    padding: 1rem 1.5rem;
    background: 0 0;
    border: none;
    font-size: 1.4rem;
    color: #fff;
}

.st2-accordion--jr__title .st2-icon-train {
    display: inline-block;
    width: 1.9rem;
    height: 1.9rem;
    vertical-align: middle;

    fill: #fff;
}

.st2-accordion--jr__title-txt {
    display: inline-block;
    vertical-align: middle;
}

.st2-accordion--jr__title .st2-icon-plus {
    position: absolute;
    top: 50%;
    right: 3.333%;
    width: 1.4rem;
    height: 1.4rem;

    fill: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-accordion--jr__title .st2-icon-plus__path-01,
.st2-accordion--jr__title .st2-icon-plus__path-02 {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.st2-accordion--jr__title[aria-expanded='true'] .st2-icon-plus__path-01 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.st2-accordion--jr__title[aria-expanded='true'] .st2-icon-plus__path-02 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st2-accordion--jr__body {
    background: #fff2f4;
}

.st2-accordion--jr .st2-jr-link__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-accordion--jr .st2-jr-link__item span {
    color: #999;
}

.st2-date-changer {
    margin: 2rem auto 1rem;
}

.st2-date-changer > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-date-changer__btn,
.st2-date-changer__content,
.st2-date-changer__holder,
.st2-date-changer__title {
    margin: 0;
    padding: 0;
}

.st2-date-changer__holder {
    display: flex;
    align-items: center;
}

.st2-date-changer__content {
    background: #fff;
    border: 1px solid #999;
}

.st2-date-changer__btn .st2-btn__txt {
    display: inline-block;
}

.st2-date-changer__btn .st2-btn i {
    margin-left: 0.5rem;
    padding: 0;
}

.st2-date-changer__input {
    padding: 0.5rem 1rem;
    border: none;
    vertical-align: middle;
    color: #333;
}

.st2-date-changer i {
    display: inline-block;
    padding: 0.5rem 1rem;
    vertical-align: middle;
    line-height: 1;
}

.st2-date-changer .st2-icon-calendar {
    width: 2.2rem;
    height: 2.2rem;
}

.st2-topic-path {
    background: #fff2f4;
}

.st2-topic-path > div {
    max-width: 1100px;
    margin: 0 auto;
}

.st2-topic-path__holder {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-topic-path__item {
    display: inline-block;
}

.st2-topic-path__link {
    text-decoration: none;
    color: #333;
}

.st2-topic-path__link-txt {
    color: #333;
}

.st2-topic-path .st2-icon-right-arrow,
.st2-topic-path__link-txt {
    vertical-align: middle;
}

.st2-topic-path .st2-icon-right-arrow {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;

    fill: #999;
}

.st2-topic-path .current .st2-icon-right-arrow {
    display: none;
}

.st2-topic-path .current .st2-topic-path__link {
    pointer-events: none;
}

.st2-site-footer > div {
    background-color: #f5f5f5;
}

.st2-site-footer__bnr > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto;
}

.st2-site-footer__item--bnr a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.st2-site-footer__search-area {
    background-color: #fff;
}

.st2-site-footer__search-area > div {
    max-width: 1060px;
    margin: 0 auto;
}

.st2-site-footer__block--navigation {
    background-color: #fff;
}

.st2-site-footer__block--navigation > div {
    max-width: 1060px;
    margin: 0 auto;
}

.st2-site-footer__item--unique > div {
    display: flex;
    align-items: center;
}

.st2-site-footer__item--unique p + p {
    margin-left: 1.8rem;
}

.st2-site-footer__page-to-top > div {
    text-align: right;
}

.st2-site-footer__page-to-top a {
    display: inline-block;
    position: fixed;
    bottom: -10rem;
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), bottom 0.75s cubic-bezier(0.25, 0.8, 0.25, 1),
        right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    vertical-align: middle;
    cursor: pointer;
    z-index: 100;

    opacity: 0;
}

.st2-site-footer__page-to-top a span {
    display: block;
}

.st2-site-footer__page-to-top.this-active a {
    opacity: 1;
}

.st2-site-footer__block--floor {
    background-color: #fff;
    border-top: solid 2px #ececec;
}

.st2-site-footer__block--floor > div {
    max-width: 1060px;
    margin: 0 auto;
}

.st2-site-footer__block--floor[data-border='none'] {
    border: none !important;
}

.st2-site-footer__block--primitive-navigation {
    background-color: #f5f5f5;
}

.st2-site-footer__block--primitive-navigation > div {
    max-width: 1060px;
    margin: 0 auto;
}

.st2-site-footer__sub-navigation > div {
    display: flex;
    justify-content: space-between;
}

.st2-site-footer__sub-navigation[data-justify='center'] > div {
    justify-content: center;
}

.st2-site-footer__sub-navigation[data-justify='center'] > div > p {
    margin: 0 1rem;
}

.st2-site-footer__sub-navigation p a {
    color: inherit;
}

.st2-site-footer__copyright > div {
    text-align: center;
}

.st2-site-footer {
    line-height: inherit;
    font-family: 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
}

.st2-site-footer[data-type='normal'] {
    border: none !important;
}

.st2-site-footer p {
    margin: 0;
}

.st2-site-footer a {
    text-decoration: none;
}

.st2-site-footer a:hover {
    text-decoration: underline;
}

.st2-menu-renewed {
    max-width: 1060px;
    margin: 0 auto;
}

.st2-menu-renewed__search {
    padding: 2rem 0;
}

.st2-menu-renewed__search * {
    border-radius: 0 !important;

    outline: 0 !important;
}

.st2-menu-renewed__search-contents {
    margin: 0 auto;
}

.st2-menu-renewed__search-contents form {
    display: flex;
    flex-wrap: wrap;
}

.st2-menu-renewed__search-icon,
.st2-menu-renewed__search-txt {
    display: block;
    margin: 0;
    padding: 0;

    box-sizing: border-box;
    zoom: 1 !important;
}

.st2-menu-renewed__search-txt {
    height: 3rem;
    padding: 0 1rem;
    border: 0.2rem solid #333;
}

.st2-menu-renewed__search-icon {
    height: 3rem;
    padding: 0.4rem;
    background-color: #333;
}

.st2-menu-renewed__link {
    display: flex;
    flex-wrap: wrap;
}

.st2-menu-renewed__link-contents {
    min-height: 4rem;
    background: no-repeat top 50% right 3.448%
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjExIj48cGF0aCBkPSJNNi4zNzggNC43NjRMMi4wOTMuNDc5QTEuMDI0IDEuMDI0IDAgMSAwIC42NDIgMS45MjZsMy41NTEgMy41NjMtMy41NSAzLjU2M2ExLjAyNCAxLjAyNCAwIDEgMCAxLjQwNSAxLjQ5MWwuMDQ0LS4wNDQgNC4yODctNC4yODRjLjQtLjM5OS40MDEtMS4wNDguMDAyLTEuNDQ4LS4wMDIgMC0uMDAyLS4wMDEtLjAwMy0uMDAzeiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);

    transition-duration: 0.1s;
}

.st2-menu-renewed__link-contents > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-decoration: none !important;
    color: #333;

    box-sizing: border-box;
}

.st2-menu-renewed__link-contents > a:hover {
    text-decoration: none;
    color: #333;
}

.st2-menu-renewed__link-icon,
.st2-menu-renewed__link-txt {
    display: block;
}

.st2-menu-renewed__container .st2-menu-renewed__sp-global-nav-heading {
    padding-top: 1rem;
    padding-right: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 1.6rem;
    background-color: #0b499d;
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.st2-menu-renewed__container .st2-menu-renewed__sp-global-nav-link {
    margin: 0;
    padding: 0;
    border: 0;

    box-sizing: border-box;
}

.st2-menu-renewed__container .st2-menu-renewed__sp-global-nav-link * {
    margin: 0;
    padding: 0;
    border: 0;

    box-sizing: border-box;
}

.st2-menu-renewed__container
    .st2-menu-renewed__sp-global-nav-link
    .st2-menu-renewed__sp-global-nav-link-contents:not(:first-child) {
    border-top: solid 1px #dcdcdc;
}

.st2-menu-renewed__container .st2-menu-renewed__sp-global-nav-link .st2-menu-renewed__sp-global-nav-link-contents a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1rem;
}

.st2-menu-renewed__container
    .st2-menu-renewed__sp-global-nav-link
    .st2-menu-renewed__sp-global-nav-link-contents
    .st2-menu-renewed__sp-global-nav-link-contents-icon {
    display: block;
    margin-right: 1rem;
    padding: 0.6rem;
}

.st2-menu-renewed__container
    .st2-menu-renewed__sp-global-nav-link
    .st2-menu-renewed__sp-global-nav-link-contents
    .st2-menu-renewed__sp-global-nav-link-contents-icon
    svg {
    width: 3rem;
    height: 3rem;
}

.st2-menu-renewed__container
    .st2-menu-renewed__sp-global-nav-link
    .st2-menu-renewed__sp-global-nav-link-contents
    .st2-menu-renewed__sp-global-nav-link-contents-txt {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.4rem;
    font-size: 1.4rem;
    color: #333;
}

.st2-menu-renewed__container
    .st2-menu-renewed__sp-global-nav-link
    .st2-menu-renewed__sp-global-nav-link-contents
    .st2-menu-renewed__sp-global-nav-link-contents-txt
    span {
    font-size: 1rem;
}

.st2-menu-renewed__sp-login {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    background-color: #eee;
}

.st2-menu-renewed__sp-login .st2-menu-renewed__sp-login-title {
    font-size: 1rem;
    font-weight: 700;
}

.st2-menu-renewed__sp-login .st2-menu-renewed__sp-login-itemlist .st2-menu-renewed__sp-login-item-txt {
    margin: 1rem 0;
    padding: 1rem 0;
    background-color: #fff;
    border: solid 2px #0b499d;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #0b499d;
}

.st2-menu-renewed__sp-close {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
}

.st2-menu-renewed__sp-close .st2-menu-renewed__sp-close-title {
    font-size: 1rem;
    font-weight: 700;
}

.st2-menu-renewed__sp-close .st2-menu-renewed__sp-close-itemlist .st2-menu-renewed__sp-close-item-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem 0;
    background-color: #fff;
    border: solid 2px #0b499d;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #0b499d;
}

.st2-menu-renewed__sp-close .st2-menu-renewed__sp-close-itemlist .st2-menu-renewed__sp-close-item-txt svg {
    width: 2rem;
    height: 2rem;
    margin-top: 0.4rem;

    fill: #0b499d;
}

.st2-menu-renewed__sp-close .st2-menu-renewed__sp-close-itemlist .st2-menu-renewed__sp-close-item-txt span {
    font-size: 1.2rem;
}

.st2-site-header__departure {
    position: relative;
    top: 0;
    z-index: 270;
}

.st2-site-header__departure--button,
.st2-site-header__departure--window {
    width: 13.5rem;
    background-color: #fff;
}

.st2-site-header__departure--button li,
.st2-site-header__departure--button ol,
.st2-site-header__departure--button ul,
.st2-site-header__departure--window li,
.st2-site-header__departure--window ol,
.st2-site-header__departure--window ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.st2-site-header__departure--button .select_option,
.st2-site-header__departure--window .select_option {
    border-top: solid 1px #b4b4b4;
}

.st2-site-header__departure--button .select_basetxt > span,
.st2-site-header__departure--button .select_option > a,
.st2-site-header__departure--window .select_basetxt > span,
.st2-site-header__departure--window .select_option > a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    line-height: 1.5;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.st2-site-header__departure--button .select_basetxt > span,
.st2-site-header__departure--window .select_basetxt > span {
    padding-top: 0.6rem;
    padding-right: 2.4rem;
    padding-bottom: 0.6rem;
    padding-left: 0;
    text-align: center;
    color: #0b499d;

    box-sizing: border-box;
}

.st2-site-header__departure--button .select_option > a,
.st2-site-header__departure--window .select_option > a {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    color: #5f5f5f;

    box-sizing: border-box;
}

.st2-site-header__departure--button .select_option > a:hover,
.st2-site-header__departure--window .select_option > a:hover {
    background-color: #eee;
}

.st2-site-header__departure--button {
    position: relative;
    background-color: #fff;
    border-top: 0.1rem solid #0b499d;
    border-right: 0.1rem solid #0b499d;
    border-bottom: 0.1rem solid #0b499d;
    border-left: 0.1rem solid #0b499d;
    border-radius: 0.3rem;
}

.st2-site-header__departure--button.active {
    border-top: 0.1rem solid #0b499d;
    border-right: 0.1rem solid #0b499d;
    border-bottom: none;
    border-left: 0.1rem solid #0b499d;
    border-radius: 0.4rem 0.4rem 0 0;
}

.st2-site-header__departure--button .select_icon svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    width: 2.8rem;
    height: 2.8rem;

    fill: #0b499d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.st2-site-header__departure--window.pc {
    display: none;
    position: absolute;
}

.st2-site-header__departure--window.sp {
    display: none;
    position: absolute;
    width: 100vw;
    z-index: 270;
}

.st2-site-header__departure--window.sp .select_option > a {
    padding: 1rem 4.688%;
    font-size: 1.2rem;
}

.st2-calendar__day .st2-calendar__date.col_sun {
    color: #b22a2a;
}

.st2-calendar__day .st2-calendar__date.col_sat {
    color: #2a5eb2;
}

.st2-calendar__day.this-inactive {
    background: #efefef;
}

#SelectYado {
    margin: 1px auto;
}

.st2-goto-banner,
.st2-goto-banner[data-display='block'] {
    display: none !important;
}

.st2-topic-path__holder {
    -ms-overflow-style: none;
    overflow-y: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.st2-topic-path__holder::-webkit-scrollbar {
    display: none;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;

        opacity: 0;
    }
    1% {
        display: block;

        opacity: 0;
    }
    100% {
        display: block;

        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        display: none;

        opacity: 0;
    }
    1% {
        display: block;

        opacity: 0;
    }
    100% {
        display: block;

        opacity: 1;
    }
}

/*----------------------------------

CMN

----------------------------------*/
main * {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN',
        'Hiragino Sans', sans-serif;
    font-size: 1.6rem;
    /* font-weight: normal; */
    /* color: #412200; */

    box-sizing: border-box;
    list-style: none;
}

main li,
main ol,
main ul {
    list-style: none;
}

.st2-page-main {
    margin-bottom: 80px;
}

.st2-page-content {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;

    box-sizing: border-box;
}
.st2-page-content * {
    box-sizing: border-box;
}

.st2-topicpath {
    padding: 0 2rem;
    background: #faf6e9;
}
.st2-topicpath__list {
    width: 100%;
    max-width: 1060px;
    margin: auto;
    padding: 10px 0;

    list-style: none;
}
.st2-topicpath__item {
    display: inline-block;
}
.st2-topicpath__item:not(:last-child)::after {
    content: '>';
    padding: 0 0.5em;
    font-size: 1.2rem;
    color: #333;
}
.st2-topicpath__link-txt {
    font-size: 1.2rem;
    color: #333;
}

.st2-search-result {
    padding: 15px 34px;
    background: #faf6e9;
}
.st2-search-result__title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
}

.st2-search-condition {
    margin: 0 -20px;
}
.st2-search-condition__item {
    display: inline-block;
    margin: 17px 20px 0;
}
.st2-search-condition__list {
    line-height: 1;
}
.st2-search-condition__title,
.st2-search-condition__detail {
    display: inline-block;
    line-height: 1;
    font-size: 1.4rem;
}
.st2-search-condition__title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
}
.st2-search-condition__title::after {
    content: '/';
    padding: 0 0.25em 0 0.5em;
}
.st2-search-condition__detail {
    color: #000;
}

.st2-result-block:not(:first-child) {
    margin-top: 10px;
}

.st2-result-block .st2-result-block__txt {
    text-align: center;
    font-weight: bold;
}

.st2-result {
    position: relative;
}
.st2-result:not(:first-child) {
    margin-top: 34px;
}

.st2-result-num__num,
.st2-result-num__num-small {
    font-weight: bold;
    color: #b20000;
}

.st2-result-num__num {
    font-size: 2rem;
}

.st2-result-sort:not(:first-child) {
    margin-top: 12px;
}

.st2-result-sort__list {
    display: flex;
}

.st2-result-sort__value {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;

    -webkit-clip-path: inset(50%);
    white-space: nowrap;
}
.st2-result-sort__value:checked + .st2-result-sort__txt {
    background: #c8b877;
    color: #fff;
}

.st2-result-sort__txt {
    display: block;
    padding: 4px 8px;
    line-height: 1;
    cursor: pointer;
}

.ie11 .st2-result-sort__txt {
    padding: 6px 8px 2px 8px;
}

.st2-result-sort__txt:hover {
    background: #c8b877;
    color: #fff;
}

.st2-header-btn {
    display: flex;
    justify-content: flex-end;
}
.st2-header-btn + * {
    margin-top: 28px;
}

.st2-btn_inner {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.8rem;
    color: #fff;
}

.st2-btn-heightclass {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 5px 12px;
    transition: all 0.3s ease-out;
    appearance: none;
    background: #fff;
    border: 1px solid #bbaa65;
}
.st2-btn-heightclass:hover {
    background: #bbaa65;
    text-decoration: none;
}
.st2-btn-heightclass:hover .st2-btn-heightclass__inner {
    color: #fff;
}
.st2-btn-heightclass.-arrow-01 {
    padding-right: 60px;
    padding-left: 60px;
}
.st2-btn-heightclass.-arrow-01::before,
.st2-btn-heightclass.-arrow-01::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    height: 1px;
    background: #bbaa65;
}
.st2-btn-heightclass.-arrow-01::before {
    top: 50%;
    width: 40px;
}
.st2-btn-heightclass.-arrow-01::after {
    top: calc(50% - 3px);
    width: 7px;

    transform: rotate(45deg);
}
.st2-btn-heightclass.-arrow-01.-yellow::before,
.st2-btn-heightclass.-arrow-01.-yellow::after,
.st2-btn-heightclass.-arrow-01.-red::before,
.st2-btn-heightclass.-arrow-01.-red::after {
    background: #fff;
}
.st2-btn-heightclass.-blank-01 {
    padding-right: 25px;
    padding-left: 25px;
}
.st2-btn-heightclass.-blank-01::before,
.st2-btn-heightclass.-blank-01::after {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    border: 1px solid #bbb;
}
.st2-btn-heightclass.-blank-01::before {
    top: calc(50% - 5px);
    right: 9px;
    width: 13px;
    height: 10px;
    border-width: 0 0 1px 1px;
}
.st2-btn-heightclass.-blank-01::after {
    top: calc(50% - 7px);
    width: 11px;
    height: 8px;
}
.st2-btn-heightclass.-blank-01:hover::before,
.st2-btn-heightclass.-blank-01:hover::after {
    border-color: #fff;
}
.st2-btn-heightclass.-red {
    background: linear-gradient(to left, #ab0055 0%, #6d0104 100%);
    border: none;
}
.st2-btn-heightclass.-red:hover {
    opacity: 0.85;
}
.st2-btn-heightclass.-transparent {
    background: transparent;
}
.st2-btn-heightclass.-transparent:hover {
    background: #bbaa65;
}
.st2-btn-heightclass.-yellow {
    background: #bbaa65;
}
.st2-btn-heightclass.-yellow:hover {
    text-decoration: none;

    opacity: 0.85;
}
.st2-btn-heightclass.-red-white {
    background: #fff;
    border-color: #b20000;
}
.st2-btn-heightclass.-red-white:hover {
    background: #b20000;
    border-color: #fff;
}
.st2-btn-heightclass.-red-white:hover .st2-icon-heightclass-search {
    fill: #fff;
}
.st2-btn-heightclass.-red-white:hover .st2-btn-heightclass__inner {
    color: #fff;
}
.st2-btn-heightclass.-red-white .st2-icon-heightclass-search {
    fill: #b20000;
}
.st2-btn-heightclass__inner {
    display: flex;
    align-items: center;
    min-height: 45px;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
    color: #947e2b;
}
.st2-btn-heightclass.-red .st2-btn-heightclass__inner {
    color: #fff;
}
.st2-btn-heightclass.-yellow .st2-btn-heightclass__inner {
    color: #fff;
}
.st2-btn-heightclass.-red-white .st2-btn-heightclass__inner {
    color: #b20000;
}
.st2-btn-heightclass.-singleBtn {
    margin-right: auto;
    margin-left: auto;
}

.st2-result-map__btn > * {
    position: relative;
    padding-left: 30px;
}

.st2-result-map__btn .st2-icon-map {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 19px;
    height: 20px;

    fill: #947e2b;
}

.st2-result-map__btn:hover .st2-icon-map {
    fill: #fff;
}

.st2-search-btn {
    width: 287px;
}
.st2-search-btn > * {
    position: relative;
    padding-left: 30px;
}
.st2-search-btn .st2-icon-heightclass-search {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 25px;
    height: 25px;

    fill: #fff;
}

/*----------------------------------

YADOLIST

----------------------------------*/
.st2-yadolist-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    background: #092a57;
}
.st2-yadolist-title__title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin: 0;
    text-align: center;
}
.st2-yadolist-title__title-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;

    -webkit-clip-path: inset(50%);
    white-space: nowrap;
}
.st2-yadolist-title__title-inner {
    position: relative;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    font-weight: normal;
    color: #c8b877;
}
.st2-yadolist-title__title-inner::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 33px);
    width: 66px;
    height: 2px;
    background: #c8b877;
}

.st2-yadolist-list:not(:first-child) {
    margin-top: 34px;
}

.st2-yadolist-list.type2 .st2-yadolist-card__inner {
    padding: 28px 26px;
}

.st2-yadolist-list.type2 .st2-yadolist-card__comment {
    margin-top: 20px;
}

.st2-yadolist-list.type2 .st2-yadolist-card__access {
    margin-top: 5px;
}

.st2-yadolist-card {
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.16);
}
.st2-yadolist-card + .st2-yadolist-card {
    margin-top: 50px;
}
.st2-yadolist-card__link {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    transition: all 0.3s ease-out;
    background: #fff;
    text-decoration: none;
    color: #412200;
}

.st2-yadolist-card__link:hover img {
    opacity: 0.8;
}

.st2-yadolist-card__link img {
    transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.st2-yadolist-card__link:hover {
    background: #faf6e9;
    text-decoration: none;
    cursor: pointer;
}

.st2-yadolist-card__link:hover img{
    background:#faf6e9;
    cursor: pointer;

}

.st2-yadolist-card__inner {
    flex: 1 1 auto;
    width: 100%;
    padding: 19px 26px;
}
.st2-yadolist-card__img {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000;
}
.st2-yadolist-card__header + * {
    margin-top: 10px;
}
.st2-yadolist-card__header-sub {
    font-size: 1.4rem;
}
.st2-yadolist-card__header-title {
    margin: 0;
    line-height: 1.35;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #412200;
}
.st2-yadolist-card__header-title:not(:first-child) {
    margin-top: 6px;
}
.st2-yadolist-card__plan {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 150px;
    min-height: 40px;
    padding: 5px 10px;
    background: rgba(157, 128, 11, 0.9);
    text-align: center;
}
.st2-yadolist-card__plan-inner {
    line-height: 1;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.3rem;
    color: #fff;
}
.st2-yadolist-card__plan-num {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.6rem;
    color: #fff;
}
.st2-yadolist-card .st2-plan-list {
    list-style: none;
}
.st2-yadolist-card .st2-plan-list__item {
    display: inline-block;
    min-width: 60px;
    margin-right: 6px;
    padding: 5px 12px;
    border: 1px solid #eae5d5;
    line-height: 1;
    font-size: 1.2rem;
}
.st2-yadolist-card__comment {
    display: inline-flex;
    align-items: center;
}
.st2-yadolist-card__comment:not(:first-child) {
    margin-top: 10px;
}
.st2-yadolist-card__comment-title {
    margin-right: 0.5em;
    font-size: 1.4rem;
}
.st2-yadolist-card__comment-detail {
    display: flex;
    align-items: center;
}
.st2-yadolist-card__price > * {
    display: inline-block;
    vertical-align: middle;
}
.st2-yadolist-card__price-title {
    margin-right: 0.5em;
    font-size: 1.4rem;
}
.st2-yadolist-card__price-detail {
    font-size: 1.6rem;
    font-weight: bold;
    color: #b20000;
}
.st2-yadolist-card__access {
    position: relative;
    padding-left: 20px;
    font-size: 1.2rem;
}
.st2-yadolist-card__access .st2-icon-train {
    position: absolute;
    top: 0.38em;
    left: 0.1em;
    width: 11.69px;
    height: 16.27px;

    fill: #412200;
}
.st2-yadolist-card__access p{
    font-size: 1.2rem;
}

.st2-yadolist-card__access > p:nth-child(2){
   padding-top:0.5rem
}

.st2-yadolist-card__section {
    padding-left: 20px;
    font-size: 1.2rem;
}
.st2-yadolist-card__section:not(:first-child) {
    margin-top: 5px;
}

.st2-review-star i {
    display: block;
    line-height: 1;
}

.st2-review-point {
    padding-left: 10px;
    font-size: 1.4rem;
}

.st2-icon-star-01 {
    width: 78px;
    height: 18px;

    fill: #c8b877;
}

.st2-yadolist-pager {
    margin-top: 200px;
}
.st2-yadolist-pager__list {
    display: flex;
    justify-content: center;
}
.st2-yadolist-pager__item {
    margin: 0 17px;
}
.st2-yadolist-pager__link {
    display: flex;
    justify-content: center;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    line-height: 1;
}
.st2-yadolist-pager__link-num {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: bold;
}
.st2-yadolist-pager__link.-current,
.st2-yadolist-pager__link:hover {
    background: #c8b877;
}
.st2-yadolist-pager__link.-current .st2-yadolist-pager__link-num,
.st2-yadolist-pager__link:hover .st2-yadolist-pager__link-num {
    color: #fff;
}
.st2-yadolist-pager__link:hover {
    text-decoration: none;
}
.prev,
.next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 35px;
    height: 35px;
}
.prev::before,
.next::before {
    content: '';
    display: flex;
    align-items: center;
    width: 9px;
    height: 8px;

    transform: rotate(45deg);
}
.prev[aria-disabled],
.next[aria-disabled] {
    cursor: unset;
}
.prev[aria-disabled]::before,
.next[aria-disabled]::before {
    border-color: #999;
}
.prev::before {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}
.next::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.st2-yadolist-pager__link-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;

    -webkit-clip-path: inset(50%);
    white-space: nowrap;
}

/*----------------------------------

PLANLIST

----------------------------------*/
.st2-planlist-hedding__img img {
    width: 100%;
}

.st2-planlist-hedding__inner {
    padding: 80px 0;
    background: linear-gradient(#092a57 0%, #0a3e85 100%);
}
.st2-planlist-hedding__inner > * {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;
}

.st2-planlist-hedding__title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #c8b877;
}

.st2-planlist-hedding__txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 1.5rem;
    color: #ddd;
}

.st2-planlist-header-btn {
    display: flex;
    justify-content: center;
}
.st2-planlist-header-btn__btn {
    width: 100%;
    max-width: 670px;
}

/*----------------------------------
SECTION SETTING
----------------------------------*/
.st2-planlist-section.-black {
    background: #000;
}

.st2-planlist-section.-yellow {
    background: #faf6e9;
}

.st2-planlist-section__inner {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;
}

.st2-planlist-section:not(.-yellow):not(.-black)
    + .st2-planlist-section:not(.-yellow):not(.-black)
    .st2-planlist-section__inner
    > * {
    padding-top: 0;
}

.st2-title-section {
    text-align: center;
}
.st2-title-section__title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #775f34;
}

/*----------------------------------
SETPLAN
----------------------------------*/
.st2-planlist-setplan {
    background: #faf6e9;
}
.st2-planlist-setplan__title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
}
.st2-planlist-setplan__list {
    display: flex;
    justify-content: space-between;
}

.st2-plalist-comment {
    display: flex;
    align-items: center;
}
.st2-plalist-comment * {
    color: #fff;
}
.st2-plalist-comment__detail {
    margin-left: 10px;
    font-size: 0;
}
.st2-plalist-comment__detail > * {
    display: inline-block;
    vertical-align: middle;
}

/*----------------------------------
NAV
----------------------------------*/
.st2-planlist-nav__list {
    display: flex;
    border: 1px solid #c8b877;
}
.st2-planlist-nav.-fixed .st2-planlist-nav__list {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;
    border: none;
}

.st2-planlist-nav__item {
    position: relative;
    width: 100%;
}
.st2-planlist-nav__item:not(:first-child) {
    border-left: 1px solid #c8b877;
}
.st2-planlist-nav.-fixed .st2-planlist-nav__item:not(:first-child) {
    border: none;
}
.st2-planlist-nav.-fixed .st2-planlist-nav__item::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 1px;
    height: 30px;
    background: #ddd;
}
.st2-planlist-nav.-fixed .st2-planlist-nav__item:last-child::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 1px;
    height: 30px;
    background: #ddd;
}

.st2-planlist-nav__link {
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 20px 3px;
    transition: all 0.3s ease-out;
    text-align: center;
}
.st2-planlist-nav__link:hover {
    background: #c8b877;
    text-decoration: none;
}
.st2-planlist-nav__link:hover .st2-planlist-nav__link__inner {
    color: #fff;
}
.st2-planlist-nav__link:hover::before {
    border-color: #fff;
}
.st2-planlist-nav__link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: calc(50% - 5px);
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #c8b877;
    border-left: 1px solid #c8b877;

    transform: rotate(-45deg);
}
.st2-planlist-nav__link__inner {
    display: flex;
    align-items: center;
    line-height: 1.25;
    font-size: 1.4rem;
    font-weight: bold;
    color: #947e2b;
}

.st2-planlist-nav:not(.-fixed) {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    margin-top: 100px;
    padding: 0 40px;
}

.st2-planlist-nav.-fixed {
    position: fixed;
    top: 61px;
    width: 100vw;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 240;

    animation: sd 1s;
}

@keyframes sd {
    0% {
        opacity: 0;
        transform: translateY(-58px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.js-toggle__switch {
    cursor: pointer;
}

.js-toggle.-open .js-toggle__panel {
    display: block;
}

.js-toggle:not(.js-toggle.-open) .js-toggle__panel {
    display: none;
}

.js-toggle::after {
    content: '';
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 7px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC4xMiAxMS4xOCI+PHBhdGggZD0iTTkuMDYgMTEuMTggMCAyLjEyIDIuMTIgMCA5LjA2IDYuOTQgMTYgMCAxOC4xMiAyLjEyIDkuMDYgMTEuMTh6IiBmaWxsPSIjNWY1ZjVmIi8+PC9zdmc+Cg==');
    background-size: 13px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media (min-width: 829px) {
    .js-toggle::after {
        margin-left: 5px;
        width: 17px;
        height: 9px;
        background-size: 17px auto;
    }
}

.js-toggle.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st2-more-text {
    display: inline;
    appearance: none;
    background: transparent;
    border: none;
    text-decoration: underline;
}
.st2-more-text::before {
    content: '…';
}

.google-map-ok-button {
    width: 60%;
    height: 40px;
    margin: auto;
    background-color: #ff9024;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 736px) and (min-width: 415px) {
    html{
        font: 16px/1.72 Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    }
    html.ie {
        font: calc(10px + ((1vw - 3.21px) * 3.1348)) / 1.72 Roboto, 'メイリオ', Meiryo, sans-serif;
    }

    html,
    body {
        font-size: 16px !important;
    }
}

@media (max-width:736px) and (min-width:321px) {
}


@media (max-width: 736px) and (min-width: 737px) {
    .st2-tab--radio .st2-tab--radio__container .st2-icon-check {
        width: 2.2rem;
        height: 2.2rem;
    }
    .st2-tab--radio .st2-tab--radio__item-txt {
        font-size: 2.4rem;
    }
    .st2-tab--radio .st2-tab--radio__trigger-txt {
        font-size: 2.4rem;
    }
}

@media (min-width: 737px) {
    .sp-only {
        display: none !important;
    }
    html.ie {
        font: 10px/1.72 Roboto, 'メイリオ', Meiryo, sans-serif;
    }
    .st2-contents-wrapper > div > div {
        padding: 0 20px;
    }
    .st2-layout-wrapper[data-column='2'] .st2-contents-wrapper > div > div > div > div {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
    }
    .st2-layout-wrapper[data-column='2'] .st2-contents-wrapper > div > div > div > div .st2-side-container {
        width: 290px;
    }
    .st2-layout-wrapper[data-column='2'] .st2-contents-wrapper > div > div > div > div .st2-main-container {
        width: 100%;
        max-width: calc(100% - 310px);
        margin: 1.5rem auto auto 20px;
    }
    .st2-side-container__body {
        padding: 1.5rem 2rem 2rem;
    }
    .st2-color-section > div {
        padding: 0 2rem;
    }
    .st2-color-section > div > div {
        padding: 1rem 0 2rem;
    }
    .st2-layout-section__side .st2-color-section > div,
    .st2-side-container .st2-color-section > div {
        padding: 0 1rem;
    }
    .st2-layout-section__side .st2-color-section > div > div,
    .st2-side-container .st2-color-section > div > div {
        padding: 1rem 0;
    }
    .st2-layer-section {
        margin-bottom: 4rem;
        font-size: 1.3rem;
    }
    .st2-layer-section.st2-search-list + .st2-layer-section.st2-search-list {
        margin-top: -2rem;
    }
    .st2-layer-section > div > div {
        padding: 0 2rem;
    }
    .st2-layer-section > div > div > div {
        padding: 2rem 0;
    }
    .st2-following.this-active {
        bottom: 10px;
    }
    .st2-following.this-active > div {
        padding: 0 20px;
    }
    .st2-following.this-active .st2-following--side {
        width: 290px;
        padding: 1.5rem 2rem 2rem;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 1px 4px -1px rgba(51, 51, 51, 0.5);
    }
    .st2-following--side {
        padding: 1.5rem 0 0;
    }
    .st2-following--links {
        top: 50%;
    }
    .st2-following--links__link {
        padding: 1.5rem 1rem;
    }
    .st2-following--links__link-txt {
        font-size: 1.1rem;
    }
    .st2-following--links .st2-icon-favorite,
    .st2-following--links .st2-icon-plan {
        width: 2.2rem;
        height: 2.2rem;
        margin: 0 auto 0.5rem;
    }
    .st2-following-close .st2-following-close__btn {
        top: 2.5rem;
        width: 7rem;
        height: 7rem;
    }
    .st2-following-close .st2-icon-close {
        width: 2.7rem;
        height: 2.7rem;
    }
    .st2-layout-section {
        margin: 8rem auto;
    }
    .st2-layout-section[data-column='2'][data-side='left'] > div > div > div > div {
        display: flex;
        justify-content: space-between;
    }
    .st2-layout-section[data-column='2'][data-side='right'] > div > div > div > div {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .st2-layout-section[data-column='2'] .st2-layout-section__side {
        width: 290px;
    }
    .st2-layout-section[data-column='2'] .st2-layout-section__main {
        width: calc(100% - 310px);
    }
    .st2-frame-layout {
        margin-bottom: 3rem;
    }
    .st2-frame-layout > div {
        margin: 0 -2rem;
    }
    .st2-frame-layout > div > div {
        padding: 0 2rem;
    }
    .st2-frame-layout > div > div > div {
        padding: 3rem 0;
    }
    .st2-page-top {
        right: 2rem;
        bottom: 2rem;
    }
    .st2-page-top__btn {
        width: 6rem;
        height: 6rem;
    }
    .st2-plan-label p {
        font-size: 1.3rem;
    }
    .st2-content-more.this-active .st2-content-more--trigger {
        bottom: 1rem;
    }
    .st2-divide-layout > div > div > div > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -1rem;
        margin-left: -1rem;
    }
    .st2-divide-layout[data-column='2'] .st2-divide-layout__item {
        width: calc(50% - 1rem);
        margin: 1rem 0 0 1rem;
    }
    .st2-divide-layout[data-column='3'] .st2-divide-layout__item {
        width: calc(33.33333% - 1rem);
        margin: 1rem 0 0 1rem;
    }
    .st2-divide-layout[data-column='4'] .st2-divide-layout__item {
        width: calc(25% - 1rem);
        margin: 1rem 0 0 1rem;
    }
    .st2-site-header__block {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .st2-site-header__block > div {
        padding: 1.5rem 0;
    }
    .st2-site-header__block > div > * {
        margin-right: 1.5rem;
    }
    .st2-site-header__block > div > :nth-child(2) {
        margin-right: 2.2rem;
    }
    .st2-site-header__block > div > :nth-child(3) {
        margin-right: 3.2rem;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo > div {
        width: 250px;
        height: 22px;
    }
    .st2-site-header__logo a {
        max-width: 25rem;
    }
    .ie .st2-site-header__logo a svg {
        height: 2.2rem;
    }
    .st2-site-header__bland-logo {
        width: 4.5rem;
        height: 3.8rem;
    }
    .st2-site-header__bland-logo > div,
    .st2-site-header__bland-logo > div > svg {
        width: 4.5rem;
        height: 3.8rem;
    }
    .st2-site-header__bland-logo:nth-child(3) {
        width: 5.3rem;
        height: 3rem;
    }
    .st2-site-header__bland-logo:nth-child(3) > div,
    .st2-site-header__bland-logo:nth-child(3) > div > svg {
        width: 5.3rem;
        height: 3rem;
    }
    .st2-site-header__sp-only-link a {
        padding: 0.4rem 1.3rem;
        border-radius: 0.5rem;
        font-size: 1.36rem;
    }
    .st2-site-header__sp-only-link a svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -0.5rem;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr th {
        padding: 14px 2.45% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a {
        padding: 14px 2.45% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a i {
        width: 2.2rem;
        height: 2.2rem;
    }
    .st2-site-header__btn button {
        width: 6rem;
        height: 6rem;
    }
    .st2-site-header__btn button i {
        width: 4rem;
        height: 4rem;
    }
    html:not(.ie):not(.edge) .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-evenly;
    }
    .edge .st2-site-header__global-navigation > div > div > div > div,
    .ie .st2-site-header__global-navigation > div > div > div > div,
    .ios10 .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-around;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a {
        padding: 0.7rem;
        border-bottom: solid 0.3rem transparent;
        font-size: 2rem;
    }
    .st2-site-header__category-navigation .category-navigation__item > div a {
        padding: 0.4rem 1.5rem;
    }
    .st2-site-header.renewed2020 .navigation__block--lower {
        margin-top: 0;
    }
    .st2-site-header__block {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .st2-site-header__block > div {
        padding: 1.5rem 0;
    }
    .st2-site-header__block > div > * {
        margin-right: 1.5rem;
    }
    .st2-site-header__block > div > :nth-child(2) {
        margin-right: 2.2rem;
    }
    .st2-site-header__block > div > :nth-child(3) {
        margin-right: 3.2rem;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo > div {
        width: 250px;
        height: 22px;
    }
    .st2-site-header__logo a {
        max-width: 25rem;
    }
    .ie .st2-site-header__logo a svg {
        height: 2.2rem;
    }
    .st2-site-header__bland-logo {
        width: 4.5rem;
        height: 3.8rem;
    }
    .st2-site-header__bland-logo > div,
    .st2-site-header__bland-logo > div > svg {
        width: 4.5rem;
        height: 3.8rem;
    }
    .st2-site-header__bland-logo:nth-child(3) {
        width: 5.3rem;
        height: 3rem;
    }
    .st2-site-header__bland-logo:nth-child(3) > div,
    .st2-site-header__bland-logo:nth-child(3) > div > svg {
        width: 5.3rem;
        height: 3rem;
    }
    .st2-site-header__sp-only-link a {
        padding: 0.4rem 1.3rem;
        border-radius: 0.5rem;
        font-size: 1.36rem;
    }
    .st2-site-header__sp-only-link a svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -0.5rem;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr th {
        padding: 14px 2.45% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a {
        padding: 14px 2.45% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a i {
        width: 2.2rem;
        height: 2.2rem;
    }
    .st2-site-header__btn button {
        width: 6rem;
        height: 6rem;
    }
    .st2-site-header__btn button i {
        width: 4rem;
        height: 4rem;
    }
    html:not(.ie):not(.edge) .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-evenly;
    }
    .edge .st2-site-header__global-navigation > div > div > div > div,
    .ie .st2-site-header__global-navigation > div > div > div > div,
    .ios10 .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-around;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a {
        padding: 0.7rem;
        border-bottom: solid 0.3rem transparent;
        font-size: 2rem;
    }
    .st2-site-header__category-navigation .category-navigation__item > div a {
        padding: 0.4rem 1.5rem;
    }
    .st2-site-header.renewed2020 .navigation__block--lower {
        margin-top: 0;
    }
    .st2-global-navigation--sticky {
        padding: 0 2rem;
    }
    .st2-global-navigation--sticky__item-link.this-active,
    .st2-global-navigation--sticky__item-link:focus,
    .st2-global-navigation--sticky__item-link:hover {
        border-bottom: solid 0.3rem #0b499d;
    }
    .st2-global-navigation--sticky__item a.st2-global-navigation--sticky__item-link {
        margin: 0;
        padding: 0;
    }
    .menuBodySearch.searchArea #searchKw {
        width: 100%;
        height: 35px !important;
    }
    .st2-category-navigation > div > div {
        padding: 1.2rem 0;
    }
    .st2-category-navigation__item a {
        padding: 0.4rem 1.5rem;
        font-size: 1.4rem;
    }
    .st2-category-navigation--swiper > div > div {
        position: relative;
        padding-right: 40px;
        padding-left: 40px;
    }
    .st2-category-navigation--swiper > div > div::after,
    .st2-category-navigation--swiper > div > div::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 60px;
        height: 100%;
        z-index: 3;

        pointer-events: none;
    }
    .st2-category-navigation--swiper > div > div::before {
        left: 0;
        background: linear-gradient(90deg, #fff, #fff 30%, rgba(250, 250, 250, 0));
    }
    .st2-category-navigation--swiper > div > div::after {
        right: 0;
        background: linear-gradient(-90deg, #fff, #fff 30%, rgba(250, 250, 250, 0));
    }
    .st2-category-navigation--swiper.no-arr > div > div {
        padding-right: 0;
        padding-left: 0;
    }
    .st2-category-navigation--swiper .swiper-button-prev {
        left: 1rem;
    }
    .st2-category-navigation--swiper .swiper-button-next {
        right: 1rem;
    }
    .st2-search-meta__count {
        font-size: 1.3rem;
    }
    .st2-search-meta__link-favorite span {
        font-size: 1.4rem;
    }
    .st2-search-meta__sort-holder {
        font-size: 1.4rem;
    }
    .st2-search-meta__sort__select {
        width: 10.3rem;
    }
    .st2-search-meta__sort__select select {
        width: 100%;
        padding-right: 1.3rem;
        font-size: 1.4rem;
    }
    .st2-search-meta__sort__select select:hover {
        cursor: pointer;
    }
    .st2-search-meta__sort__select .st2-icon-bottom-arrow {
        width: 1rem;
        height: 1rem;
    }
    .st2-detail-meta__btn span {
        font-size: 1.2rem;
    }
    .st2-page-title {
        margin-bottom: 3rem;
    }
    .st2-page-title > div > div {
        padding: 2rem 0 0;
    }
    .st2-page-title__title-txt {
        margin: 0 0.5rem 0 0;
        font-size: 3.2rem;
        font-weight: 600;
    }
    .st2-page-title__title-label {
        font-size: 1.2rem;
    }
    .st2-page-title__sub--lower p,
    .st2-page-title__sub--upper p {
        font-size: 1.3rem;
    }
    .st2-heading-lv1--side > div {
        padding: 0 20px 1.5rem;
    }
    .st2-heading-lv1--side__title-txt {
        font-size: 2.2rem;
    }
    .st2-heading-lv2--side__title-txt {
        font-size: 1.8rem;
    }
    .st2-heading-lv2 {
        margin: 5rem auto 1rem;
    }
    .st2-heading-lv3 {
        margin: 5rem auto 2rem;
    }
    .st2-heading-lv3[data-style='1'] > div > div {
        padding: 0.4rem 1rem;
        border-left: 8px solid #f4526a;
    }
    .st2-heading-lv3[data-style='1'] .st2-heading-lv3__title-txt {
        font-size: 2.4rem;
    }
    .st2-heading-lv3[data-style='2'] .st2-heading-lv3__title-txt {
        font-size: 2.4rem;
    }
    .st2-heading-lv3[data-style='3'] .st2-heading-lv3__title {
        padding: 0.5rem 20px;
    }
    .st2-heading-lv3[data-style='3'] .st2-heading-lv3__title-txt {
        font-size: 2rem;
    }
    .st2-search-list__title h2 {
        line-height: 1.42;
        font-size: 1.6rem;
    }
    .st2-search-list__title__sub--upper {
        font-size: 1.3rem;
    }
    .st2-search-list__label-txt {
        font-size: 1rem;
    }
    .st2-heading-lv4 {
        margin: 3rem auto 2rem;
    }
    .st2-heading-lv4[data-style='1'] > div {
        padding-bottom: 1rem;
    }
    .st2-heading-lv4[data-style='1'] .st2-heading-lv4__title-txt {
        font-size: 2rem;
    }
    .st2-heading-lv5[data-style='1'] .st2-heading-lv5__inner::before {
        top: 0.5rem;
    }
    .st2-heading-lv5__title-txt {
        font-size: 1.8rem;
    }
    .st2-heading-lv6__title-txt {
        font-size: 1.4rem;
    }
    .st2-paragraph {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }
    .st2-paragraph[data-size='smaller'] p {
        font-size: 1.1rem;
    }
    .st2-price--search > div {
        padding: 0.9rem 0;
    }
    .st2-price[data-size='smaller'] .st2-price__price {
        font-size: 1.9rem;
    }
    .st2-list__item {
        font-size: 1.3rem;
    }
    .st2-list--note {
        margin-bottom: 1rem;
    }
    .st2-list--note > div {
        max-width: 1100px;
        margin: 0 auto;
    }
    .st2-list--note__item {
        margin-top: 0.5rem;
        padding-left: 1.5em;
    }
    .st2-list--note__container {
        font-size: 1.3rem;
    }
    .st2-list--note__container::before {
        top: 0;
    }
    .st2-list--label__item,
    .st2-list--label__item-icon,
    .st2-list--label__item-label,
    .st2-list--label__item-txt {
        font-size: 1.3rem;
    }
    .st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
        padding: 0 0 0.5rem 0.5rem;
    }
    .st2-list--label[data-direction='horizontal'] .st2-list--label__item-txt {
        padding: 0 0 0.5rem 0.5rem;
        font-size: 1.3rem;
    }
    .st2-list--detail__item,
    .st2-list--detail__item-label,
    .st2-list--detail__item-txt {
        font-size: 1.3rem;
    }
    .st2-list--anchor__container {
        font-size: 1.3rem;
    }
    .st2-list--timeline__item,
    .st2-list--timeline__item-label,
    .st2-list--timeline__item-txt {
        font-size: 1.3rem;
    }
    .st2-pagination > div > div > div > div {
        justify-content: flex-end;
    }
    .st2-pagination__item a {
        width: 4rem;
        height: 4rem;
        font-size: 1.3rem;
    }
    .st2-pagination .st2-icon-left-arrow,
    .st2-pagination .st2-icon-right-arrow {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-search-list--footer__holder {
        display: flex;
        align-items: flex-end;
    }
    .st2-search-list--footer__item {
        margin-left: 0.5rem;
    }
    .st2-search-list--footer__item:first-child {
        flex-grow: 1;
    }
    .st2-search-list--footer .st2-btn__container {
        min-width: 200px;
    }
    .st2-list--tag {
        margin-bottom: 1rem;
    }
    .st2-list--tag__container {
        font-size: 1.3rem;
    }
    .st2-list--tag .st2-icon-eat,
    .st2-list--tag .st2-icon-evening,
    .st2-list--tag .st2-icon-evening--disabled,
    .st2-list--tag .st2-icon-morning,
    .st2-list--tag .st2-icon-morning--disabled,
    .st2-list--tag .st2-icon-no-smoking,
    .st2-list--tag .st2-icon-noon,
    .st2-list--tag .st2-icon-noon--disabled {
        width: 1.9rem;
        height: 1.9rem;
    }
    .st2-plan-list__title {
        font-size: 1.3rem;
    }
    .st2-sns--inline {
        display: inline-block;
        margin-left: 1rem;
    }
    .st2-sns--inline__btn--fb,
    .st2-sns--inline__btn--ln,
    .st2-sns--inline__btn--mail,
    .st2-sns--inline__btn--tw {
        width: 3.4rem;
        height: 3.4rem;
        margin-left: 0.2rem;
    }
    .st2-sns--inline__img {
        width: 1.7rem;
        height: 1.7rem;
    }
    .st2-accordion[data-style='1']
        > div
        div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title {
        padding: 0.5rem 20px;
        font-size: 2.4rem;
    }
    .st2-accordion[data-style='1']
        > div
        div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title
        .st2-icon-bottom-arrow {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-accordion[data-style='3']
        > div
        > div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title {
        padding: 0.5rem 20px;
        font-size: 2rem;
    }
    .st2-accordion[data-style='3']
        > div
        > div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title
        .st2-icon-plus {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-accordion[data-style='3'] > div > div > div > div > .st2-accordion__container > .st2-accordion__body {
        padding: 1rem 0 5rem;
    }
    .st2-accordion--side__title {
        padding: 1.2rem 2.7rem 1rem 0.7rem;
        font-size: 1.3rem;
    }
    .st2-accordion--side[data-style='smartphone']
        > div
        > div
        > div
        > div
        > .st2-accordion--side__container
        > .st2-accordion--side__trigger {
        display: none;
    }
    .st2-accordion--side[data-style='smartphone']
        > div
        > div
        > div
        > div
        > .st2-accordion--side__container
        > .st2-accordion--side__body[aria-hidden='true'] {
        display: block;
    }
    .st2-accordion--side-bottom__trigger__result-container {
        text-align: center;
        font-size: 1.7rem;
    }
    .st2-accordion--side-bottom__trigger__btn-container {
        display: none;
    }
    .st2-accordion--side-bottom__trigger.this-absolute,
    .st2-accordion--side-bottom__trigger.this-fixed {
        width: 290px;
        margin-left: -2rem;
        z-index: 40;
    }
    .st2-accordion--side-bottom__trigger.this-absolute.st2-planlist,
    .st2-accordion--side-bottom__trigger.this-fixed.st2-planlist {
        width: 310px;
    }
    .st2-accordion--side-bottom__trigger.this-absolute .st2-accordion--side-bottom__title,
    .st2-accordion--side-bottom__trigger.this-fixed .st2-accordion--side-bottom__title {
        display: block !important;
    }
    .st2-accordion--side-bottom__trigger.this-absolute .st2-accordion--side-bottom__trigger__result-container,
    .st2-accordion--side-bottom__trigger.this-fixed .st2-accordion--side-bottom__trigger__result-container {
        text-align: left;
    }
    .st2-accordion--side-bottom__trigger.this-absolute .st2-accordion--side-bottom__trigger__btn-container,
    .st2-accordion--side-bottom__trigger.this-fixed .st2-accordion--side-bottom__trigger__btn-container {
        display: block;
    }
    .st2-accordion--side-bottom__title-txt {
        font-size: 1.2rem;
    }
    .st2-select select {
        width: 100%;
        padding: 0.7rem 2.7rem 0.7rem 0.7rem;
        font-size: 1.3rem;
    }
    .st2-input input {
        width: 100%;
        padding: 0.5rem 2.7rem 0.5rem 0.7rem;
        font-size: 1.3rem;
    }
    .st2-input.has-btn input {
        padding-right: 3.5rem;
    }
    .st2-tag-select__item {
        font-size: 1.2rem;
    }
    .st2-check input + label {
        font-size: 1.3rem;
    }
    .st2-check-list__item,
    .st2-radio-list__item {
        font-size: 1.3rem;
    }
    .st2-btn__container {
        max-width: 311px;
        font-size: 1.4rem;
    }
    .st2-btn[data-color='reset'] .st2-btn__container {
        padding: 0.5rem 1rem 0.7rem;
    }
    .st2-btn[data-color='reset'] .st2-btn__txt {
        font-size: 1.1rem;
    }
    .st2-btn--favorite {
        width: 4.4rem;
        height: 4.4rem;
    }
    .st2-btn--favorite .st2-icon-favorite {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-btn--search__txt {
        font-size: 1.8rem;
    }
    .st2-pic-block {
        margin: 2rem auto;
    }
    .st2-pic-block > div {
        max-width: 1100px;
        margin: 0 auto;
    }
    .st2-pic-block__pic-caption {
        margin-top: 0.5rem;
    }
    .st2-pic-block[data-pic-pos] > div > div > div > a,
    .st2-pic-block[data-pic-pos] > div > div > div > div {
        display: flex;
    }
    .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper:first-child {
        max-width: 44.681%;

        flex-shrink: 0;
    }
    .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper:last-child {
        flex-grow: 1;
    }
    .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper + .st2-pic-block__container-wrapper {
        padding-top: 0;
    }
    .st2-pic-block[data-pic-pos='left'] .st2-pic-block__container-wrapper:last-child {
        margin-left: 2rem;
    }
    .st2-layout-wrapper[data-column='2']
        .st2-pic-block[data-pic-pos='left']
        .st2-pic-block__container-wrapper:last-child {
        margin-left: 1rem;
    }
    .st2-pic-block[data-pic-pos='right'] > div > div > div > div {
        flex-direction: row-reverse;
    }
    .st2-pic-block[data-pic-pos='right'] .st2-pic-block__container-wrapper:last-child {
        margin-right: 1.064%;
    }
    .st2-pic-block__price[data-direction='horizontal'] > div {
        display: flex;
        align-items: center;
    }
    .st2-pic-block__price__prefix {
        font-size: 1.3rem;
    }
    .st2-pic-block__price__price {
        font-size: 2.3rem;
    }
    .st2-map-view {
        padding-top: 56.25%;
    }
    .st2-tab__switcher {
        max-width: 1100px;
        margin: 0 auto;
    }
    .st2-tab[data-style='1'] .st2-tab__holder,
    .st2-tab[data-style='1'] .st2-tab__holder--body {
        margin: 0 0 0 -0.5rem;
        padding: 0;
        text-align: center;
    }
    .st2-tab[data-style='1'] .st2-tab__item {
        display: inline-block;
        margin-left: 0.5rem;
    }
    .st2-tab[data-style='1'] .st2-tab__item input {
        display: none;
    }
    .st2-tab[data-style='1'] .st2-tab__item input:checked + .st2-tab__container {
        background: #f4526a;
    }
    .st2-tab[data-style='1'] .st2-tab__item input:checked + .st2-tab__container .st2-tab__item-txt {
        color: #fff;
    }
    .st2-tab[data-style='1'] .st2-tab__container {
        display: block;
        padding: 0.5rem 1.5rem;
        border: 1px solid #f4526a;
        text-decoration: none;
        color: #f4526a;
    }
    .st2-tab[data-style='1'] .st2-tab__item-txt {
        font-size: 1.3rem;
        font-weight: 700;
    }
    .st2-tab[data-style='1'] .st2-icon-bottom-arrow {
        fill: #f4526a;
    }
    .st2-tab[data-style='4'] .st2-tab__title {
        font-size: 1.3rem;
    }
    .st2-tab[data-style='4'] .st2-tab__container {
        padding: 0.2rem 1.5rem;
        font-size: 1.3rem;
    }
    .st2-tab[data-style='1'] .st2-tab__trigger {
        display: none;
    }
    .st2-tab--lower > div,
    .st2-tab--upper > div {
        margin: 0 -2rem;
    }
    .st2-tab--lower > div > div,
    .st2-tab--upper > div > div {
        padding: 0 2rem;
    }
    .st2-tab--lower__item,
    .st2-tab--upper__item {
        width: 25%;
    }
    .st2-tab--lower__item-txt,
    .st2-tab--upper__item-txt {
        font-size: 1.3rem;
    }
    .st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container,
    .st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container,
    .st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container,
    .st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container {
        padding: 2rem 0;
        border: 3px solid #ddd;
    }
    .st2-tab--lower__container,
    .st2-tab--upper__container {
        padding: 2rem 0;
    }
    .st2-tab--upper > div {
        border-bottom: 3px solid #ddd;
    }
    .st2-frame-layout + .st2-tab--lower {
        margin-top: -3rem;
    }
    .st2-tab--lower > div {
        border-top: 3px solid #ddd;
    }
    .st2-tab--search[data-type='meito'] .st2-tab--search__item {
        font-size: 13px;
        font-weight: 700;
    }
    .st2-tab--search a.st2-tab--search__item {
        font-size: 13px;
        font-weight: 700;
    }
    .st2-calendar__body > div {
        display: table;
        width: 100%;

        border-collapse: collapse;
        table-layout: fixed;
    }
    .st2-calendar__week {
        display: table-row;
    }
    .st2-calendar__week:first-child .st2-calendar__day .st2-calendar__date {
        background: #efefef;
    }
    .st2-calendar__week:first-child .st2-calendar__day:first-child .st2-calendar__date {
        background: #efcbcb;
    }
    .st2-calendar__week:first-child .st2-calendar__day:last-child .st2-calendar__date {
        background: #cbd9ef;
    }
    .st2-calendar__day {
        display: table-cell;
        height: 130px;
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: top;
    }
    .st2-calendar__price {
        padding: 0.5rem 0 0;
    }
    .st2-calendar__price-txt {
        font-size: 1.6rem;
    }
    .st2-calendar__date {
        padding: 0.5rem 0;
        font-weight: 600;
    }
    .st2-calendar__btn {
        padding: 0 1rem 1rem;
    }
    .st2-calendar__btn__container {
        padding: 0.7rem 1rem;
    }
    .st2-calendar__btn__txt {
        font-size: 1.4rem;
    }
    .st2-calendar__btn .st2-icon-right-arrow {
        width: 1.2rem;
        height: 1.2rem;
    }
    .this-inactive .st2-calendar__btn {
        display: none;
    }
    .st2-calendar-accordion {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .st2-calendar-accordion__body {
        padding: 0 1rem;
    }
    .st2-tab--radio__switcher {
        max-width: 1100px;
        margin: 0 auto;
    }
    .st2-tab--radio .st2-tab--radio__trigger {
        display: none;
    }
    .st2-tab--radio .st2-tab--radio__holder,
    .st2-tab--radio .st2-tab--radio__holder--body {
        margin: 0 0 0 -0.5rem;
        padding: 0;
    }
    .st2-tab--radio .st2-tab--radio__item {
        display: inline-block;
        margin-left: 0.5rem;
    }
    .st2-tab--radio .st2-tab--radio__item input {
        display: none;
    }
    .st2-tab--radio .st2-tab--radio__item input:checked + .st2-tab--radio__container {
        background: #f4526a;
    }
    .st2-tab--radio .st2-tab--radio__item input:checked + .st2-tab--radio__container .st2-tab--radio__item-txt {
        color: #fff;
    }
    .st2-tab--radio .st2-tab--radio__container {
        display: block;
        padding: 0.5rem 1.5rem;
        border: 1px solid #f4526a;
        text-decoration: none;
        color: #f4526a;
    }
    .st2-tab--radio .st2-tab--radio__container:hover {
        cursor: pointer;
    }
    .st2-tab--radio .st2-tab--radio__container .st2-icon-check {
        display: none;
    }
    .st2-tab--radio .st2-tab--radio__item-txt {
        font-size: 1.3rem;
        font-weight: 700;
    }
    .st2-tab--radio .st2-icon-bottom-arrow {
        fill: #f4526a;
    }
    .st2-accordion--jr__container {
        display: table;
        width: 100%;
    }
    .st2-accordion--jr__body,
    .st2-accordion--jr__trigger {
        display: table-cell;
        vertical-align: middle;
    }
    .st2-accordion--jr__trigger {
        width: 1%;
    }
    .st2-accordion--jr__title {
        text-align: left;
    }
    .st2-accordion--jr__title .st2-icon-plus {
        display: none;
    }
    .st2-accordion--jr__body {
        width: 99%;
        padding: 1rem;
    }
    .st2-accordion--jr .st2-jr-link {
        margin-top: -1rem;
    }
    .st2-accordion--jr .st2-jr-link__item {
        display: inline-block;
        margin-right: 1.4rem;
        font-size: 1.3rem;
    }
    .st2-date-changer__title {
        font-size: 1.3rem;
    }
    .st2-date-changer__btn {
        margin-left: 0.5rem;
    }
    .st2-date-changer__input {
        font-size: 1.4rem;
    }
    .st2-topic-path {
        padding: 0.5rem 20px;
    }
    .st2-topic-path__link-txt {
        font-size: 1.3rem;
    }
    .japan-railways-plus-stay .st2-site-footer > div {
        padding-top: 2rem;
    }
    .st2-site-footer__bnr {
        padding: 3rem 2rem;
    }
    .st2-site-footer__item--bnr {
        width: 24.434%;
    }
    .st2-site-footer__search-area {
        padding: 0 2rem;
    }
    .st2-site-footer__search-area > div {
        padding: 4.7rem 0 2.5rem;
    }
    .st2-site-footer__search-area + .st2-site-footer__block--navigation {
        margin-top: 2rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head {
        margin-bottom: 1.2rem;

        outline: 0;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head p {
        font-size: 1.6rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__split-body[style^='display'] {
        display: block !important;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__split-body > div {
        display: flex;
        justify-content: space-between;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__body {
        width: 48.113%;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__body.search-toggle--root__clear {
        width: 100%;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__body.search-toggle--root__clear[style^='display'] {
        display: block !important;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item {
        display: inline-block;
        vertical-align: middle;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item:last-child
        p {
        padding-right: 0;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item:last-child
        p::after {
        content: none;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p {
        padding-right: 0.4rem;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p::after {
        content: '\FF5C';
        padding-left: 0.7rem;
        font-weight: 700;
        color: #0b499d;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__item + .search-toggle--root__item {
        margin-top: 0.2rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest > div {
        display: flex;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head {
        flex-basis: 6.6rem;

        flex-shrink: 0;
        outline: 0;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head p {
        display: inline-block;
        vertical-align: middle;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head p + p {
        margin-left: 1rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head p span {
        font-weight: 700;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body {
        flex-grow: 1;
        flex-basis: 0;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body[style^='display'] {
        display: block !important;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p {
        display: inline-block;
        vertical-align: middle;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--nest__body
        p[data-invisibility]:not([data-invisibility='true']) {
        display: none;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p[data-invisibility='true']::after {
        content: none;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p::after {
        content: '\3000\FF5C\3000';
    }
    .st2-site-footer__search-toggle--root .split-body--modify .search-toggle--root__item.search-toggle--nest > div {
        display: block;
    }
    .st2-site-footer__search-toggle--root
        .split-body--modify
        .search-toggle--root__item.search-toggle--nest
        + .search-toggle--root__item.search-toggle--nest {
        margin-top: 0.7rem;
    }
    .st2-site-footer__block--navigation {
        padding: 0 2rem;
    }
    .st2-site-footer__block--navigation > div {
        display: flex;
        flex-wrap: wrap;
        padding: 3.5rem 0 2.5rem;
    }
    .st2-site-footer__item--toggle {
        flex-basis: 25%;

        flex-shrink: 0;
    }
    .st2-site-footer__item--toggle:not(:nth-child(-n + 4)) {
        margin-top: 2rem;
    }
    .st2-site-footer__toggle--head {
        outline: 0;
    }
    .st2-site-footer__toggle--head p {
        font-size: 1.6rem;
    }
    .st2-site-footer__toggle--head + .st2-site-footer__toggle--head {
        margin-top: 2rem;
    }
    .st2-site-footer__toggle--body {
        margin-top: 0.8rem;
    }
    .st2-site-footer__toggle--body[style^='display'] {
        display: block !important;
    }
    .st2-site-footer__toggle--body + .st2-site-footer__toggle--head {
        margin-top: 2rem;
    }
    .st2-site-footer__item--unique {
        flex-grow: 1;
        flex-basis: 0;
        margin-top: 2rem;
    }
    .st2-site-footer__page-to-top > div {
        position: relative;
    }
    .st2-site-footer__page-to-top a {
        right: 2rem;
        width: 70px;
    }
    .st2-site-footer__page-to-top.this-active a {
        bottom: 10rem;
    }
    .st2-site-footer__block--floor {
        padding: 0 2rem;
    }
    .st2-site-footer__block--primitive-navigation {
        padding: 3rem 2rem;
    }
    .st2-site-footer__sub-navigation > div {
        padding: 2rem 0 0.5rem;
    }
    .st2-site-footer__copyright {
        padding: 1rem;
    }
    .st2-site-footer__copyright > div small {
        font-size: 1.4rem;
    }
    .st2-site-footer {
        border-top: 2rem solid #f5f5f5;
    }
    .st2-menu-renewed__link-txt {
        font-size: 1.5rem;
    }
    .st2-site-header__departure--window.pc.active {
        display: block;
        border-right: 0.1rem solid #0b499d;
        border-bottom: 0.1rem solid #0b499d;
        border-left: 0.1rem solid #0b499d;
        border-radius: 0 0 0.4rem 0.4rem;
    }
    .modal .modal-body {
        top: 50%;
        left: 50%;

        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .modal .modal-body .modal-inner {
        max-height: 900px;
    }
    .modal .modal-body .modal-select-number .modal-select-brick .modal-select-num input {
        font-size: 17px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-inner,
    .is-child-seat .modal.multi-modal .modal-body .modal-inner,
    .is-after-join .modal.multi-modal .modal-body .modal-inner {
        padding-bottom: 56px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-select-number,
    .is-child-seat .modal.multi-modal .modal-body .modal-select-number,
    .is-after-join .modal.multi-modal .modal-body .modal-select-number {
        padding: 0 80px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-select-number .modal-select-brick,
    .is-child-seat .modal.multi-modal .modal-body .modal-select-number .modal-select-brick,
    .is-after-join .modal.multi-modal .modal-body .modal-select-number .modal-select-brick {
        padding: 10px 0;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num,
    .is-child-seat .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num,
    .is-after-join .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num {
        margin-top: 24px;
        padding-top: 24px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num .type,
    .is-child-seat .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num .type,
    .is-after-join .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num .type {
        width: 151px;
        padding-right: 0;
        font-size: 20px;
    }
    .is-child-num
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-input,
    .is-child-seat
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-input,
    .is-after-join
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-input {
        width: 252px;
        height: 68px;
        font-size: 20px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-submit-button,
    .is-child-seat .modal.multi-modal .modal-body .modal-submit-button,
    .is-after-join .modal.multi-modal .modal-body .modal-submit-button {
        width: 350px;
        padding: 14px 0;
        border-radius: 5px;
        font-size: 28px;
    }
    .is-child-num .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span,
    .is-child-seat .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span,
    .is-after-join .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span {
        padding-right: 25px;
        padding-left: 58px;
        font-size: 18px;
    }
    .is-child-num .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::before,
    .is-child-seat .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::before,
    .is-after-join .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .is-child-num .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::after,
    .is-child-seat .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::after,
    .is-after-join .modal.multi-modal .modal-body .select-num-radio .select-num-radio-item label span::after {
        left: 8px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
    .is-child-num .modal.multi-modal .modal-body .add-modal-select-num,
    .is-child-seat .modal.multi-modal .modal-body .add-modal-select-num,
    .is-after-join .modal.multi-modal .modal-body .add-modal-select-num {
        margin-top: 20px;
        padding-top: 20px;
    }
    .is-child-num .modal.multi-modal .modal-body .add-modal-select-num span,
    .is-child-seat .modal.multi-modal .modal-body .add-modal-select-num span,
    .is-after-join .modal.multi-modal .modal-body .add-modal-select-num span {
        font-size: 18px;
    }
    .is-child-num
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .js-reduce-child,
    .is-child-seat
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .js-reduce-child {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
    }
    .is-child-num
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-dec,
    .is-after-join
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-dec {
        width: 45px;
        height: auto;
        line-height: 64px;
        font-size: 30px;
    }
    .is-child-num
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        input[type='number'],
    .is-after-join
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        input[type='number'] {
        width: 162px;
        height: auto;
        padding: 10px;
        font-size: 18px;
    }
    .is-child-num
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-inc,
    .is-after-join
        .modal.multi-modal
        .modal-body
        .modal-select-number
        .modal-select-brick
        .modal-select-num
        .select-num-inc {
        width: 45px;
        height: auto;
        line-height: 64px;
        font-size: 30px;
    }
    .is-child-num .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num .num,
    .is-after-join .modal.multi-modal .modal-body .modal-select-number .modal-select-brick .modal-select-num .num {
        font-size: 20px;
    }
    .modal.multi-modal .modal-body {
        left: 50%;
        width: 760px;
    }
    .modal.multi-modal .modal-body .modal-close,
    .modal.multi-modal .modal-body .modal-close-inner {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .modal.multi-modal .modal-body .modal-close::before,
    .modal.multi-modal .modal-body .modal-close-inner::before {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
    }
    .modal.multi-modal .modal-body .modal-inner {
        max-height: 90vh;
    }
    .modal.multi-modal .modal-body .modal-refine-title {
        padding: 40px 46px 0;
        font-size: 20px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-number {
        padding: 0 46px 46px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-number .modal-select-brick .modal-select-num input {
        min-width: 45px;
        max-width: 60px;
    }
    .modal.multi-modal .modal-body .modal-refine-button {
        width: 420px;
        margin: 0 auto 20px;
        margin-top: 30px;
        padding: 20px 30px 19px;
        font-size: 20px;
    }
    .modal.multi-modal .modal-body .modal-refine-text {
        font-size: 18px;
    }
    .modal.multi-modal .modal-body .modal-select-room {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 10px;

        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    .modal.multi-modal .modal-body .modal-select-room .modal-refine-room-title {
        padding-top: 0;
        font-size: 22px;
    }
    .modal.multi-modal .modal-body .modal-select-room .modal-select-brick {
        margin-left: 25px;
    }
    .modal.multi-modal .modal-body .modal-select-room .modal-select-brick .modal-select-num {
        width: auto;
        font-size: 20px;
    }
    .modal.multi-modal .modal-body .modal-select-room .modal-select-brick .modal-select-num .select-num-inc,
    .modal.multi-modal .modal-body .modal-select-room .modal-select-brick .modal-select-num .select-num-dec {
        width: 40px;
        height: 39px;
        line-height: 37px;
        font-size: 22px;
    }
    .modal.multi-modal .modal-body .modal-select-room .modal-select-brick .modal-select-num input {
        width: 80px;
        height: 39px;
        font-size: 24px;
    }
    .modal.multi-modal .modal-body .modal-refine-hotel {
        margin-top: 30px;
        font-size: 26px;
    }
    .modal.multi-modal .modal-body .modal-refine-note {
        margin-top: 10px;
        font-size: 16px;
    }
    .modal.multi-modal .modal-body .modal-refine-note li br {
        display: none;
    }
    .modal.multi-modal .modal-body .modal-refine-select-days {
        padding-bottom: 15px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-days .modal-refine-select-day {
        width: 110px;
        height: 68px;
        margin-top: 10px;
        margin-left: 30px;
        font-size: 14px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-days .modal-refine-select-day .time {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-days .modal-refine-select-day .condition {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .modal.multi-modal .modal-body .modal-refine-condition {
        font-size: 20px;
    }
    .modal.multi-modal .modal-body .modal-refine-condition .add-refine {
        font-size: 30px;
    }
    .modal.multi-modal .modal-body .modal-refine-condition .reduce-refine {
        font-size: 30px;
    }
    .modal.multi-modal .modal-body .modal-refine-select-days .modal-refine-define {
        padding-top: 5px;
        padding-left: 40px;
        font-size: 14px;
    }
    .modal.multi-modal .modal-body .modal-refine-hotel {
        margin-top: 30px;
        font-size: 26px;
    }
    .modal.multi-modal .modal-body .modal-refine-note {
        margin-top: 10px;
        font-size: 16px;
    }
    .modal.multi-modal .modal-body .modal-refine-note li br {
        display: none;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .modal-map-refine {
        width: 220px;
        padding: 13px 0 12px;
        font-size: 1.6rem;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .modal-map-research {
        width: auto;
        font-size: 16px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .modal-map-research::before {
        width: 21px;
        height: 22px;
        background-image: url('/resources/yado/images/icon-research.png');
        background-size: 21px auto;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .map-research {
        bottom: 36% !important;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .modal-map-list {
        height: 306px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .image {
        width: 125px;
        padding: 15px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .text {
        padding: 10px 15px 15px 0;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .name {
        font-size: 16px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .tags a {
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 12px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .star-box {
        width: auto;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .star-box .stars img {
        width: 12px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .star-box .score {
        font-size: 15px;
    }
    .is-map .modal.multi-modal .modal-body .modal-map-inner .price {
        margin-top: 5px;
        font-size: 20px;
    }
    .is-map .modal.multi-modal .modal-body .modal-inner {
        padding: 0;
    }
    .modal-map-inner {
        height: 80vh;
    }
    .modal.multi-modal .modal-body .modal-refine-inner {
        margin-right: 46px;
        margin-left: 46px;
    }
    .modal-refine-inner .modal-refine-block-heading {
        padding-left: 7px;
        border-left: 5px solid #0b499d;
        font-size: 20px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-toggle-block .modal-refine-toggle {
        padding: 8px 0;
        font-size: 16px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-price-range .item {
        flex: none;
        font-size: 16px;

        -webkit-box-flex: 0;
        -ms-flex: none;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-price-range .item select {
        width: 190px;
        padding: 12px 20px 12px 10px;
        font-size: 16px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-price-range .item-separator {
        padding: 0 10px;
        font-size: 1.4rem;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types.radio {
        margin-right: -5px;
        margin-left: -5px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types.radio .modal-refine-general-type {
        width: 110px;
        padding: 0 5px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types.radio label span {
        padding: 8px 0 7px;
        font-size: 16px;
    }
    .dp-facility-plans .modal-refine-block {
        margin-top: 20px;
    }
    .dp-facility-plans .modal-refine-block .modal-refine-general-types.checkbox .modal-refine-general-type {
        width: 15%;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types.checkbox .modal-refine-general-type {
        width: 25%;
    }
    .dp-facility-plans .modal-refine-block .modal-refine-general-types.checkbox label span {
        font-size: 16px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types.checkbox label span {
        font-size: 16px;
    }
    .dp-facility-plans .modal-refine-block .modal-refine-general-types label input[type='checkbox'] {
        width: 28px;
        height: 28px;
    }
    .dp-facility-plans .modal-refine-block .modal-refine-general-types label input[type='checkbox']:checked {
        background-size: 20px auto;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-general-types label input[type='checkbox'] {
        width: 28px;
        height: 28px;
    }
    .modal.multi-modal
        .modal-body
        .modal-refine-inner
        .modal-refine-general-types
        label
        input[type='checkbox']:checked {
        background-size: 20px auto;
    }
    .modal-refine-inner .modal-refine-nums {
        margin: 20px 0 35px;
        font-size: 20px;
    }
    .modal-refine-inner .modal-refine-nums span {
        font-size: 26px;
    }
    .modal.multi-modal .modal-body .modal-refine-inner .modal-refine-refine-button {
        width: 420px;
        margin: 0 auto 46px;
        padding: 20px 30px 19px;
        font-size: 20px;
    }
    .modal-footer {
        padding-bottom: 2rem;
    }
    .modal-footer {
        padding-bottom: 2rem;
    }
    .modal-ok-button {
        font-size: 16px;
    }
    .modal-title {
        padding: 20px 20px 19px;
        font-size: 20px;
    }
}

@media (min-width: 737px) and (min-width: 737px) {
    .st2-calendar__week:first-child .st2-calendar__day {
        height: auto;
    }
}

@media (min-width: 768px) {
    .st2-slider[data-column='2'] .st2-slider__slide {
        width: 50%;
    }
    .st2-slider[data-column='4'] .st2-slider__slide {
        width: 25%;
    }
    .st2-slider[data-column='5'] .st2-slider__slide {
        width: 20%;
    }
    .st2-slider__next,
    .st2-slider__prev {
        width: 3.7rem;
        height: 5.2rem;
    }
    .st2-slider__prev {
        padding: 1rem 0.5rem;
    }
    .st2-slider__next {
        padding: 1rem 0.5rem;
    }
    .st2-slider .st2-icon-left-arrow,
    .st2-slider .st2-icon-right-arrow {
        width: 2rem;
        height: 2rem;
    }
}

@media (min-width: 901px) {
    .st2-plan-list__title > div {
        display: flex;
    }
    .st2-plan-list__title-room {
        flex-basis: calc(100% - 320px);
    }
    .st2-plan-list__title-room:first-child {
        padding-left: 2rem;

        box-sizing: border-box;
    }
    .st2-plan-list__container {
        padding: 1rem 2rem;
    }
    .st2-plan-list__container > div {
        display: flex;
        align-items: center;
    }
    .st2-plan-list__room {
        flex-basis: calc(100% - 250px);
    }
    .st2-plan-list__price {
        flex-basis: 250px;
        text-align: center;
    }
    .st2-plan-list .st2-icon-right-arrow {
        display: none;
    }
    .st2-search-list .st2-pic-block[data-pic-pos] > div > div > div > a,
    .st2-search-list .st2-pic-block[data-pic-pos] > div > div > div > div {
        display: flex;
    }
    .st2-search-list
        .st2-pic-block[data-pic-pos]
        .st2-pic-block__container-wrapper
        + .st2-pic-block__container-wrapper {
        padding-top: 0;
    }
    .st2-search-list .st2-pic-block {
        margin: 1rem auto;
    }
    .st2-search-list .st2-pic-block .st2-pic-block__container-wrapper:first-child .st2-pic-block__pic-holder {
        position: relative;
        width: 198px;
        padding-top: 75%;
    }
    .st2-search-list .st2-pic-block .st2-pic-block__container-wrapper:first-child img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;

        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1024px) and (min-width: 737px) {
    .st2-menu-renewed__search-contents {
        width: 56rem;
        height: 3rem;
    }
    .st2-menu-renewed__search-txt {
        width: 50rem;
    }
    .st2-menu-renewed__search-icon {
        width: 6rem;
    }
    .st2-menu-renewed__header {
        border-bottom: 2px solid #0b499d;
    }
    .st2-menu-renewed__header-txt {
        padding: 1rem;
        font-size: 1.8rem;
        font-weight: 700;
        color: #0b499d;
    }
    .st2-menu-renewed__link {
        padding: 1rem;
    }
    .st2-menu-renewed__link-contents {
        width: calc((99.9% - (2rem * 3)) / 4);
        margin-left: 2rem;
        transition: border 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        border-bottom: solid 0.2rem transparent;
    }
    .st2-menu-renewed__link-contents:nth-child(4n-3) {
        margin-left: 0;
    }
    .st2-menu-renewed__link-contents:hover {
        border-bottom: solid 0.2rem #0b499d;
    }
}

@media (min-width: 1025px) {
    .st2-site-header__sp-only-link {
        display: none;
    }
    .st2-site-header__navigation--smartphone {
        display: none !important;
    }
    .st2-site-header__navigation--renewed > div {
        padding: 0 2rem;
    }
    .st2-site-header__btn {
        display: none;
    }
    .st2-site-header__btn.visible {
        display: block;
    }
    .st2-site-header__sp-only-link {
        display: none;
    }
    .st2-site-header__navigation--smartphone {
        display: none !important;
    }
    .st2-site-header__navigation--renewed > div {
        padding: 0 2rem;
    }
    .st2-site-header__btn {
        display: none;
    }
    .st2-site-header__btn.visible {
        display: block;
    }
    .st2-menu-renewed__search-contents {
        width: 56rem;
        height: 3rem;
    }
    .st2-menu-renewed__search-txt {
        width: 50rem;
    }
    .st2-menu-renewed__search-icon {
        width: 6rem;
    }
    .st2-menu-renewed__header {
        border-bottom: 4px solid #0b499d;
    }
    .st2-menu-renewed__header-txt {
        padding: 1rem;
        font-size: 1.8rem;
        font-weight: 700;
        color: #0b499d;
    }
    .st2-menu-renewed__link {
        padding: 1rem;
    }
    .st2-menu-renewed__link-contents {
        width: calc((99.9% - (2rem * 3)) / 4);
        margin-left: 2rem;
        transition: border 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        border-bottom: solid 0.2rem transparent;
    }
    .st2-menu-renewed__link-contents:nth-child(4n-3) {
        margin-left: 0;
    }
    .st2-menu-renewed__link-contents:hover {
        border-bottom: solid 0.2rem #0b499d;
    }
}

@media (max-width: 1024px) {
    .st2-site-header__navigation {
        display: none;
    }
    .global-navigation-is-active .st2-site-header__navigation--smartphone {
        display: block;
    }
    .st2-site-header__navigation--renewed > div {
        padding: 4.688%;
    }
    .st2-site-header__navigation {
        display: none;
    }
    .global-navigation-is-active .st2-site-header__navigation--smartphone {
        display: block;
    }
    .st2-site-header__navigation--renewed > div {
        padding: 4.688%;
    }
    .st2-global-navigation--sticky__item-link-contents-icon {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 0.4rem;
    }
    .st2-global-navigation--sticky__item-link-contents-txt {
        font-size: 1.2rem;
    }
}

@media (max-width: 900px) {
    .st2-paragraph.st2-pic-block__sp-full {
        clear: both;
    }
    .st2-price.st2-pic-block__sp-half {
        margin-left: 35%;
    }
    .st2-list--label.st2-pic-block__sp-half {
        margin-left: 39%;
    }
    .st2-plan-list__title p {
        font-size: 1.1rem;
    }
    .st2-plan-list__container {
        position: relative;
        padding: 2rem 9.483% 2rem 3.161%;
    }
    .st2-plan-list__btn {
        display: none;
    }
    .st2-plan-list .st2-icon-right-arrow {
        position: absolute;
        top: 50%;
        right: 3.161%;
        width: 1.6rem;
        height: 1.6rem;

        fill: #f4526a;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .st2-layout-wrapper[data-column='2'] .st2-search-list .st2-pic-block[data-pic-pos] > div > div > div > a,
    .st2-layout-wrapper[data-column='2'] .st2-search-list .st2-pic-block[data-pic-pos] > div > div > div > div {
        display: block;
    }
    .st2-search-list .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper:last-child {
        margin-left: 0;
    }
    .st2-search-list .st2-pic-block .st2-price__holder {
        display: block;
    }
    .st2-search-list .st2-pic-block .st2-price__prefix {
        margin-bottom: 1rem;
    }
    .st2-search-list .st2-pic-block .st2-price__price {
        font-size: 1.4rem;
    }
    .st2-pic-block[data-pic-pos][data-style='1'] {
        margin: 1rem auto;
    }
    .st2-pic-block[data-pic-pos][data-style='1'] .st2-pic-block__container-wrapper:first-child {
        width: 35%;
        margin: 0 1rem 1rem 0;

        float: left;
    }
    .st2-pic-block[data-pic-pos][data-style='1'] .st2-pic-block__container-wrapper + .st2-pic-block__container-wrapper {
        padding-top: 0;
    }
    .st2-pic-block[data-pic-pos][data-style='2'] > div > div > div > a,
    .st2-pic-block[data-pic-pos][data-style='2'] > div > div > div > div {
        display: flex !important;
    }
    .st2-pic-block[data-pic-pos][data-style='2'] .st2-pic-block__container-wrapper:last-child {
        flex-grow: 1 !important;
    }
    .st2-pic-block[data-pic-pos][data-style='2'] .st2-pic-block__container-wrapper + .st2-pic-block__container-wrapper {
        padding-top: 0 !important;
    }
}

@media (max-width: 801px) {
    .st2-layout-wrapper[data-column='2'] .st2-pic-block[data-pic-pos] > div > div > div > a,
    .st2-layout-wrapper[data-column='2'] .st2-pic-block[data-pic-pos] > div > div > div > div {
        display: block;
    }
    .st2-layout-wrapper[data-column='2'] .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper:first-child {
        max-width: none;
    }
    .st2-layout-wrapper[data-column='2']
        .st2-pic-block[data-pic-pos='left']
        .st2-pic-block__container-wrapper:last-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .st2-slider[data-column='2'] .st2-slider__slide {
        width: 50%;
    }
    .st2-slider[data-column='2'] .st2-slider__slide:nth-child(1) {
        padding: 0;
    }
    .st2-slider[data-column='4'] .st2-slider__slide {
        width: 50%;
    }
    .st2-slider[data-column='4'] .st2-slider__slide:nth-child(1) {
        padding: 0;
    }
    .st2-slider[data-column='5'] .st2-slider__slide {
        width: 50%;
    }
    .st2-slider[data-column='5'] .st2-slider__slide:nth-child(1) {
        padding: 0;
    }
    .st2-slider__next,
    .st2-slider__prev {
        width: 2.22rem;
        height: 3.12rem;
    }
    .st2-slider__prev {
        padding: 0.8rem 0.2rem;
    }
    .st2-slider__next {
        padding: 0.8rem 0.2rem;
    }
    .st2-slider .st2-icon-left-arrow,
    .st2-slider .st2-icon-right-arrow {
        width: 1.4rem;
        height: 1.4rem;
    }
}

@media (max-width: 736px) {
    .pc-only {
        display: none !important;
    }
    .flatpickr-calendar {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;

        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
    .st2-contents-wrapper > div > div {
        padding: 0 3.125%;
    }
    .st2-layout-wrapper[data-column='2'] .st2-contents-wrapper > div > div > div > div .st2-main-container {
        margin-top: 2rem;
    }
    .st2-side-container__body {
        padding-right: 3.333%;
        padding-bottom: 1rem;
        padding-left: 3.333%;
    }
    .st2-side-container__body .st2-heading-lv2--side,
    .st2-side-container__body .st2-list--label {
        margin: 0;
    }
    .st2-side-container__body .st2-heading-lv2--side__title-txt span {
        display: block;
        padding: 1rem 0;
    }
    .st2-color-section > div {
        padding: 0 3.333%;
    }
    .st2-color-section > div > div {
        padding: 2rem 0;
    }
    .st2-layer-section {
        margin-bottom: 1rem;
    }
    .st2-layer-section > div > div {
        padding: 0 3.333%;
    }
    .st2-layer-section > div > div > div {
        padding: 1rem 0;
    }
    .st2-following {
        position: fixed;
        bottom: 0;
    }
    .st2-following > div {
        background: rgba(255, 255, 255, 0.9);
    }
    .st2-following.this-active {
        bottom: 0;
    }
    .st2-following.this-active > div {
        background: rgba(255, 255, 255, 0.9);
    }
    .st2-following.this-active .st2-following--side {
        padding: 3.125%;
    }
    .st2-following--side {
        padding: 3.125%;
        box-shadow: 0 0 4px -1px rgba(51, 51, 51, 0.5);
    }
    .st2-following--links {
        display: none;
    }
    .st2-following--links__link {
        min-width: 3em;
        padding: 1.5rem 1rem;
        line-height: 1;
    }
    .st2-following--links__link-txt {
        font-size: 1.6rem;
    }
    .st2-following--links .st2-icon-favorite,
    .st2-following--links .st2-icon-plan {
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 auto 0.5rem;
    }
    .st2-following-close .st2-following-close__btn {
        top: 1.2rem;
        width: 3.5rem;
        height: 3.5rem;
    }
    .st2-following-close .st2-icon-close {
        width: 1.3rem;
        height: 1.3rem;
    }
    .st2-layout-section {
        margin: 8rem auto;
    }
    .st2-frame-layout {
        margin-bottom: 3rem;
    }
    .st2-frame-layout > div {
        margin: 0 -3.161%;
    }
    .st2-frame-layout > div > div {
        padding: 0 2.989%;
    }
    .st2-frame-layout > div > div > div {
        padding: 1.5rem 0;
    }
    .st2-fixed-search .st2-accordion--search > div > div > div {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        overflow: scroll;
        box-shadow: 0 0 4px -1px rgba(51, 51, 51, 0.5);
        z-index: 100;

        -webkit-overflow-scrolling: touch;
    }
    .st2-fixed-search .st2-accordion--search > div > div > div > div > .st2-accordion--side__container {
        position: relative;
        padding: 2rem 3.125%;
        background: #fff;
        z-index: 2;
    }
    .st2-fixed-search
        .st2-accordion--search
        > div
        > div
        > div
        > div
        > .st2-accordion--side__container
        > .st2-accordion--side__body[aria-hidden='false']
        > div {
        padding-bottom: 25rem;
    }
    .st2-page-top {
        right: 2rem;
        bottom: 13rem;
    }
    .st2-page-top__btn {
        width: 4.5rem;
        height: 4.5rem;
    }
    .st2-plan-label p {
        font-size: 1.1rem;
    }
    .st2-content-more.this-active .st2-content-more--trigger {
        bottom: 0;
    }
    .st2-divide-layout__item + .st2-divide-layout__item {
        margin-top: 1.5rem;
    }
    .st2-site-header__block {
        padding-right: 0;
        padding-left: 4.688%;
    }
    .st2-site-header__block > div {
        padding: 0;
    }
    .st2-site-header__block > div > * {
        margin-right: 0.75rem;
    }
    .st2-site-header__block > div > :nth-child(2) {
        margin-right: 1.1rem;
    }
    .st2-site-header__block > div > :nth-child(3) {
        margin-right: 1rem;
    }
    .st2-site-header__block > div > :nth-last-child(3).st2-site-header__departure {
        margin-right: 0;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo > div {
        width: 10.5rem;
        height: 1.15rem;
    }
    .st2-site-header__logo {
        width: 40.984%;
    }
    .st2-site-header__logo a {
        max-width: 12.5rem;
    }
    .ie .st2-site-header__logo a svg {
        height: 3.397vw;
    }
    .st2-site-header__bland-logo {
        width: 2.25rem;
        height: 1.9rem;
    }
    .st2-site-header__bland-logo > div,
    .st2-site-header__bland-logo > div > svg {
        width: 2.25rem;
        height: 1.9rem;
    }
    .st2-site-header__bland-logo:nth-child(3) {
        width: 2.65rem;
        height: 1.5rem;
    }
    .st2-site-header__bland-logo:nth-child(3) > div,
    .st2-site-header__bland-logo:nth-child(3) > div > svg {
        width: 2.65rem;
        height: 1.5rem;
    }
    .st2-site-header__sp-only-link a {
        padding: 0.2rem 0.65rem;
        border-radius: 0.25rem;
        font-size: 0.9rem;
    }
    .st2-site-header__sp-only-link a svg {
        width: 0.75rem;
        height: 0.75rem;
        margin-top: -0.2rem;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr th {
        padding: 14px 1.873% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a {
        padding: 14px 1.873% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a i {
        width: 22px;
        height: 22px;
    }
    .st2-site-header__btn button {
        width: 12.5vw;
        height: 4rem;
    }
    .st2-site-header__btn button i {
        width: 3rem;
        height: 3rem;
    }
    .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-between;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a {
        padding: 0.7rem 0.2rem;
        border-bottom: solid 0.25rem transparent;
        font-size: 1.1rem;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a.this-active,
    .st2-site-header__global-navigation .global-navigation__item > div a:hover {
        font-weight: 700;
        color: #0b499d;
    }
    .st2-site-header__category-navigation .category-navigation__item > div a {
        padding: 0.2rem 0.75rem;
        font-size: 1rem;
    }
    .st2-site-header.renewed2020 {
        border-top: 0.4rem solid #0b499d;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo {
        width: 34.426%;
    }
    .st2-site-header.fixed {
        position: fixed;
        width: 100vw;
        background: #fff;
        border-bottom: 1px solid #c1c1c1;
        z-index: 500;
    }
    .st2-site-header__block {
        padding-right: 0;
        padding-left: 4.688%;
    }
    .st2-site-header__block > div {
        padding: 0;
    }
    .st2-site-header__block > div > * {
        margin-right: 0.75rem;
    }
    .st2-site-header__block > div > :nth-child(2) {
        margin-right: 1.1rem;
    }
    .st2-site-header__block > div > :nth-child(3) {
        margin-right: 1rem;
    }
    .st2-site-header__block > div > :nth-last-child(3).st2-site-header__departure {
        margin-right: 0;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo > div {
        width: 10.5rem;
        height: 1.15rem;
    }
    .st2-site-header__logo {
        width: 40.984%;
    }
    .st2-site-header__logo a {
        max-width: 12.5rem;
    }
    .ie .st2-site-header__logo a svg {
        height: 3.397vw;
    }
    .st2-site-header__bland-logo {
        width: 2.25rem;
        height: 1.9rem;
    }
    .st2-site-header__bland-logo > div,
    .st2-site-header__bland-logo > div > svg {
        width: 2.25rem;
        height: 1.9rem;
    }
    .st2-site-header__bland-logo:nth-child(3) {
        width: 2.65rem;
        height: 1.5rem;
    }
    .st2-site-header__bland-logo:nth-child(3) > div,
    .st2-site-header__bland-logo:nth-child(3) > div > svg {
        width: 2.65rem;
        height: 1.5rem;
    }
    .st2-site-header__sp-only-link a {
        padding: 0.2rem 0.65rem;
        border-radius: 0.25rem;
        font-size: 0.9rem;
    }
    .st2-site-header__sp-only-link a svg {
        width: 0.75rem;
        height: 0.75rem;
        margin-top: -0.2rem;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr th {
        padding: 14px 1.873% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a {
        padding: 14px 1.873% 14px 3.448%;
    }
    .st2-site-header__navigation--smartphone .st2-hamburger-menu-snippet table tbody tr td a i {
        width: 22px;
        height: 22px;
    }
    .st2-site-header__btn button {
        width: 12.5vw;
        height: 4rem;
    }
    .st2-site-header__btn button i {
        width: 3rem;
        height: 3rem;
    }
    .st2-site-header__global-navigation > div > div > div > div {
        justify-content: space-between;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a {
        padding: 0.7rem 0.2rem;
        border-bottom: solid 0.25rem transparent;
        font-size: 1.1rem;
    }
    .st2-site-header__global-navigation .global-navigation__item > div a.this-active,
    .st2-site-header__global-navigation .global-navigation__item > div a:hover {
        font-weight: 700;
        color: #0b499d;
    }
    .st2-site-header__category-navigation .category-navigation__item > div a {
        padding: 0.2rem 0.75rem;
        font-size: 1rem;
    }
    .st2-site-header.renewed2020 {
        border-top: 0.4rem solid #0b499d;
    }
    .st2-site-header.renewed2020 .st2-site-header__logo {
        width: 34.426%;
    }
    .st2-site-header.fixed {
        position: fixed;
        width: 100vw;
        background: #fff;
        border-bottom: 1px solid #c1c1c1;
        z-index: 500;
    }
    .st2-global-navigation--sticky {
        padding: 0 4.688%;
    }
    .st2-global-navigation--sticky__item a.st2-global-navigation--sticky__item-link {
        margin: 0;
        padding: 0;
    }
    .menuBodySearch.searchArea #searchKw {
        position: absolute;
        top: -1.1rem;
        width: 160%;
        height: 56px !important;
        font-size: 1.6rem;

        -webkit-transform: scale(0.625);
        transform: scale(0.625);
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .st2-category-navigation > div > div {
        padding: 0.8rem 0;
    }
    .st2-category-navigation__item a {
        padding: 0.2rem 0.75rem;
        font-size: 1rem;
    }
    .st2-category-navigation--swiper > div > div {
        position: relative;
    }
    .st2-category-navigation--swiper > div > div::after,
    .st2-category-navigation--swiper > div > div::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 3;

        pointer-events: none;
    }
    .st2-category-navigation--swiper > div > div::before {
        left: 0;
        width: 8%;
        background: linear-gradient(90deg, #fff, #fff 30%, rgba(250, 250, 250, 0));
    }
    .st2-category-navigation--swiper > div > div::after {
        right: 0;
        width: 12%;
        background: linear-gradient(-90deg, #fff, #fff 30%, rgba(250, 250, 250, 0));
    }
    .st2-category-navigation--swiper .swiper-container {
        padding: 0 6.5%;
    }
    .st2-category-navigation--swiper.no-arr .swiper-container {
        padding: 0 4.688%;
    }
    .st2-category-navigation--swiper .swiper-button-prev {
        left: 0;
    }
    .st2-category-navigation--swiper .swiper-button-next {
        right: 0;
    }
    .st2-search-meta {
        font-size: 1.1rem;
    }
    .st2-search-meta__count {
        font-size: 1.1rem;
    }
    .st2-search-meta__link-favorite span {
        font-size: 1.2rem;
    }
    .st2-search-meta__sort-holder {
        font-size: 1.1rem;
    }
    .st2-search-meta__sort-item > label {
        font-size: 1rem;
    }
    .st2-search-meta__sort__select {
        width: 8rem;
    }
    .st2-search-meta__sort__select select {
        position: relative;
        bottom: -1px;
        padding-right: 2.5rem;
        font-size: 1.4rem;

        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .st2-search-meta__sort__select .st2-icon-bottom-arrow {
        width: 1rem;
        height: 1rem;

        pointer-events: none;
    }
    .st2-detail-meta__btn span {
        font-size: 1.1rem;
    }
    .st2-page-title {
        margin-bottom: 2rem;
    }
    .st2-page-title > div > div {
        padding: 2rem 0 0;
    }
    .st2-page-title__title-txt {
        margin: 0 0.5rem 0 0;
        font-size: 1.4rem;
        font-weight: 700;
    }
    .st2-page-title__sub--lower p,
    .st2-page-title__sub--upper p {
        font-size: 1.1rem;
    }
    .st2-heading-lv1--side > div {
        padding: 0 3.125% 1.5rem;
    }
    .st2-heading-lv1--side__title-txt {
        font-size: 1.9rem;
    }
    .st2-heading-lv2--side__title-txt {
        font-size: 1.5rem;
    }
    .st2-heading-lv3 {
        margin: 2.5rem auto 2rem;
    }
    .st2-heading-lv3[data-style='1'] > div > div {
        padding: 0.4rem 1rem;
        border-left: 5px solid #f4526a;
    }
    .st2-heading-lv3[data-style='1'] .st2-heading-lv3__title-txt {
        font-size: 1.4rem;
    }
    .st2-heading-lv3[data-style='2'] .st2-heading-lv3__title-txt {
        font-size: 1.4rem;
    }
    .st2-heading-lv3[data-style='3'] .st2-heading-lv3__title {
        padding: 0.5rem 3.125%;
    }
    .st2-heading-lv3[data-style='3'] .st2-heading-lv3__title-txt {
        font-size: 1.2rem;
    }
    .st2-search-list__title h2 {
        line-height: 1.22;
        font-size: 1.4rem;
    }
    .st2-search-list__title__sub--lower p,
    .st2-search-list__title__sub--upper p {
        font-size: 1.1rem;
    }
    .st2-search-list__label-txt {
        font-size: 1rem;
    }
    .st2-heading-lv4 {
        margin: 2rem auto 1rem;
    }
    .st2-heading-lv4[data-style='1'] > div {
        padding-bottom: 1rem;
    }
    .st2-heading-lv4[data-style='1'] .st2-heading-lv4__title-txt {
        font-size: 2rem;
    }
    .st2-heading-lv5[data-style='1'] .st2-heading-lv5__inner::before {
        top: 0.3rem;
    }
    .st2-heading-lv5__title-txt {
        font-size: 1.3rem;
    }
    .st2-heading-lv6__title-txt {
        font-size: 1.2rem;
    }
    .st2-paragraph {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    .st2-paragraph[data-size='smaller'] p {
        font-size: 1rem;
    }
    .st2-search-list .st2-price {
        margin-bottom: 0.5rem;
    }
    .st2-price[data-size='smaller'] .st2-price__price {
        font-size: 1.6rem;
    }
    .st2-list__item {
        font-size: 1.1rem;
    }
    .st2-list--note {
        margin-bottom: 1rem;
    }
    .st2-list--note__item {
        margin-top: 1rem;
        padding-left: 1.5rem;
    }
    .st2-list--note__container {
        font-size: 1.1rem;
    }
    .st2-list--note__container::before {
        top: 0;
    }
    .st2-list--label__item,
    .st2-list--label__item-icon,
    .st2-list--label__item-label,
    .st2-list--label__item-txt {
        font-size: 1.1rem;
    }
    .st2-list--label[data-direction='vertical'] .st2-list--label__item-txt {
        padding: 0 0 0.5rem 0.3rem;
    }
    .st2-list--label[data-direction='horizontal'] .st2-list--label__item-txt {
        padding: 0 0 0.5rem 0.3rem;
    }
    .st2-pagination > div > div > div > div {
        flex-wrap: wrap;
        justify-content: center;
    }
    .st2-pagination__item a {
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
    }
    .st2-pagination .st2-icon-left-arrow,
    .st2-pagination .st2-icon-right-arrow {
        width: 1.6rem;
        height: 1.6rem;
    }
    .st2-search-list--footer {
        clear: both;
    }
    .st2-search-list--footer__item:first-child {
        display: none;
    }
    .st2-list--tag {
        margin-bottom: 0.5rem;
    }
    .st2-list--tag__container {
        font-size: 1rem;
    }
    .st2-list--tag .st2-icon-eat,
    .st2-list--tag .st2-icon-evening,
    .st2-list--tag .st2-icon-evening--disabled,
    .st2-list--tag .st2-icon-morning,
    .st2-list--tag .st2-icon-morning--disabled,
    .st2-list--tag .st2-icon-no-smoking,
    .st2-list--tag .st2-icon-noon,
    .st2-list--tag .st2-icon-noon--disabled {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-plan-list__title {
        font-size: 1.1rem;
    }
    .st2-plan-list__room {
        margin-bottom: 0.5rem;
    }
    .st2-sns--inline {
        display: block;
        margin: 0.5rem auto 0;
        text-align: right;
    }
    .st2-sns--inline__btn--fb,
    .st2-sns--inline__btn--ln,
    .st2-sns--inline__btn--mail,
    .st2-sns--inline__btn--tw {
        width: 5.3rem;
        height: 5.3rem;
    }
    .st2-sns--inline__img {
        width: 3rem;
        height: 3rem;
    }
    .st2-accordion[data-style='1']
        > div
        div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title {
        padding: 1rem 3.125%;
        border: 1px solid #f4526a;
        box-shadow: 0 1px 4px -1px rgba(51, 51, 51, 0.5);
        font-size: 1.1rem;
    }
    .st2-accordion[data-style='1']
        > div
        div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title
        .st2-icon-bottom-arrow {
        width: 1.8rem;
        height: 1.8rem;
    }
    .st2-accordion[data-style='3']
        > div
        > div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title {
        padding: 1.1rem 3.125%;
        font-size: 1.1rem;
    }
    .st2-accordion[data-style='3']
        > div
        > div
        > div
        > div
        > .st2-accordion__container
        > .st2-accordion__trigger
        > div
        > .st2-accordion__title
        .st2-icon-plus {
        width: 1.1rem;
        height: 1.1rem;
    }
    .st2-accordion[data-style='3'] > div > div > div > div > .st2-accordion__container > .st2-accordion__body {
        padding: 1rem 0;
    }
    .st2-accordion--side__title {
        padding: 1.5rem 1.3rem 1.4rem 0.8rem;
        font-size: 1.1rem;
    }
    .st2-accordion--side-bottom__body[aria-hidden='true'] {
        display: none;
    }
    .st2-accordion--side-bottom__body[aria-hidden='false'] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 6rem 3.125% 8rem;
        overflow: auto;
        background: #fff;
        z-index: 100;

        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }
    .st2-accordion--side-bottom__trigger__result-container {
        margin-right: 1rem;
        font-size: 1.3rem;
    }
    .st2-accordion--side-bottom__trigger__btn-container {
        width: 100%;
    }
    .this-open .st2-accordion--side-bottom__trigger.this-absolute {
        position: fixed;
    }
    .st2-accordion--side-bottom__trigger.this-absolute,
    .st2-accordion--side-bottom__trigger.this-fixed {
        width: 100%;
        padding: 1rem 3.125%;
        z-index: 200;
    }
    .st2-accordion--side-bottom__trigger {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem 3.125%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 4px -1px rgba(51, 51, 51, 0.5);
        z-index: 100;

        box-sizing: border-box;
    }
    .st2-accordion--side-bottom__trigger .st2-accordion--side-bottom__title {
        display: block;
    }
    .st2-accordion--side-bottom__trigger .st2-btn--side-close {
        display: none;
    }
    .st2-accordion--side-bottom__title-txt {
        font-size: 1.1rem;
    }
    .st2-accordion--side-bottom__title[aria-expanded='true'] {
        display: none;
    }
    .st2-accordion--side-bottom__title[aria-expanded='true'] + .st2-btn--side-close {
        display: block;
    }
    .st2-select select {
        width: 125%;
        padding: 1.1rem 1.3rem 1rem 0.8rem;
        font-size: 16px;

        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .st2-input input {
        width: 125%;
        padding: 1.1rem 1.3rem 1rem 0.8rem;
        font-size: 16px;

        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .st2-tag-select__item {
        font-size: 1rem;
    }
    .st2-check input + label {
        font-size: 1.1rem;
    }
    .st2-check-list__item,
    .st2-radio-list__item {
        font-size: 1.1rem;
    }
    .st2-btn__container {
        max-width: 93.333%;
        font-size: 1.2rem;
    }
    .st2-search-list--footer__item:last-child .st2-btn__container {
        width: 100%;
    }
    .st2-btn[data-color='reset'] .st2-btn__container {
        padding: 0.3rem 0.3rem;
    }
    .st2-btn[data-color='reset'] .st2-btn__txt {
        font-size: 1rem;
    }
    .st2-btn--favorite {
        width: 3rem;
        height: 3rem;
    }
    .st2-btn--favorite .st2-icon-favorite {
        width: 1.4rem;
        height: 1.4rem;
    }
    .st2-btn--search__txt {
        font-size: 1.5rem;
    }
    .st2-pic-block {
        margin: 2rem auto;
    }
    .st2-pic-block__pic-caption {
        margin-top: 0.5rem;
    }
    .st2-pic-block[data-width='full'] > div {
        margin: 0 -3.333%;
    }
    .st2-pic-block[data-width='full'] .st2-pic-block__pic-caption > div {
        margin: 0 3.125%;
    }
    .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper + .st2-pic-block__container-wrapper {
        padding-top: 0.5rem;
    }
    .st2-pic-block__price {
        line-height: 1.42;
    }
    .st2-pic-block__price__price {
        font-size: 1.8rem;
    }
    .st2-embed > div > div {
        margin: 0 -3.161%;
    }
    .st2-map > div > div {
        margin: 0 -3.161%;
    }
    .st2-map-view {
        padding-top: 75%;
    }
    .st2-table-set--break table,
    .st2-table-set--break tbody,
    .st2-table-set--break td,
    .st2-table-set--break th,
    .st2-table-set--break tr {
        display: block;
        width: 100%;
        border: none;

        box-sizing: border-box;
    }
    .st2-table-set--break table {
        border-bottom: 1px solid #999;
    }
    .st2-table-set--break td,
    .st2-table-set--break th {
        border: 1px solid #999;
        border-bottom: none;
    }
    .st2-tab[data-style='4'] .st2-tab__title {
        font-size: 1.1rem;
    }
    .st2-tab[data-style='4'] .st2-tab__container {
        padding: 0.2rem 1rem;
        font-size: 1.1rem;
    }
    .st2-tab[data-style='1'] .st2-tab__holder,
    .st2-tab[data-style='1'] .st2-tab__holder--body {
        display: none;
        margin: 0;
        padding: 0;
        border: 1px solid #f4526a;
        border-top: none;

        list-style: none;
    }
    .st2-tab[data-style='1'] .st2-tab__holder--body[aria-hidden='false'],
    .st2-tab[data-style='1'] .st2-tab__holder[aria-hidden='false'] {
        display: block;
    }
    .st2-tab[data-style='1'] .st2-tab__container {
        display: block;
        padding: 1rem 3.333%;
        text-decoration: none;
    }
    .st2-tab[data-style='1'] .st2-tab__item-txt {
        font-size: 2.4rem;
        color: #333;
    }
    .st2-tab[data-style='1'] .st2-tab__trigger {
        display: block;
        position: relative;
        width: 100%;
        padding: 1rem 8.333% 1rem 3.333%;
        background: #fff;
        border: 1px solid #f4526a;
        box-shadow: 0 1px 1.5px 0 rgba(51, 51, 51, 0.12), 0 1px 1px 0 rgba(51, 51, 51, 0.24);
        text-align: left;

        box-sizing: border-box;
    }
    .st2-tab[data-style='1'] .st2-tab__trigger[aria-expanded='true'] .st2-tab__trigger-icon {
        -webkit-transform: translateY(-50%) rotateX(-180deg);
        transform: translateY(-50%) rotateX(-180deg);
    }
    .st2-tab[data-style='1'] .st2-tab__trigger[aria-expanded='true'] .st2-tab__trigger-icon .icon-bottom-arrow {
        width: 1.7rem;
        height: 1.7rem;

        fill: #f4526a;
    }
    .st2-tab[data-style='1'] .st2-tab__trigger-txt {
        font-size: 2.4rem;
        font-weight: 700;
        color: #333;
    }
    .st2-tab[data-style='1'] .st2-tab__trigger-icon {
        position: absolute;
        top: 50%;
        right: 3.333%;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;

        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .st2-tab[data-style='1'] .st2-tab__trigger-icon .st2-icon-bottom-arrow {
        width: 1.7rem;
        height: 1.7rem;

        fill: #f4526a;
    }
    .st2-tab[data-style='1'] input {
        display: none;
    }
    .st2-tab--lower > div,
    .st2-tab--upper > div {
        margin: 0 -3.333%;
    }
    .st2-tab--lower > div > div,
    .st2-tab--upper > div > div {
        padding: 0 3.125%;
    }
    .st2-tab--lower__item-txt,
    .st2-tab--upper__item-txt {
        font-size: 1.1rem;
    }
    .st2-tab--lower__item[aria-selected='true'] .st2-tab--lower__container,
    .st2-tab--lower__item[aria-selected='true'] .st2-tab--upper__container,
    .st2-tab--upper__item[aria-selected='true'] .st2-tab--lower__container,
    .st2-tab--upper__item[aria-selected='true'] .st2-tab--upper__container {
        padding: 1rem 1.5rem;
        border: 2px solid #ddd;
    }
    .st2-tab--lower__container,
    .st2-tab--upper__container {
        padding: 1rem 0;
    }
    .st2-tab--upper > div {
        border-bottom: 2px solid #ddd;
    }
    .st2-frame-layout + .st2-tab--lower {
        margin-top: -3rem;
    }
    .st2-tab--lower > div {
        border-top: 2px solid #ddd;
    }
    .st2-tab--search[data-type='meito'] .st2-tab--search__item {
        line-height: 1.4;
        font-size: 16px;
    }
    .st2-tab--search a.st2-tab--search__item {
        font-size: 18px;
    }
    .st2-calendar__day {
        display: table;
        width: 100%;
        border-top: 1px solid #ddd;

        border-collapse: collapse;
    }
    .st2-calendar__date,
    .st2-calendar__link,
    .st2-calendar__price {
        display: table-cell;
        padding: 0.5rem;
        text-align: center;
        vertical-align: middle;
        line-height: 1.2;
    }
    .st2-calendar__price {
        text-align: center;
    }
    .st2-calendar__price-txt {
        font-size: 1.2rem;
    }
    .st2-calendar__date {
        width: 60px;
        font-size: 1.1rem;

        white-space: nowrap;
    }
    .st2-calendar__link {
        width: 80px;
    }
    .st2-calendar__btn__container {
        padding: 0.7rem 2rem 0.7rem 0.5rem;
    }
    .st2-calendar__btn__txt {
        font-size: 1.1rem;
    }
    .st2-calendar__btn .st2-icon-right-arrow {
        width: 0.9rem;
        height: 0.9rem;
    }
    .this-inactive .st2-calendar__btn {
        visibility: hidden;
    }
    .st2-calendar-accordion {
        font-size: 1rem;
    }
    .st2-calendar-accordion__title {
        width: 100%;
        font-size: 1rem;
    }
    .st2-calendar-accordion__body .st2-paragraph {
        font-size: 1rem;
    }
    .st2-tab--radio .st2-tab--radio__holder,
    .st2-tab--radio .st2-tab--radio__holder--body {
        display: none;
        margin: 0;
        padding: 0;
        border: 1px solid #f4526a;
        border-top: none;

        list-style: none;
    }
    .st2-tab--radio .st2-tab--radio__holder--body[aria-hidden='false'],
    .st2-tab--radio .st2-tab--radio__holder[aria-hidden='false'] {
        display: block;
    }
    .st2-tab--radio .st2-tab--radio__container {
        display: block;
        padding: 0.5rem 3.333%;
        text-decoration: none;
    }
    .st2-tab--radio .st2-tab--radio__container .st2-icon-check {
        margin-right: 0.5rem;

        fill: #fff;
    }
    .st2-tab--radio .st2-tab--radio__item-txt {
        color: #333;
    }
    .st2-tab--radio .st2-tab--radio__trigger {
        display: block;
        position: relative;
        width: 100%;
        padding: 1rem 8.333% 1rem 3.333%;
        background: #fff;
        border: 1px solid #f4526a;
        text-align: left;

        box-sizing: border-box;
    }
    .st2-tab--radio .st2-tab--radio__trigger[aria-expanded='true'] .st2-tab--radio__trigger-icon {
        -webkit-transform: translateY(-50%) rotateX(-180deg);
        transform: translateY(-50%) rotateX(-180deg);
    }
    .st2-tab--radio .st2-tab--radio__trigger[aria-expanded='true'] .st2-tab--radio__trigger-icon .icon-bottom-arrow {
        width: 1.7rem;
        height: 1.7rem;

        fill: #f4526a;
    }
    .st2-tab--radio .st2-tab--radio__trigger-txt {
        font-weight: 700;
        color: #333;
    }
    .st2-tab--radio .st2-tab--radio__trigger-icon {
        position: absolute;
        top: 50%;
        right: 3.333%;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;

        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .st2-tab--radio .st2-tab--radio__trigger-icon .st2-icon-bottom-arrow {
        width: 1.7rem;
        height: 1.7rem;

        fill: #f4526a;
    }
    .st2-tab--radio input {
        display: none;
    }
    .st2-tab--radio input:checked + .st2-tab--radio__container .st2-icon-check {
        fill: #f4526a;
    }
    .st2-other-navigation {
        margin: 5rem auto;
    }
    .st2-btn + .st2-accordion--jr {
        margin-top: -1.5rem;
    }
    .st2-accordion--jr__container {
        max-width: 93.333%;
    }
    .st2-accordion--jr__trigger {
        border-radius: 5px;
    }
    .st2-accordion--jr__body {
        padding: 1rem 3.125%;
    }
    .st2-accordion--jr__body[aria-hidden='true'] {
        display: none;
    }
    .st2-accordion--jr .st2-paragraph {
        text-align: center;
    }
    .st2-accordion--jr .st2-jr-link__holder {
        display: flex;
        flex-wrap: wrap;
    }
    .st2-accordion--jr .st2-jr-link__item {
        width: 33%;
        text-align: center;
        font-size: 1.1rem;
    }
    .st2-date-changer__holder {
        flex-wrap: wrap;
    }
    .st2-date-changer__btn {
        width: 100%;
        margin-top: 1rem;
    }
    .st2-date-changer__btn.sp-horizontal {
        width: 20%;
        margin-top: 0;
    }
    .st2-date-changer__input {
        width: 133px;
        font-size: 1.2rem;
    }
    .st2-topic-path {
        padding: 0.5rem 3.125%;
        line-height: 1.42;
    }
    .st2-topic-path__link-txt {
        font-size: 1rem;
    }
    .japan-railways-plus-stay .st2-site-footer > div {
        padding-top: 1rem;
    }
    .st2-site-footer__bnr {
        padding: 4.688%;
    }
    .st2-site-footer__item--bnr {
        width: 48.276%;
    }
    .st2-site-footer__item--bnr:not(:nth-child(-n + 2)) {
        padding-top: 3.571%;
    }
    .st2-site-footer__search-area > div {
        border-bottom: solid 1px #d9d9d9;
    }
    .st2-site-footer__search-area + .st2-site-footer__block--navigation {
        margin-top: 1rem;
    }
    .st2-site-footer__search-area a {
        color: inherit;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head {
        background-color: #333;
        color: #fff;
        cursor: pointer;
    }
    .toppage.domestic-tour .st2-site-footer__search-toggle--root .search-toggle--root__head,
    .toppage.japan-railways-plus-stay .st2-site-footer__search-toggle--root .search-toggle--root__head {
        background-color: #ff9934;
    }
    .toppage.domestic-stay .st2-site-footer__search-toggle--root .search-toggle--root__head {
        background-color: #f4526a;
    }
    .toppage.overseas-tour .st2-site-footer__search-toggle--root .search-toggle--root__head {
        background-color: #2a95cb;
    }
    .toppage.general .st2-site-footer__search-toggle--root .search-toggle--root__head {
        background-color: #5f5f5f;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head.this-active p span b {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjZmZmIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMTB2LTRoMjh2NHoiLz4KICAgIDwvZz4KPC9zdmc+');
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head p {
        line-height: 1.13;
        font-size: 1.5rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head p span {
        display: block;
        padding: 2.5% 3.125% 2.5% 4.688%;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__head p span b {
        display: block;
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjZmZmIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMjZ2MTJoLTRWMjZIMTB2LTRoMTJWMTBoNHYxMmgxMnY0eiIvPgogICAgPC9nPgo8L3N2Zz4=');
        background-size: contain;
    }
    .ie .st2-site-footer__search-toggle--root .search-toggle--root__head p span b {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__split-body {
        display: none;
    }
    .st2-site-footer__search-toggle--root .search-toggle--root__body.search-toggle--root__clear {
        display: none;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        + .search-toggle--root__item {
        border-top: solid 1px #e4e4e4;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p {
        line-height: 1.14;
        font-size: 1.4rem;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p
        a {
        display: block;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p
        a
        span {
        display: block;
        padding: 2.5% 3.125% 2.5% 4.688%;
    }
    .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p
        a
        span
        b {
        display: block;
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPjwvZz48L3N2Zz4=');
        background-size: contain;
        font-weight: 400;
    }
    .ie
        .st2-site-footer__search-toggle--root
        .search-toggle--root__body.search-toggle--root__clear
        .search-toggle--root__item
        p
        a
        span
        b {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest > div {
        line-height: 1.14;
        font-size: 1.4rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head {
        border-top: solid 1px #d9d9d9;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head.this-active p span {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjMzMzMzMzIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMTB2LTRoMjh2NHoiLz4KICAgIDwvZz4KPC9zdmc+');
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head p a {
        display: block;
        padding: 2.5% 3.125% 2.5% 4.688%;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__head p span {
        display: block;
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjMzMzMzMzIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMjZ2MTJoLTRWMjZIMTB2LTRoMTJWMTBoNHYxMmgxMnY0eiIvPgogICAgPC9nPgo8L3N2Zz4=');
        background-size: contain;
    }
    .ie .st2-site-footer__search-toggle--root .search-toggle--nest__head p span {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body {
        display: none;
        background-color: #efefef;
        box-shadow: inset 0 0.15rem 0.6rem -0.2rem rgba(0, 0, 0, 0.58);
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p {
        border-top: solid 1px #d9d9d9;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p a {
        display: block;
        padding: 2.5% 3.125% 2.5% 7.656%;
    }
    .st2-site-footer__search-toggle--root .search-toggle--nest__body p span {
        display: block;
        padding-right: 1rem;
        overflow: hidden;
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPjwvZz48L3N2Zz4=');
        background-size: contain;

        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ie .st2-site-footer__search-toggle--root .search-toggle--nest__body p span {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__block--navigation a {
        color: inherit;
    }
    .st2-site-footer__toggle--head {
        border-top: solid 1px #e4e4e4;
        cursor: pointer;
    }
    .st2-site-footer__toggle--head.this-active p > span > b {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjMzMzMzMzIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMTB2LTRoMjh2NHoiLz4KICAgIDwvZz4KPC9zdmc+');
    }
    .st2-site-footer__toggle--head p {
        line-height: 1.14;
        font-size: 1.4rem;
    }
    .st2-site-footer__toggle--head p > span > b {
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8ZyBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIiBmaWxsPSIjMzMzMzMzIj4KICAgICAgICA8cGF0aCBkPSJNMzggMjZIMjZ2MTJoLTRWMjZIMTB2LTRoMTJWMTBoNHYxMmgxMnY0eiIvPgogICAgPC9nPgo8L3N2Zz4=');
        background-size: contain;
        font-weight: 400;
    }
    .ie .st2-site-footer__toggle--head p > span > b {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__toggle--head a {
        display: block;
    }
    .st2-site-footer__toggle--head a span b {
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPjwvZz48L3N2Zz4=');
        background-size: contain;
        font-weight: 400;
    }
    .ie .st2-site-footer__toggle--head a span b {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__toggle--head span {
        display: block;
        padding: 2.5% 3.125% 2.5% 4.688%;
    }
    .st2-site-footer__toggle--head span b {
        display: block;
    }
    .st2-site-footer__toggle--body {
        display: none;
        border-top: solid 1px #e4e4e4;
    }
    .st2-site-footer__toggle--body > div {
        background-color: #efefef;
        box-shadow: inset 0 0.15rem 0.6rem -0.2rem rgba(0, 0, 0, 0.58);
    }
    .st2-site-footer__toggle--body p {
        line-height: 1.14;
        font-size: 1.4rem;
    }
    .st2-site-footer__toggle--body p + p {
        border-top: solid 1px #e4e4e4;
    }
    .st2-site-footer__toggle--body a {
        display: block;
        padding: 2.5% 3.125% 2.5% 7.656%;
    }
    .st2-site-footer__toggle--body span {
        display: block;
        background: no-repeat 100% 50%
            url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTEwIDZMOC41OSA3LjQxIDEzLjE3IDEybC00LjU4IDQuNTlMMTAgMThsNi02eiIvPjwvZz48L3N2Zz4=');
        background-size: contain;
    }
    .ie .st2-site-footer__toggle--body span {
        background-position: 98% 50%;
        background-size: 1.7rem 1.7rem;
    }
    .st2-site-footer__item--unique {
        display: none;

        speak: none;
    }
    .st2-site-footer__page-to-top a {
        right: 1rem;
        width: 15.517%;
    }
    .st2-site-footer__page-to-top a img {
        width: 100%;
    }
    .st2-site-footer__page-to-top.this-active a {
        bottom: 8rem;
    }
    .st2-site-footer__block--floor {
        padding: 0 3.125%;
    }
    .st2-site-footer__block--primitive-navigation {
        display: none;
    }
    .st2-site-footer__sub-navigation > div {
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 0.5rem;
    }
    .st2-site-footer__sub-navigation p {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .st2-site-footer__sub-navigation p:nth-child(-n + 3) {
        flex-basis: 33.333%;
        text-align: center;
    }
    .st2-site-footer__copyright {
        padding: 1rem;
    }
    .st2-site-footer__copyright > div small {
        font-size: 1rem;
    }
    .st2-site-footer {
        border-top: 1rem solid #f5f5f5;
    }
    .st2-menu-renewed__search-contents {
        width: 100%;
        height: 3rem;
    }
    .st2-menu-renewed__search-txt {
        width: calc(100% - 3rem);
        font-size: 1.4rem;
    }
    .st2-menu-renewed__search-icon {
        width: 3rem;
    }
    .st2-menu-renewed__header {
        background-color: #dedede;
    }
    .st2-menu-renewed__header-txt {
        padding: 1rem 1.4rem;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .st2-menu-renewed__link {
        padding: 0;
    }
    .st2-menu-renewed__link-contents {
        width: calc(100% / 2);
        margin: 0;
        border-bottom: 2px solid #dedede;
    }
    .st2-menu-renewed__link-contents:nth-child(2n-1) {
        border-right: 2px solid #dedede;
    }
    .st2-menu-renewed__link-contents > a {
        padding: 1.4rem;
        font-size: 1.4rem;
    }
    .st2-site-header__departure--button,
    .st2-site-header__departure--window {
        width: 7rem;
    }
    .st2-site-header__departure--button .select_basetxt > span,
    .st2-site-header__departure--window .select_basetxt > span {
        padding-top: 0.3rem;
        padding-right: 1rem;
        padding-bottom: 0.3rem;
        padding-left: 0;
        line-height: 1.7rem;
        font-size: 0.9rem;
    }
    .st2-site-header__departure--button {
        border-top: 0.1rem solid #0b499d;
        border-right: 0.1rem solid #0b499d;
        border-bottom: 0.1rem solid #0b499d;
        border-left: 0.1rem solid #0b499d;
        border-radius: 0.2rem;
    }
    .st2-site-header__departure--button.active {
        border-top: 0.1rem solid #0b499d;
        border-right: 0.1rem solid #0b499d;
        border-bottom: 0.1rem solid #0b499d;
        border-left: 0.1rem solid #0b499d;
        border-radius: 0.2rem;
    }
    .st2-site-header__departure--button .select_icon svg {
        right: -0.2rem;
        width: 1.6rem;
        height: 1.6rem;
    }
    .st2-site-header__departure--window.sp.active {
        display: block;
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 736px) {
    .st2-calendar__footer__btn span,
    .st2-calendar__header__btn span {
        display: none;
    }
    .st2-calendar__body > div {
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 736px) and (max-width: 736px) {
    .st2-tab--radio .st2-tab--radio__container .st2-icon-check {
        width: 1.1rem;
        height: 1.1rem;
    }
    .st2-tab--radio .st2-tab--radio__item-txt {
        font-size: 1.2rem;
    }
    .st2-tab--radio .st2-tab--radio__trigger-txt {
        font-size: 1.2rem;
    }
}

@media (max-width: 414px) {
    html {
        font: calc(10px + ((1vw - 3.21px) * 3.1348)) / 1.72 Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    }
    html.ie {
        font: calc(10px + ((1vw - 3.21px) * 3.1348)) / 1.72 Roboto, 'メイリオ', Meiryo, sans-serif;
    }
}

@media print {
    html {
        overflow: auto !important;
        font: 10px/1.72 Roboto, 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    }
    html.ie {
        font: 10px/1.72 Roboto, 'メイリオ', Meiryo, sans-serif;
    }
    body {
        width: 1100px;
    }
    .st2-category-navigation {
        display: none;
    }
    .st2-site-footer__block--navigation {
        display: none;
    }
    .st2-site-footer__page-to-top {
        display: none;
    }
    .st2-site-footer__block--floor {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    main * {
        font-size: 1.4rem;
    }
    .st2-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .st2-topicpath {
        padding: 0;

        overflow-x: auto;
    }
    .st2-topicpath__list {
        width: auto;
        max-width: inherit;
        padding: 10px 4vw;

        white-space: nowrap;
    }
    .st2-topicpath__link-txt {
        font-size: 0.9rem;
    }
    .st2-search-result {
        margin-right: -20px;
        margin-left: -20px;
    }
    .st2-search-result {
        padding: 15px 30px;
    }
    .st2-search-condition__title,
    .st2-search-condition__detail {
        font-size: 1.2rem;
    }
    .st2-search-condition {
        margin: 0 -15px;
    }
    .st2-search-condition__item {
        margin-right: 15px;
        margin-left: 15px;
    }
    .st2-result {
        display: flex;
        justify-content: space-between;
    }
    .st2-result-sort__list {
        justify-content: space-between;
    }
    .st2-btn-heightclass.-large-01 .st2-btn-heightclass__inner {
        min-height: 58px;
    }
    .st2-btn-heightclass__inner {
        font-size: 1.2rem;
    }
    .st2-search-btn {
        width: 223px;
    }
    .st2-yadolist-title__title {
        min-height: 70px;
    }
    .st2-yadolist-title__title-inner {
        padding-bottom: 7px;
        font-size: 1.9rem;
    }
    .st2-yadolist-title__title-inner::before {
        left: calc(50% - 25px);
        width: 50%;
    }
    .st2-yadolist-card__link {
        flex-direction: column-reverse;
    }
    .st2-yadolist-card__inner {
        padding: 19px;
    }
    .st2-yadolist-card__img {
        width: 100%;
        min-height: 168px;
    }
    .st2-yadolist-card__img img {
        width: 100%;
    }
    .st2-yadolist-card__header-sub {
        font-size: 1.05rem;
    }
    .st2-yadolist-card__header-title {
        font-size: 1.7rem;
    }
    .st2-yadolist-card__plan {
        min-width: 120px;
    }
    .st2-yadolist-card__plan-inner {
        font-size: 0.9rem;
    }
    .st2-yadolist-card__plan-num {
        font-size: 1.2rem;
    }
    .st2-yadolist-card__comment-title {
        font-size: 1.05rem;
    }
    .st2-yadolist-card__price-title {
        font-size: 1.05rem;
    }
    .st2-yadolist-card__price-detail {
        font-size: 1.2rem;
    }
    .st2-review-point {
        font-size: 1.05rem;
    }
    .st2-yadolist-pager {
        margin-top: 70px;
    }
    .st2-yadolist-pager__item {
        margin: 0 7px;
    }

}

@media screen and (min-width: 737px) and (max-width: 1024px) {
    .st2-page-content {
        max-width: 1024px;
        padding: 0 8px;
    }
}

@media screen and (min-width: 737px) {
    .st2-result-map {
        position: absolute;
        top: 0;
        right: 0;
    }
    .st2-result-sort {
        padding-right: 200px;
    }
    .st2-result-sort__item {
        margin-right: 40px;
    }
    .st2-btn-heightclass.-large-01 .st2-btn-heightclass__inner {
        min-height: 78px;
    }
    .st2-btn-heightclass {
        min-width: 172px;
    }
    .st2-yadolist-card__img {
        width: 56%;
        max-width: 614px;
        min-height: 297px;
    }
    .st2-yadolist-card__img img {
        width: 100%;
    }
    .ie11 .st2-yadolist-card__img img {
        max-height: 307.48px;
    }
    .st2-yadolist-card__header-title {
        min-height: 34px;
    }
}

@media screen and (max-width: 782px) {
    .modal {
        height: 100%;
    }
}

@media (max-width: 828px) {
    .is-child-num .modal.multi-modal .modal-body .modal-close,
    .is-child-num .modal.multi-modal .modal-body .modal-close-inner,
    .is-child-seat .modal.multi-modal .modal-body .modal-close,
    .is-child-seat .modal.multi-modal .modal-body .modal-close-inner,
    .is-after-join .modal.multi-modal .modal-body .modal-close,
    .is-after-join .modal.multi-modal .modal-body .modal-close-inner {
        top: 5px;
    }
}
.jsc-search-condition .modal-item {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN',
        'Hiragino Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    color: #412200;

    box-sizing: border-box;
    list-style: none;
}

.jsc-search-condition .modal-item input::-ms-clear {
    visibility: hidden;
}
.jsc-search-condition .modal-item select::-ms-expand {
    display: none;
}

.jsc-search-condition {
    /* height: 100vh !important; */
}

.jsc-search-condition .modal-body .modal-inner {
    background: #faf6e9;
    border-radius: 0;

    box-sizing: border-box;
    overflow-y: scroll;
}

.jsc-search-condition .st2-modal-title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
}
.jsc-search-condition .st2-modal-title .close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 67px;
    appearance: none;
    background: #d5cfba;
    border: none;
    z-index: 999;
}
.jsc-search-condition .st2-modal-title .close::before,
.jsc-search-condition .st2-modal-title .close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background: #fff;
}
.jsc-search-condition .st2-modal-title .close::before {
    transform: rotate(45deg);
}
.jsc-search-condition .st2-modal-title .close::after {
    transform: rotate(135deg);
}
.jsc-search-condition .st2-modal-title .modal-close-inner {
    display: block;
}
.jsc-search-condition .st2-modal-title__clear {
    display: inline-block;
    margin-left: 50px;
    appearance: none;
    background: transparent;
    border: none;
    vertical-align: middle;
    text-decoration: underline;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.jsc-search-condition .st2-condition-wrap.-block {
    margin: 10px 0 0;
}
.jsc-search-condition .st2-condition-wrap.-block > .st2-condition-detail {
    margin-left: 0;
}

.jsc-search-condition .st2-condition-wrap.-no-margin > .st2-condition-title {
    margin-top: 0;
}

.jsc-search-condition .st2-condition-title {
    flex: 0 0 auto;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
}
.jsc-search-condition .st2-condition-title.-small {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}
.jsc-search-condition .st2-condition-title__require {
    display: block;
    font-size: 1.1rem;
    color: #b20000;
}

.jsc-search-condition .st2-condition-detail {
    width: 100%;
}

.jsc-search-condition .st2-input-radio + * {
    position: relative;
    padding-left: 31px;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.jsc-search-condition .st2-input-radio + *::before,
.jsc-search-condition .st2-input-radio + *::after {
    content: '';
    display: block;
    position: absolute;
}
.jsc-search-condition .st2-input-radio + *::before {
    top: -0.1em;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #412200;
    border-radius: 50%;
}
.jsc-search-condition .st2-input-radio + *::after {
    top: calc(0.1em + 2px);
    left: 5px;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-out;
    background: #412200;
    border-radius: 50%;

    opacity: 0;
}

.jsc-search-condition .st2-input-radio:checked + *::after {
    opacity: 1;
}

.jsc-search-condition .st2-input-check + * {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
}
.jsc-search-condition .st2-input-check + *::before,
.jsc-search-condition .st2-input-check + *::after {
    content: '';
    display: block;
    position: absolute;
}
.jsc-search-condition .st2-input-check + *::before {
    top: -0.1em;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ddd;
}
.jsc-search-condition .st2-input-check + *::after {
    top: 0.4em;
    left: 9px;
    width: 8px;
    height: 4px;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #775f34;
    border-left: 2px solid #775f34;

    opacity: 0;
    transform: rotate(-45deg);
}

.jsc-search-condition .st2-input-check:checked + *::after {
    opacity: 1;
}

.jsc-search-condition .st2-btn-check {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;

    -webkit-clip-path: inset(50%);
    white-space: nowrap;
}
.jsc-search-condition .st2-btn-check + * {
    display: inline-block;
    padding: 10px 12px;
    transition: all 0.3s ease-out;
    background: #fff;
    border: 1px solid #eae5d5;
    border-radius: 5px;
    line-height: 1;
    font-size: 1.4rem;
    cursor: pointer;
}
.jsc-search-condition .st2-btn-check:checked + * {
    background: #412200;
    color: #fff;
}

.jsc-search-condition .st2-condition-title-special {
    margin-top: 45px;
}
.jsc-search-condition .st2-condition-title-special__title {
    position: relative;
    text-align: center;
}
.jsc-search-condition .st2-condition-title-special__title::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d4ccb4;
}
.jsc-search-condition .st2-condition-title-special__title-inner {
    position: relative;
    padding: 0 16px;
    background: #faf6e9;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-weight: bold;
}
.jsc-search-condition .st2-condition-title-special_detail {
    margin-top: 20px;
}

.jsc-search-condition .st2-condition-list {
    margin: -10px -10px 0 0;
    font-size: 0;
}
.jsc-search-condition .st2-condition-list.-no-margin {
    margin-top: 0;
}
.jsc-search-condition .st2-condition-list__item {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.jsc-search-condition .st2-condition-col {
    display: flex;
}
.jsc-search-condition .st2-condition-col.-middle {
    align-items: center;
}
.jsc-search-condition .st2-condition-col.-wrap {
    flex-wrap: wrap;
}
.jsc-search-condition .st2-condition-col .st2-condition-wrap:not(:last-child) {
    margin-right: 33px;
}
.jsc-search-condition .st2-condition-col .st2-condition-wrap:last-child:only-child {
    width: 100%;
}

.jsc-search-condition .st2-condition-input-text,
.jsc-search-condition .st2-condition-input-select select {
    height: 4rem;
    padding: 10px 10px;
    appearance: none;
    background: #fff;
    border: 1px solid #eae5d5;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Roboto, 'Hiragino Sans',
        'メイリオ', Meiryo, sans-serif;
    font-size: 1.5rem;

    -webkit-appearance: none;
    -moz-appearance: none;
}

.ie11 .st2-condition-input-select select {
    padding-top: 5px;
    padding-bottom: 0px;
}
.jsc-search-condition .st2-condition-input-text:disabled,
.jsc-search-condition .st2-condition-input-select select:disabled {
    background: #eae5d5;
}

.jsc-search-condition .flatpickr-input {
    font-size: 1.5rem;
}

.jsc-search-condition .st2-condition-input-select {
    position: relative;
}
.jsc-search-condition .st2-condition-input-select::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.3rem;
    width: 0.94rem;
    height: 100%;
    background: no-repeat 50% 50%
        url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Icon_-_ArrowDown_-_Small%22%20data-name%3D%22Icon%20-%20ArrowDown%20-%20Small%22%20xmlns%3D%22https%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.4%22%20height%3D%226.1%22%20viewBox%3D%220%200%209.4%206.1%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M6.7%2C8.1%2C2%2C3.4%2C3.4%2C2%2C6.7%2C5.3%2C10%2C2l1.4%2C1.4Z%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22%23775f34%22%2F%3E%3C%2Fsvg%3E');
    background-size: 100%;
    z-index: 1;

    pointer-events: none;
}
.jsc-search-condition .st2-condition-input-select select {
    width: 100%;
    padding-right: 35px;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Roboto, 'Hiragino Sans',
        'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
}

.jsc-search-condition .select-area {
    margin-top: -7px;
    font-size: 0;
}
.jsc-search-condition .select-area > * {
    display: inline-block;
    margin-top: 7px;
    font-size: 1.6rem;
}
.jsc-search-condition .select-area > *:not(:last-child) {
    margin-right: 10px;
}

.jsc-search-condition .st2-condition-date-check input[type='checkbox'] {
    display: none;
}

.jsc-search-condition .st2-modal-logo-wrap {
    position: relative;
}

.jsc-search-condition .st2-condition-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.jsc-search-condition .st2-condition-result > * {
    width: 100%;
}
.jsc-search-condition .st2-condition-result__text-num {
    color: #b20000;
}
.jsc-search-condition .modal-item .st2-condition-result__text-num.-large {
    font-size: 1.9rem;
}
.jsc-search-condition .st2-condition-result__text {
    margin: 0;
    font-size: 1.5rem;
}
.jsc-search-condition .st2-condition-result__btn {
    display: flex;
    justify-content: center;
}
.jsc-search-condition .st2-condition-result__btn > *:not(:first-child) {
    margin-left: 15px;
}

.jsc-search-condition .st2-condition-input-wrap {
    display: flex;
}

.jsc-search-condition .st2-condition-keyword {
    position: relative;
}
.jsc-search-condition .st2-condition-keyword .st2-condition-input-text {
    width: 296px;
    padding-right: 50px;
}
.jsc-search-condition .st2-condition-keyword__clear {
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
    width: 23px;
    height: 23px;
    appearance: none;
    background: #bbb;
    border: none;
    border-radius: 50%;
}
.jsc-search-condition .st2-condition-keyword__clear::before,
.jsc-search-condition .st2-condition-keyword__clear::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 1px);
    width: 2px;
    height: 14px;
    background: #fff;
}
.jsc-search-condition .st2-condition-keyword__clear::before {
    transform: rotate(135deg);
}
.jsc-search-condition .st2-condition-keyword__clear::after {
    transform: rotate(225deg);
}
.jsc-search-condition .st2-condition-keyword__submit {
    width: 4em;
    margin-left: 10px;
    padding: 10px;
    appearance: none;
    background-color: #947e2b;
    border: 1px solid #947e2b;
    line-height: 1;
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    color: #fff;
}
.jsc-search-condition .st2-condition-keyword__text {
    margin: 8px 0 0 0;
    font-size: 1.4rem;
}

.jsc-search-condition .st2-condition-calendar-wrap {
    position: relative;
}
.jsc-search-condition .st2-condition-calendar-wrap .st2-icon-calendar-btn {
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;

    pointer-events: none;
}
.jsc-search-condition .st2-condition-calendar-wrap .st2-icon-calendar {
    width: 23px;
    height: 26px;
}

.jsc-search-condition .st2-condition-blank-wrap {
    position: relative;
}
.jsc-search-condition .st2-condition-blank-wrap .st2-icon-blank::before,
.jsc-search-condition .st2-condition-blank-wrap .st2-icon-blank::after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    border: 1px solid #bbb;
}
.jsc-search-condition .st2-condition-blank-wrap .st2-icon-blank::before {
    top: calc(50% - 2px);
    right: 7px;
    width: 13px;
    height: 10px;
    border-width: 0 0 1px 1px;
}
.jsc-search-condition .st2-condition-blank-wrap .st2-icon-blank::after {
    top: calc(50% - 4px);
    width: 11px;
    height: 8px;
}

.jsc-search-condition .modal-body {
    max-width: 1080px;
    /* height: calc(100vh - 20px) !important; */
}

body .modal-item a.after-join:not([class*='st2-btn']) {
    text-decoration: underline;
    cursor: pointer;
}

body .modal .modal-body .flatpickr-input__schedule {
    padding-right: 40px;
}

body .modal .modal-body .flatpickr-input__AccommodationDate {
    padding-right: 40px;
    padding-left: 10px;
}


@media screen and (max-width: 736px) {
    .jsc-search-condition .modal-item *:not([class*="st2-btn"]){
        font-size: 1.2rem;
    }
    .jsc-search-condition .modal-body {
        top: 20px;
        right: auto;
        left: 3.2vw;
        transform: none;
    }
    .jsc-search-condition .modal-body .modal-inner {
        max-height: 100vh;
    }
    .jsc-search-condition .modal-body {
        top: 20px;
        right: auto;
        left: 3.2vw;

        transform: none;
    }
    .jsc-search-condition .modal-body .modal-inner {
        padding: 63px 22px;
    }
    .jsc-search-condition .modal-item .st2-modal-title {
        font-size: 1.75rem;
    }
    .jsc-search-condition .st2-modal-title .close {
        width: 50px;
        height: 50px;
    }
    .jsc-search-condition .st2-modal-title .close::before,
    .jsc-search-condition .st2-modal-title .close::after {
        left: calc(50% - 18px);
        width: 36px;
    }
    .jsc-search-condition .st2-condition-wrap.-block.-no-margin > .st2-condition-detail {
        margin-top: 0;
    }
    .jsc-search-condition .st2-condition-wrap.-sp-row {
        display: flex;
        margin: 10px 0 0;
    }
    .jsc-search-condition .st2-condition-wrap.-sp-row > .st2-condition-detail {
        margin-left: 10px;
    }
    .jsc-search-condition .st2-condition-title {
        margin-top: 10px;
    }
    .jsc-search-condition .st2-condition-title.-small {
        font-size: 0.95rem;
    }
    .jsc-search-condition .st2-condition-title.-small > * {
        font-size: 0.95rem;
    }
    .jsc-search-condition .st2-condition-title__required {
        font-size: 0.95rem;
    }
    .jsc-search-condition .st2-condition-detail {
        margin: 10px 0 0 0;
    }
    .jsc-search-condition .modal-item .st2-btn-check + * {
        padding: 11px 10px 9px 10px;
        font-size: 1.1rem;
    }
    .jsc-search-condition .st2-condition-title-special {
        margin-top: 30px;
    }
    .jsc-search-condition .st2-condition-title-special__detail {
        margin: 10px 0 0 0;
    }
    .jsc-search-condition .st2-condition-list {
        margin: -5px -5px 0 0;
    }
    .jsc-search-condition .st2-condition-list__item {
        margin: 5px 5px 0 0;
    }
    .jsc-search-condition .st2-condition-col .st2-condition-wrap:last-child:not(:only-child):not(:nth-child(odd)) {
        flex: 1;
        margin-left: 2%;
    }
    .jsc-search-condition .st2-condition-col .st2-condition-wrap:not(:last-child) {
        width: 48%;
        margin-right: 2%;
    }
    .jsc-search-condition
        .st2-condition-col.-sp-block
        > .st2-condition-wrap:last-child:not(:only-child):not(:nth-child(odd)) {
        margin-left: 0;
    }
    .jsc-search-condition .st2-condition-col.-sp-block > .st2-condition-wrap:first-child {
        width: 100%;
    }
    .jsc-search-condition .st2-condition-col {
        align-items: flex-end;
        width: 100%;
    }
    .jsc-search-condition .st2-condition-col.-sp-block {
        display: block;
    }
    .jsc-search-condition .st2-condition-col.-sp-block > .st2-condition-wrap {
        margin-right: 0;
    }
    .jsc-search-condition .st2-condition-col.-sp-block > .st2-condition-wrap:not(:nth-child(odd)) {
        margin-left: 2%;
    }
    .jsc-search-condition .st2-condition-col.-sp-column2 > * {
        width: 48%;
    }
    .jsc-search-condition .st2-condition-col.-sp-column2 > *:nth-child(odd) {
        margin-right: 2%;
    }
    .jsc-search-condition .st2-condition-col.-sp-column2 > *:nth-child(even) {
        margin-right: 0;
        margin-left: 2%;
    }
    .jsc-search-condition .st2-condition-col.-sp-column2 > *.-sp-full {
        width: 100%;
        margin-right: 0;
    }
    .jsc-search-condition .st2-condition-input-text,
    .jsc-search-condition .st2-condition-input-select select {
        width: 100%;
        height: 3.6rem;
    }
    .jsc-search-condition .st2-condition-input-text,
    .jsc-search-condition .st2-condition-input-select {
        width: 100%;
    }
    .jsc-search-condition .st2-condition-input-text {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 1.3rem;
    }
    .jsc-search-condition .flatpickr-input {
        padding-right: 2.5em;
    }
    .jsc-search-condition__range .flatpickr-input {
        width: 100%;
        padding-right: 60px;
        font-size: 1.2rem;
    }
    .jsc-search-condition .st2-condition-input-select {
        width: 100%;
    }
    .jsc-search-condition .select-amount-outer .select-area {
        display: flex;
        align-items: center;
    }
    .jsc-search-condition .st2-condition-date-check {
        margin-top: 10px;
    }
    .jsc-search-condition .st2-condition-date-check label span {
        padding-top: 0.25rem;
    }
    .jsc-search-condition .st2-condition-result__btn > *:not(:first-child) {
        height: initial;
    }
    .jsc-search-condition .st2-condition-result {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 7px 3.2vw 16px;
        background: #fff;
        z-index: 10001;
    }
    .jsc-search-condition .st2-condition-result__btn > *:not(:first-child),
    body.is-setplan-train .modal .st2-condition-result__btn > *:not(:first-child),
    body.is-setplan-airplane .modal .st2-condition-result__btn > *:not(:first-child) {
        margin-left: 15px;
    }
    .jsc-search-condition .st2-modal-logo-forcia {
        margin-top: 40px;
        text-align: center;
    }
    .jsc-search-condition .st2-condition-keyword-wrap > *:not(:last-child) {
        margin-bottom: 10px;
    }
    .jsc-search-condition .st2-condition-keyword .st2-condition-input-text {
        width: 100%;
    }
    .jsc-search-condition .st2-condition-keyword__submit {
        width: 4.5em;
        padding: 7px 5px;
    }
    .jsc-search-condition .st2-condition-keyword__text {
        font-size: 1.2rem;
    }
    .jsc-search-condition .st2-condition-keyword {
        width: 100%;
    }
    .jsc-search-condition .st2-condition-calendar-wrap__range input {
        width: 100%;
        padding-right: 60px;
        font-size: 1.2rem;
    }
    .jsc-search-condition .modal-body .modal-inner {
        padding: 63px 22px;
    }
    .jsc-search-condition .modal-body .modal-item {
        padding-bottom: 8em;
    }
    body .modal-item a.after-join:not([class*='st2-btn']) {
        font-size: 1rem;
    }
    body .modal .modal-body .flatpickr-input__schedule {
        padding-right: 2.5em;
    }
    body .modal .modal-body .flatpickr-input__AccommodationDate {
        padding-right: 2.5em;
    }
}

@media screen and (min-width: 737px) {
    .jsc-search-condition-item .st2-search-btn {
        font-size: 1.6rem;
    }
    .jsc-search-condition .modal-body .modal-inner {
        padding: 42px 58px 45px;
    }
    .jsc-search-condition .st2-condition-wrap:not(.-block) {
        display: flex;
        margin: 10px 0 0;
    }
    .jsc-search-condition .st2-condition-title {
        min-width: 50px;
        margin-top: 0.5em;
    }
    .jsc-search-condition .st2-condition-detail {
        margin-left: 10px;
    }
    .jsc-search-condition .st2-condition-detail__text {
        margin: 0.5em 0 0 0;
    }
    .jsc-search-condition .st2-condition-input-text,
    .jsc-search-condition .st2-condition-input-select {
        width: 203px;
    }
    .jsc-search-condition .st2-condition-input-text__shortWidth,
    .jsc-search-condition .st2-condition-input-select__shortWidth {
        width: 128px;
    }

    .jsc-search-condition__range .flatpickr-input {
        width: 400px;
    }
    .jsc-search-condition .st2-condition-date-check {
        margin-left: 10px;
    }
    .jsc-search-condition .st2-condition-result__btn > *:not(:first-child) {
        height: 5rem;
    }
    .jsc-search-condition .st2-condition-result {
        margin-top: 57px;
        padding: 0 calc(15% + 87px);
    }
    .jsc-search-condition .st2-condition-result__btn .st2-btn-heightclass.-close {
        display: flex;
        height: 5rem;
    }
    .jsc-search-condition .st2-modal-logo-forcia {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .jsc-search-condition .st2-condition-keyword-wrap > *:not(:last-child) {
        margin-right: 10px;
    }
    .jsc-search-condition .st2-condition-calendar-wrap__range input {
        width: 416px;
    }
    .jsc-search-condition .modal-body .modal-inner {
        padding: 42px 58px 45px;
    }
}
.pagination-border {
    align-items: center;
    margin-top: 30px;
}
.pagination .prev,
.pagination .next {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
}
.pagination a,
.pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
}
.pagination a {
    border: none;
    border-radius: 50%;
}
.pagination .current {
    color: #fff;
    background-color: #c8b877;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.pagination a:not(:first-child):not(:last-child):hover {
    background-color: #c8b877;
    text-decoration: none;
}
@media (max-width: 829px) {
    .pagination .prev,
    .pagination .next {
        width: 25px;
        height: 25px;
    }
    .pagination a,
    .pagination span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 0 2px;
    }
}
.pagination .prev.disabled,
.pagination .next.disabled {
    color: #000;
    background-color: #fff;
    cursor: auto;
    border: none;
}

#jsi-child-age-modal,
#jsi-child-seat-modal,
#jsi-after-join-modal,
#jsi-room-modal,
#jsi-query-modal,
#jsi-map-modal,
#jsi-refine-modal {
    display: none;
}

.after-join-modal .modal-select-number .modal-select-brick .modal-select-num,
.child-seat-modal .modal-select-number .modal-select-brick .modal-select-num,
.child-age-modal .modal-select-number .modal-select-brick .modal-select-num {
    padding-top: 15px;
    border-top: 1px solid #a6a6a6;
}

@media (min-width: 829px) {
    .after-join-modal .modal-select-number .modal-select-brick .modal-select-num,
    .child-seat-modal .modal-select-number .modal-select-brick .modal-select-num,
    .child-age-modal .modal-select-number .modal-select-brick .modal-select-num {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width: 782px) {
    .modal {
        height: 100%;
    }
}

.is-popup .modal {
    pointer-events: auto;
    opacity: 1;
}
.is-popup .modal.multi-modal .modal-layer {
    opacity: 0.5;
}

.modal-inner {
    padding: 45px 23px 23px;
    border: 1px solid #0b499d;
    max-height: 435px;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.jsc-search-condition .modal-body .modal-inner {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
}
.modal-inner::-webkit-scrollbar:not(.jsc-search-condition .modal-body) {
    width: 0;
    background-color: transparent;
}

.modal-inner::-webkit-scrollbar-track:not(.jsc-search-condition .modal-body) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.modal-inner::-webkit-scrollbar-thumb:not(.jsc-search-condition .modal-body) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.jsc-search-condition .st2-modal-title {
    font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Noto Serif JP', sans-serif;
    font-size: 3rem;
    font-weight: bold;
}
@media (min-width: 829px) {
    .modal-inner {
        max-height: 900px;
    }
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}

.modal-close::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMi4xMiAzMi4xMiI+PHBhdGggZmlsbD0iIzAwNGI5YyIgZD0iTTMyLjEyIDIuMTJMMzAgMCAxNi4wNiAxMy45NCAyLjEyIDAgMCAyLjEybDEzLjk0IDEzLjk0TDAgMzBsMi4xMiAyLjEyIDEzLjk0LTEzLjk0TDMwIDMyLjEyIDMyLjEyIDMwIDE4LjE4IDE2LjA2IDMyLjEyIDIuMTJ6IiAvPjwvc3ZnPgo=');
    background-size: 16px auto;
    background-repeat: no-repeat;
}

.modal-calendar-pager {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0b499d;
    font-size: 14px;
}

.modal-calendar-pager .modal-calendar-prev span,
.modal-calendar-pager .modal-calendar-next span {
    display: none;
}

.modal-calendar-pager .modal-calendar-prev svg,
.modal-calendar-pager .modal-calendar-next svg {
    display: block;
    width: 8px;
    height: 16px;
    fill: #0b499d;
}

.modal-calendar-pager .modal-calendar-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-calendar-pager .modal-calendar-month {
    margin: 0 18px;
}

.modal-calendar {
    margin: 0 -5px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    width: calc(100% + 5px);
}

.modal-calendar th,
.modal-calendar td {
    text-align: center;
}

.modal-calendar tr td {
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    color: #0b499d;
    background-color: #dcdddd;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.modal-calendar tr td:nth-child(1) {
    color: #e60012;
}

.modal-calendar tr td:nth-child(7) {
    color: #00a0e9;
}

.modal-calendar tr td.selected {
    color: #fff;
    background-color: #0b499d;
}

.modal-calendar thead th {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.modal-calendar thead th:nth-child(1) {
    color: #e60012;
}

.modal-calendar thead th:nth-child(7) {
    color: #00a0e9;
}

.modal-select-number .modal-select-brick {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.modal-select-number .modal-select-brick .modal-select-brick-title {
    margin-bottom: 10px;
    color: #0b499d;
    font-size: 12px;
}

.modal-select-number .modal-select-brick .modal-select-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0b499d;
    font-size: 12px;
}

.modal-select-number .modal-select-brick .modal-select-num + .modal-select-num {
    margin-top: 15px;
}

.modal-select-number .modal-select-brick .modal-select-num .select-num-inc,
.modal-select-number .modal-select-brick .modal-select-num .select-num-dec {
    border: 1px solid #333;
    width: 40px;
    height: 35px;
    line-height: 33px;
    color: #333;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.modal-select-number .modal-select-brick .modal-select-num .select-num-dec {
    margin-left: 5px;
    border-right: 0;
}

.modal-select-number .modal-select-brick .modal-select-num .select-num-inc {
    margin-right: 5px;
    border-left: 0;
}

.modal-select-number .modal-select-brick .modal-select-num input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 0;
    display: block;
    width: 100px;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    -moz-appearance: textfield;
}

.modal-select-number .modal-select-brick .modal-select-num input::-webkit-outer-spin-button,
.modal-select-number .modal-select-brick .modal-select-num input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (min-width: 829px) {
    .modal-select-number .modal-select-brick .modal-select-num input {
        font-size: 17px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num-note {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.modal-submit-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 15px;
    padding: 12px 0 11px;
    border: 0;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #0b499d;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.is-calendar [data-type='calendar'] {
    display: block;
}

.is-room [data-type='room'] {
    display: block;
}

.is-route [data-type='route'] {
    display: block;
}

.is-map [data-type='map'] {
    display: block;
}

.is-refine [data-type='refine'] {
    display: block;
}

.is-pic [data-type='pic'] {
    display: block;
}

.is-seat [data-type='seat'] {
    display: block;
}

.is-seat-position [data-type='seat-position'] {
    display: block;
}

.is-seat-all [data-type='seat-all'] {
    display: block;
}

.is-child-num [data-type='child-num'] {
    display: block;
}

.is-child-seat [data-type='child-seat'] {
    display: block;
}

.is-after-join [data-type='after-join'] {
    display: block;
}

.modal .modal-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.is-popup .modal .modal-layer {
    opacity: 0.93;
    pointer-events: auto;
}

.modal-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
}

@media (min-width: 829px) {
    .modal-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
}

.modal-close::before {
    width: 25px;
    height: 25px;
    background-image: url('../../images/icon-refine-modal-close.png');
    background-size: 25px auto;
}

@media (min-width: 829px) {
    .modal-close::before {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
    }
}

.modal-inner {
    padding: 0;
    border: 0;
    border-radius: 5px;
    max-height: 90vh;
}

.modal-refine-title {
    padding: 15px 20px 0;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 829px) {
    .modal-refine-title {
        padding: 40px 46px 0;
        font-size: 20px;
    }
}

@media (min-width: 829px) {
    .modal-refine-select-number {
        padding: 0 30px 0;
    }
}

.modal-refine-select-number .modal-select-brick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
}

.modal-refine-select-number .modal-select-brick .modal-select-num {
    padding-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.modal-refine-select-number .modal-select-brick .modal-select-num + .modal-select-num {
    margin-top: 0;
    padding-right: 0;
    padding-left: 8px;
}

.modal-refine-select-number .modal-select-brick .modal-select-num .select-num-dec,
.modal-refine-select-number .modal-select-brick .modal-select-num .select-num-inc {
    border-color: #b5b5b5;
    width: 29px;
    height: 28px;
    line-height: 26px;
}

.modal-refine-select-number .modal-select-brick .modal-select-num .select-num-dec {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-refine-select-number .modal-select-brick .modal-select-num .select-num-inc {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-refine-select-number .modal-select-brick .modal-select-num input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-color: #b5b5b5;
    width: 45px;
    height: 28px;
}
/* Firefox */
@-moz-document url-prefix() {
    .modal-refine-select-number .modal-select-brick .modal-select-num input {
        width:40px;
    }
}

@media (min-width: 829px) {
    .modal-refine-select-number .modal-select-brick .modal-select-num input {
        min-width: 45px;
        max-width: 60px;
    }
}
@media (max-width: 829px) {
    .modal-refine-select-number .modal-select-brick .modal-select-num input {
        flex: auto;
    }
}
.modal-refine-button {
    margin-bottom: 15px;
    padding: 15px 30px 14px;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-top: 10px !important;
    border: 0;
}

.modal-refine-button a {
    color: #fff;
}

.modal-refine-text {
    text-align: left;
    font-size: 10px;
    color: #0b4a9d;
    margin-bottom: 10px;
    height: 20px;
}

.modal-refine-text .link2,
.link3 {
    display: none;
}

.link3 {
    color: #333;
}

@media (min-width: 829px) {
    .modal-refine-button {
        margin: 0 auto 40px;
        padding: 20px 30px 19px;
        width: 420px;
        font-size: 20px;
        position: relative;
        top: 10px;
    }

    .modal-refine-text {
        font-size: 18px;
        height: 30px;
    }
}

.modal-refine-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    width: 9px;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zIDM1LjUiPjxwYXRoIGQ9Ik0zLjUsMzUuNSAwLDMyIDE0LjIsMTcuOCAwLDMuNSAzLjUsMCAyMS4zLDE3Ljh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==');
    background-size: 9px auto;
    background-repeat: no-repeat;
}

.modal-refine-button.is-search {
    background-color: #8fb200;
}

.modal-refine-button.is-select {
    background-color: #ff9024;
}

@media (min-width: 829px) {
    .modal-select-room {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }
}

.modal-select-room .modal-refine-room-title {
    padding-top: 15px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width: 829px) {
    .modal-select-room .modal-refine-room-title {
        padding-top: 0;
        font-size: 20px;
    }
}

@media (min-width: 829px) {
    .modal-select-room .modal-select-brick {
        margin-left: 25px;
    }
}

@media (min-width: 829px) {
    .modal-select-room .modal-select-brick .modal-select-num {
        width: auto;
        font-size: 20px;
    }
}

@media (min-width: 829px) {
    .modal-select-room .modal-select-brick .modal-select-num .select-num-inc,
    .modal-select-room .modal-select-brick .modal-select-num .select-num-dec {
        width: 40px;
        height: 32px;
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 829px) {
    .modal-select-room .modal-select-brick .modal-select-num input {
        width: 80px;
        height: 32px;
        font-size: 22px;
    }

    .ie11 .modal-select-room .modal-select-brick .modal-select-num input {
        margin: 0;
        padding: 0;
        line-height: 32px;
    }
}

.modal-refine-select-days {
    background-color: #f6f6f6;
    padding-bottom: 20px;
    margin-top: 10px;
}

.modal-refine-select-days .condition5 {
    color: #0047a1;
}

.modal-refine-select-days .condition2 {
    color: #000;
    font-weight: bold;
}

.modal-refine-select-days .condition1,
.modal-refine-select-days .condition3,
.modal-refine-select-days .condition4 {
    color: #f00;
    font-weight: bold;
}

.modal-refine-select-days .modal-refine-select-day {
    width: 26%;
    height: 47px;
    text-align: center;
    margin-left: 15px;
    margin-top: 10px;
    border: 1px solid #b5b5b5;
    display: inline-block;
    font-size: 12px;
}

@media (min-width: 829px) {
    .modal-refine-select-days .modal-refine-select-day {
        width: 97px;
    }
}

.modal-refine-select-days .modal-refine-select-day .time {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #333;
}

.modal-refine-select-days .modal-refine-select-day .condition {
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}

.modal-refine-condition {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    border-left: 3px solid #0b499d;
    padding-left: 5px;
}

.modal-refine-condition .add-refine {
    font-size: 20px;
    font-weight: 100;
    float: right;
}

.modal-refine-condition .reduce-refine {
    font-size: 20px;
    font-weight: 100;
    float: right;
    display: none;
}

.modal-refine-select-days .modal-refine-define {
    font-size: 12px;
    padding-top: 5px;
    padding-left: 20px;
}

@media (min-width: 829px) {
    .modal-refine-select-days {
        padding-bottom: 15px;
    }

    .modal-refine-select-days .modal-refine-select-day {
        height: 65px;
        margin: 10px 0 0 30px;
        font-size: 14px;
    }

    .modal-refine-select-days .modal-refine-select-day .time {
        padding: 5px 4px;
    }

    .modal-refine-select-days .modal-refine-select-day .condition {
        padding-top: 5px;
    }

    .ie11 .modal-refine-select-days .modal-refine-select-day .condition {
        padding-top: 3px;
    }

    .modal-refine-condition {
        font-size: 20px;
        border-left: 5px solid #0b499d;
        padding-left: 7px;
        line-height: 20px;
    }

    .modal-refine-condition .add-refine {
        font-size: 30px;
    }

    .modal-refine-condition .reduce-refine {
        font-size: 30px;
    }

    .modal-refine-select-days .modal-refine-define {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 40px;
    }
}

.modal-refine-hotel {
    font-size: 16x;
    font-weight: bold;
    margin-top: 10px;
}

@media (min-width: 829px) {
    .modal-refine-hotel {
        font-size: 26px;
        margin-top: 30px;
    }
}

.modal-refine-note {
    margin-top: 10px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 829px) {
    .modal-refine-note {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (min-width: 829px) {
    .modal-refine-note li br {
        display: none;
    }
}

.modal-inner {
    overflow-y: hidden;
    z-index: 1;
}

.modal-map-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70vh;
}

@media (min-width: 829px) {
    .modal-map-inner {
        height: 80vh;
    }
}

.modal-map-inner .modal-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
}

.modal-map-inner .modal-map-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.modal-map-inner .modal-map-image > * {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 100%;
}

.modal-map-inner .modal-map-refine {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 2;
    padding: 8px 0 7px;
    border-radius: 5px;
    -webkit-box-shadow: 1.5px 2.598px 7.76px 0.24px rgba(0, 0, 0, 0.54);
    box-shadow: 1.5px 2.598px 7.76px 0.24px rgba(0, 0, 0, 0.54);
    width: 160px;
    color: #fff;
    background-color: #8fb200;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 829px) {
    .modal-map-inner .modal-map-refine {
        padding: 13px 0 12px;
        width: 220px;
        font-size: 16px;
    }
}

.modal-map-inner .modal-map-research {
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 2;
    padding: 6px 20px;
    border: 2px solid rgba(194, 194, 194, 0.8);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 12px;
    opacity: 0.8;
}

@media (min-width: 829px) {
    .modal-map-inner .modal-map-research {
        width: auto;
        font-size: 16px;
    }
}

.modal-map-inner .modal-map-research::before {
    content: '';
    margin-right: 7px;
    display: block;
    width: 15px;
    height: 16px;
    background-image: url('../../images/icon-research.png');
    background-size: 15px auto;
    background-repeat: no-repeat;
}

@media (min-width: 829px) {
    .modal-map-inner .modal-map-research::before {
        width: 21px;
        height: 22px;
        background-image: url('../../images/icon-research.png');
        background-size: 21px auto;
    }
}

.modal-map-inner .map-research {
    right: 55px !important;
    bottom: 152px !important;
}

@media (min-width: 829px) {
    .modal-map-inner .map-research {
        bottom: 28% !important;
    }
}

.modal-map-inner .modal-map-list {
    height: 216px;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}

@media (min-width: 829px) {
    .modal-map-inner .modal-map-list {
        height: 306px;
    }
}

.modal-map-inner .modal-map-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.modal-map-inner .modal-map-list-item.is-selected {
    background-color: #f4d9d9;
}

.modal-map-inner .image {
    padding: 10px;
    width: 110px;
}

@media (min-width: 829px) {
    .modal-map-inner .image {
        padding: 15px;
        width: 155px;
    }
}

.modal-map-inner .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px 10px 0;
}

@media (min-width: 829px) {
    .modal-map-inner .text {
        padding: 10px 15px 0;
    }
}

.modal-map-inner .name {
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 829px) {
    .modal-map-inner .name {
        font-size: 16px;
    }
}

.modal-map-inner .tags {
    margin-top: 6px;
}

.modal-map-inner .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-map-inner .tags li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.modal-map-inner .tags a {
    padding: 0 5px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    display: block;
    color: #333;
    background-color: #fff;
    font-size: 10px;
    text-decoration: none;
    cursor: default;
}

@media (min-width: 829px) {
    .modal-map-inner .tags a {
        border-radius: 4px;
        padding: 2px 8px;
        font-size: 12px;
    }
}

.modal-map-inner .star-box {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
}

@media (min-width: 829px) {
    .modal-map-inner .star-box {
        width: auto;
    }
}

.modal-map-inner .star-box .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-map-inner .star-box .stars img {
    margin-right: 3px;
    width: 9px;
    cursor: pointer;
}

@media (min-width: 829px) {
    .modal-map-inner .star-box .stars img {
        width: 12px;
    }
}

.modal-map-inner .star-box .score {
    color: #ff9024;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 829px) {
    .modal-map-inner .star-box .score {
        font-size: 15px;
    }
}

.modal-map-inner .price {
    color: #b20000;
    font-weight: bold;
    font-size: 15px;
}

@media (min-width: 829px) {
    .modal-map-inner .price {
        margin-top: 5px;
        font-size: 20px;
    }
}

.modal-refine-inner {
    margin: 15px 35px 0px 20px;
    padding-top: 15px;
}

@media (min-width: 829px) {
    .modal-refine-inner {
        margin-right: 46px;
        margin-left: 46px;
    }
}

.modal-refine-inner .modal-refine-block-heading {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    border-left: 3px solid #0b499d;
    padding-left: 5px;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-block-heading {
        font-size: 20px;
        border-left: 5px solid #0b499d;
        padding-left: 7px;
    }
}

.modal-refine-inner .modal-refine-toggle-block .modal-refine-toggle {
    padding: 5px 0;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-toggle-block .modal-refine-toggle {
        padding: 8px 0;
        font-size: 20px;
    }
}

.modal-refine-inner .modal-refine-toggle-block .modal-refine-toggle-item {
    display: none;
}

.modal-refine-inner .modal-refine-price-range {
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-refine-inner .modal-refine-price-range .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-price-range .item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 16px;
    }
}

.modal-refine-inner .modal-refine-price-range .item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 20px 7px 10px;
    width: 100%;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC4xMiAxMS4xOCI+PHBhdGggZD0iTTkuMDYgMTEuMTggMCAyLjEyIDIuMTIgMCA5LjA2IDYuOTQgMTYgMCAxOC4xMiAyLjEyIDkuMDYgMTEuMTh6IiBmaWxsPSIjNWY1ZjVmIi8+PC9zdmc+Cg==');
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-weight: bold;
    font-size: 12px;
}

.ie11 .modal-refine-inner .modal-refine-price-range .item select {
    background-image: none;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-price-range .item select {
        padding: 12px 20px 12px 10px;
        width: 190px;
        font-size: 16px;
    }
}

.modal-refine-inner .modal-refine-price-range .item-separator {
    padding: 0 6px;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-price-range .item-separator {
        padding: 0 10px;
    }
}

.modal-refine-inner .modal-refine-general-types {
    padding: 10px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-refine-inner .modal-refine-general-types.radio {
    margin-right: -3px;
    margin-left: -3px;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types.radio {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.modal-refine-inner .modal-refine-general-types.radio .modal-refine-general-type {
    padding: 0 3px;
    width: 25%;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types.radio .modal-refine-general-type {
        padding: 0 5px;
        width: 110px;
    }
}

.modal-refine-inner .modal-refine-general-types.radio label span {
    padding: 5px 0;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types.radio label span {
        padding: 8px 0 7px;
        font-size: 16px;
    }
}

.modal-refine-inner .modal-refine-general-types.checkbox {
    border-bottom: 1px solid #333;
}

.modal-refine-inner .modal-refine-general-types.checkbox .modal-refine-general-type {
    width: 50%;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types.checkbox .modal-refine-general-type {
        width: 25%;
    }
}

.modal-refine-inner .modal-refine-general-types.checkbox label {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-refine-inner .modal-refine-general-types.checkbox label span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types.checkbox label span {
        font-size: 16px;
    }
}

.modal-refine-inner .modal-refine-general-types .modal-refine-general-type {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-refine-inner .modal-refine-general-types label {
    display: block;
}

.modal-refine-inner .modal-refine-general-types label input[type='radio'] {
    display: none;
}

.modal-refine-inner .modal-refine-general-types label input[type='radio']:checked + span {
    border-color: #0b499d;
    color: #fff;
    background-color: #0b499d;
}

.modal-refine-inner .modal-refine-general-types label input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
    border: 1px solid #b5b5b5;
    width: 20px;
    height: 20px;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types label input[type='checkbox'] {
        width: 28px;
        height: 28px;
    }
}

.modal-refine-inner .modal-refine-general-types label input[type='checkbox']:checked {
    background-image: url('../../images/icon-checked.png');
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-general-types label input[type='checkbox']:checked {
        background-size: 20px auto;
    }
}

.modal-refine-inner .modal-refine-general-types label span {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.modal-refine-inner .folding {
    width: 100%;
}

.modal-refine-inner .folding .folding-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-refine-inner .modal-refine-nums {
    margin: 10px 0 25px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-nums {
        margin: 20px 0 0;
        font-size: 20px;
    }
}

.modal-refine-inner .modal-refine-nums span {
    margin: 0 6px;
    color: #b20000;
    font-size: 19px;
}

@media (min-width: 829px) {
    .modal-refine-inner .modal-refine-nums span {
        font-size: 26px;
    }
}

.modal-refine-refine-button {
    margin-bottom: 10px;
    padding: 15px 30px 14px;
    border-radius: 6px;
    color: #fff;
    background-color: #ff9024;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: none;
    width: 90%;
    cursor: pointer;
}

@media (min-width: 829px) {
    .modal-refine-refine-button {
        margin: 0 auto 46px;
        padding: 20px 30px 19px;
        width: 420px;
        font-size: 20px;
    }
}
.is-child-num .modal-inner,
.is-child-seat .modal-inner,
.is-after-join .modal-inner {
    padding-bottom: 28px;
    border-radius: 0;
    color: #333;
}

@media (min-width: 829px) {
    .is-child-num .modal-inner,
    .is-child-seat .modal-inner,
    .is-after-join .modal-inner {
        padding-bottom: 56px;
    }
}

@media (max-width: 828px) {
    .is-child-num .modal-close,
    .is-child-seat .modal-close,
    .is-after-join .modal-close {
        top: 5px;
    }
}

.modal-title-sub {
    color: #d10005;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 10px;
}

@media (min-width: 737px) {
    .modal-title-sub {
        font-size: 15px;
        padding-top: 10px;
        padding-left: 20px;
    }
}

@media (min-width: 737px) {
    .modal-select-number {
        padding: 0 80px;
        max-width: 760px;
        margin: auto;
    }
    .modal-refine-select-number {
        padding: 0 46px;
    }

    .after-join-modal .modal-select-number .child-seat-modal .modal-select-number {
        padding: 0 80px 0;
    }
}

.modal-select-number .modal-select-brick {
    border-bottom: 0;
}

@media (min-width: 829px) {
    .modal-select-number .modal-select-brick {
        padding: 10px 0;
    }
}

.modal-select-number .modal-select-brick .modal-select-num {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.after-join-modal .modal-select-number .modal-select-brick .modal-select-num,
.child-seat-modal .modal-select-number .modal-select-brick .modal-select-num,
.child-age-modal .modal-select-number .modal-select-brick .modal-select-num {
    padding-top: 15px;
    border-top: 1px solid #a6a6a6;
}

@media (min-width: 829px) {
    .after-join-modal .modal-select-number .modal-select-brick .modal-select-num,
    .child-seat-modal .modal-select-number .modal-select-brick .modal-select-num,
    .child-age-modal .modal-select-number .modal-select-brick .modal-select-num {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num .type {
    padding-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92px;
    font-weight: bold;
    font-size: 10px;
}

.modal-select-number .modal-select-brick .modal-select-num .type > span {
    min-width: 7em;
    text-align: center;
}

@media (min-width: 737px) {
    .modal-select-number .modal-select-brick .modal-select-num .type {
        padding-right: 0;
        width: 151px;
        font-size: 20px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num .js-reduce-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #d10005;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 737px) {
    .modal-select-number .modal-select-brick .modal-select-num .js-reduce-child {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 20px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num .select-num-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    font-size: 10px;
}

@media (min-width: 737px) {
    .modal-select-number .modal-select-brick .modal-select-num .select-num-input {
        width: 252px;
        height: 68px;
        font-size: 20px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num .select-num-input a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-decoration: underline;
}

.after-join-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-dec,
.child-age-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-dec {
    margin-left: 0;
    border-color: #b5b5b5;
    border-width: 2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 23px;
}

@media (min-width: 737px) {
    .after-join-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-dec,
    .child-age-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-dec {
        width: 45px;
        height: auto;
        line-height: 64px;
        font-size: 30px;
    }
}

.after-join-modal .modal-select-number .modal-select-brick .modal-select-num input[type='number'],
.child-age-modal .modal-select-number .modal-select-brick .modal-select-num input[type='number'] {
    border-color: #b5b5b5;
    border-width: 2px;
    width: 81px;
    font-size: 10px;
}

@media (min-width: 737px) {
    .after-join-modal .modal-select-number .modal-select-brick .modal-select-num input[type='number'],
    .child-age-modal .modal-select-number .modal-select-brick .modal-select-num input[type='number'] {
        padding: 10px;
        width: 162px;
        height: auto;
        font-size: 18px;
    }
}

.after-join-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-inc,
.child-age-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-inc {
    margin-right: 0;
    border-color: #b5b5b5;
    border-width: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 23px;
}

@media (min-width: 737px) {
    .after-join-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-inc,
    .child-age-modal .modal-select-number .modal-select-brick .modal-select-num .select-num-inc {
        width: 45px;
        height: auto;
        line-height: 64px;
        font-size: 30px;
    }
}

.modal-select-number .modal-select-brick .modal-select-num .num {
    width: 48px;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

@media (min-width: 737px) {
    .modal-select-number .modal-select-brick .modal-select-num .num {
        font-size: 20px;
    }
}

.modal-submit-button {
    margin: 10px auto 0;
    width: 200px;
    background-color: #ff9024;
    cursor: pointer;
}

@media (min-width: 829px) {
    .modal-submit-button {
        padding: 21px 0;
        border-radius: 5px;
        width: 350px;
        font-size: 28px;
    }
    .modal-popup .modal-footer {
        padding-bottom: 56px;
    }
}

.select-num-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select-num-radio.is-hide {
    display: none;
}

.select-num-radio .select-num-radio-item label input[type='radio'] {
    display: none;
}

.select-num-radio .select-num-radio-item label input[type='radio']:checked + span::after {
    display: block;
}

.select-num-radio .select-num-radio-item label span {
    padding-right: 12px;
    padding-left: 28px;
    font-weight: bold;
    font-size: 10px;
    position: relative;
}

@media (min-width: 829px) {
    .select-num-radio .select-num-radio-item label span {
        padding-right: 25px;
        padding-left: 58px;
        font-size: 18px;
    }
}

.select-num-radio .select-num-radio-item label span::before,
.select-num-radio .select-num-radio-item label span::after,
.select-num-radio .select-num-radio-item label span::before,
.select-num-radio .select-num-radio-item label span::after,
.select-num-radio .select-num-radio-item label span::before,
.select-num-radio .select-num-radio-item label span::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 100%;
}

.select-num-radio .select-num-radio-item label span::before {
    left: 0;
    margin-top: -10px;
    border: 1px solid #b4b4b4;
    width: 20px;
    height: 20px;
}

@media (min-width: 829px) {
    .select-num-radio .select-num-radio-item label span::before {
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
}

.select-num-radio .select-num-radio-item label span::after {
    display: none;
    left: 4px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-color: #0b499d;
}

@media (min-width: 829px) {
    .select-num-radio .select-num-radio-item label span::after {
        left: 8px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
}

.add-modal-select-num {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #a6a6a6;
    text-align: center;
}

@media (min-width: 829px) {
    .add-modal-select-num {
        margin-top: 20px;
        padding-top: 20px;
    }
}

.add-modal-select-num span {
    color: #0b499d;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

@media (min-width: 829px) {
    .add-modal-select-num span {
        font-size: 18px;
    }
}

#jsi-map {
    width: 100%;
    height: 66vh;
}

.modal-popup .modal-title {
    border-radius: 10px 10px 0 0;
}

.modals-query-wrapper .modal-popup:first-child .modal-inner-wrap {
    background: #faf6e9;
    border-radius: 0;
    max-width: 1080px;
    box-sizing: border-box;
    overflow-y: hidden;
    /* height: 90vh; */
    width:calc(100% - 6.4vw)
}
.modals-query-wrapper .modal-popup:first-child .modal-content {
    overflow: hidden;
}

@media (max-width: 829px) {
    .modals-query-wrapper .modal-popup:first-child .modal-inner-wrap {
        max-width: 90%;
        padding-bottom: 10em;
    }
    .modals-query-wrapper .modal-popup:first-child .modal-content {
        padding: 0;
    }
}

@media screen and (min-width: 737px) and (min-width: 737px) {
    .jsc-search-condition .st2-condition-result__btn .st2-btn-heightclass.-close .st2-btn-heightclass__inner {
        font-size: 1.6rem;
    }
}

.jsc-search-condition.multi-modal .modal-layer {
    background-color: #000;
}
.st2-flatpickr-current-month--add {
    display: none;
}

.tip {
    font-weight: bold;
    text-align: center;
}

.zero-link {
    text-align: right;
    margin-top: 40px;
    color: #0b499d;
}

.st2-site-footer__page-to-top.this-active {
    display: block !important;
}

.form-fix-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    background: rgba(51, 51, 51, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    display: none;
}

@media (max-width: 829px) {
    .form-fix-foot {
        padding: 10px;
    }
}

@media (max-width: 829px) {
    .form-fix-foot {
        padding: 10px 3%;
    }
}

.form-fix-foot .form-fix-foot-inner {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 10px 5px;
    width: 100%;
    max-width: 1000px;
}

.form-fix-foot .form-fix-foot-inner .phrase {
    width: 100%;
}

.form-fix-foot .form-fix-foot-inner .phrase p {
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 829px) {
    .form-fix-foot .form-fix-foot-inner .phrase p {
        text-align: left;
    }
}

.form-fix-foot .form-fix-foot-inner .phrase p.amount {
    color: #b20000;
}

.form-fix-foot .form-fix-foot-inner .phrase p.amount-small {
    font-size: 9px;
    color: #b20000;
}

.form-fix-foot .form-fix-foot-inner .phrase p.amount-small b{
    font-size: 9px;
}

.form-fix-foot .form-fix-foot-inner .phrase p.tip {
    color: #242424;
    font-size: 9px;
}

.form-fix-foot .form-fix-foot-inner .phrase p span {
    font-size: 12px;
}

@media (max-width: 829px) {
    .form-fix-foot .form-fix-foot-inner .phrase p span {
        font-size: 11px;
    }
    .form-fix-foot .form-fix-foot-inner{
        height: 120px
    }
}

.form-fix-foot .form-fix-foot-inner .phrase p.amount b {
    font-size: 19px;
    line-height: 1;
}

@media (max-width: 829px) {
    .form-fix-foot .form-fix-foot-inner .phrase p.amount b {
        display: block;
        line-height: 1.3;
    }
}

.form-fix-foot .form-fix-foot-inner .phrase p.amount b span {
    font-size: 19px;
}
.form-fix-foot .form-fix-foot-inner button {
    width: 30%;
    background: #ff9024;
    border-radius: 4px;
    border: 0;
    margin-left: auto;
    font-weight: bold;
    color: #fff;
    padding: 4px 0;
}

#loading {
    width: 20px;
    height: 20px;
    margin: 20px auto;
    text-align: center;
}

@media (min-width: 829px) {
    #loading {
        width: 80px;
        height: 80px;
    }
}
#jsi-specialAlert-dialog {
    margin: 0 !important;
}
.specialAlert-dialog-content {
    margin-top: 30px;
}

.ie11 .numInputWrapper input {
    width: 100%;
}

@media (max-width: 829px) {
    .modals-query-wrapper .modal-popup:first-child .modal-inner-wrap{
        max-width: 100%;
        padding-bottom: 0em;
        background: none;
        margin: 0;
        height: calc(100vh - 20px);
        top:20px;
        width: auto;

    }
    .jsc-search-condition .modal-body{
        width: calc(100% - 6.4vw);
        margin: 0 auto;
    }
}
.pagination .prev {
    background-image: none;

}

.pagination .next {
    background-image: none;

}
body._has-modal{
    position: fixed;
    height: auto;
}

@supports (bottom: env(safe-area-inset-bottom)){
    @media (max-width: 414px) {
        .modals-query-wrapper .modal-popup:first-child .modal-inner-wrap{
            max-width: 100%;
            padding-bottom: 0em;
            background: none;
            margin-bottom: 0;
            height: 100%;
            margin:0;
            top:0;
            width: auto;
            -webkit-overflow-scrolling: touch;
            box-sizing: border-box;
            position: relative;
        }
    }
}

.st2-condition-list__item {
    position: relative;
}

.link-hand {
    cursor: pointer;
}

.stay-days-disabled{
    background-color: #eae5d5 !important;
}

.stay-days-disabled a{
    color:#999;
    background-color: #eae5d5;
}

.stay-days a{
    color:#000;
    background-color: #fff;
}

.modal-refine-nums .jsc-search-tip{
    font-size: 12px;
}

@media (min-width: 829px) {
    .modal-refine-nums .jsc-search-tip{
        font-size: 17px;
    }
}

.modal-map .tip {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 829px) {
    .modal-map .tip {
        margin-top: 40px;
    }
}