  @charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
embed,
figure,
figcaption,
footer,
header,
nav,
section,
summary,
time,
audio,
video,
fieldset,
legend,
input,
button,
textarea,
select {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}


html {
  font-size: 10px;
  overflow-y: scroll;
  height: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body,
input,
button,
select,
textarea {
  font-family: "Yu Gothic Medium",YuGothic,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,Arial,Verdana,"游ゴシック体","游ゴシック Medium","游ゴシック","Yu Gothic",Meiryo,sans-serif;
  font-weight: 500;
  color: #323743;
}

/* デザインスタイルガイド打ち消し */
a, abbr, acronym, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video{
	font-weight: 500;
}

body {
  min-width: 320px;
  height: 100%;
  background: #fff;
  color: #323743;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

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

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  line-height: normal;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button,
label {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #0012ff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
}

.pc-only{
  display: none;
}
.pc-only_inline{
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .pc-only{
    display: block;
  }
  .pc-only_inline{
    display: inline-block;
  }
  .sp-only{
    display: none;
  }
}

.material-icon{
  display: inline-flex;
  vertical-align: middle;
}
.material-icon::before {
  display: inline-block;
  transform: scale(1.3);
  font-family: 'Material Icons Round';
  content: attr(data-icon);
}
.material-icon.star-on{
  color: #e18d52;
}
.material-icon.star-off{
  color: #bcbdc2;
}

.material-icons {
  width: 24px;
}

@media print, screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.6;
  }
  a[href*="tel:"] {
   pointer-events: none;
   cursor: default;
   text-decoration: none;
   color: #323743;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.l-block.-xl:not(:last-child) {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-xl:not(:last-child) {
    margin-bottom: 120px;
  }
}

.l-block.-lg:not(:last-child) {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-lg:not(:last-child) {
    margin-bottom: 80px;
  }
}

.l-block.-lg-s:not(:last-child) {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-lg-s:not(:last-child) {
    margin-bottom: 60px;
  }
}

.l-block.-md:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-md:not(:last-child) {
    margin-bottom: 40px;
  }
}

.l-block.-sm:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-sm:not(:last-child) {
    margin-bottom: 30px;
  }
}

.l-block.-sm-bd:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-sm-bd:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.l-block.-xs:not(:last-child) {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-xs:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l-block.-xl-s:not(:last-child) {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 1000px) {
  .l-block.-xl-s:not(:last-child) {
    margin-bottom: 100px;
  }
}


.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.l-grid.-al-cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-grid.-juc-cen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 1000px) {
  .l-grid {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.l-grid_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.l-grid_item.-sm-1 {
  width: calc(8.333%);
}

.l-grid_item.-sm-2 {
  width: calc(16.666%);
}

.l-grid_item.-sm-3 {
  width: calc(25%);
}

.l-grid_item.-sm-4 {
  width: calc(33.333%);
}

.l-grid_item.-sm-5 {
  width: calc(41.666%);
}

.l-grid_item.-sm-6 {
  width: calc(50%);
}

.l-grid_item.-sm-7 {
  width: calc(58.333%);
}

.l-grid_item.-sm-8 {
  width: calc(66.666%);
}

.l-grid_item.-sm-9 {
  width: calc(75%);
}

.l-grid_item.-sm-10 {
  width: calc(83.333%);
}

.l-grid_item.-sm-11 {
  width: calc(91.666%);
}

.l-grid_item.-sm-12 {
  width: calc(100%);
}

@media print, screen and (min-width: 1000px) {
  .l-grid_item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
  .l-grid_item.-lg-1 {
    width: calc(8.333%);
  }
  .l-grid_item.-lg-2 {
    width: calc(16.666%);
  }
  .l-grid_item.-lg-3 {
    width: calc(25%);
  }
  .l-grid_item.-lg-4 {
    width: calc(33.333%);
  }
  .l-grid_item.-lg-5 {
    width: calc(41.666%);
  }
  .l-grid_item.-lg-6 {
    width: calc(50%);
  }
  .l-grid_item.-lg-7 {
    width: calc(58.333%);
  }
  .l-grid_item.-lg-8 {
    width: calc(66.666%);
  }
  .l-grid_item.-lg-9 {
    width: calc(75%);
  }
  .l-grid_item.-lg-10 {
    width: calc(83.333%);
  }
  .l-grid_item.-lg-11 {
    width: calc(91.666%);
  }
  .l-grid_item.-lg-12 {
    width: calc(100%);
  }
}


.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.l-main {
  display: block;
  padding-bottom: 50px;
}
.l-main.-nobreadcrumbs{
    padding-top: 30px;
}
@media print, screen and (min-width: 1000px) {
  .l-main {
    padding-bottom: 70px;
  }
  .l-main.-nobreadcrumbs{
    padding-top: 80px;
    }
}

.is-error .l-main {
  padding-bottom: 0;
}

.l-pageMain {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.l-pageTtl {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageTtl {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

.l-pageTtl.-has-back {
  padding-top: 0;
}

.l-pageTtlSp {
  padding-top: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageTtlSp {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

.l-pageTtlSp.-has-back {
  padding-top: 0;
}

.l-pageTtl_back {
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageTtl_back {
    margin-top: 8px;
    margin-bottom: 70px;
  }
}

.l-pageTtl_back i {
  color: #0012ff;
  vertical-align: middle;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.l-pageTtl_tab {
  margin-top: -20px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageTtl_tab {
    margin-top: -60px;
    margin-bottom: 70px;
  }
}

.l-pageTtl_lead {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageTtl_lead {
    margin-bottom: 10px;
  }
}

.l-section {
  padding: 40px 0;
  border-top: 12px solid #f4f4f4;
}

@media print, screen and (min-width: 1000px) {
  .l-section {
    border-top: 16px solid #f4f4f4;
    padding: 80px 0;
  }
}

.l-section.-bg-light {
  background-color: #f4f4f4;
}

.l-section.-bg-gray {
  padding: 30px 0;
  background-color: #F4F5F5;
}

@media print, screen and (min-width: 1000px) {
  .l-section.-bg-gray {
    padding: 60px 0;
  }
}

.l-section.-bg-gray + .l-section {
  padding-top: 30px;
}

@media print, screen and (min-width: 1000px) {
  .l-section.-bg-gray + .l-section {
    padding-top: 60px;
  }
}

.l-section.-bg-light, .l-section.-bg-gray,
.l-section.-bg-gray + .l-section, .l-section.-bdt-n {
  border-top: none;
}

.l-section.-pd-n {
  padding-top: 0;
}

.l-inner {
  padding-left: 16px;
  padding-right: 16px;
}
#filter-tour-searchForm .l-inner + .l-inner,
#filter-tour-modal .l-inner + .l-inner{
  margin-top: 50px;
}

@media print, screen and (min-width: 1000px) {
  .l-inner {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.l-inner.-size-md {
  max-width: 980px;
}

@media print, screen and (min-width: 1000px) {
  .l-pageContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-pageContents_main {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .l-pageContents_main {
    width: calc(75% - 15px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media print, screen and (min-width: 1000px) {
  .l-pageContents_side {
    width: calc(25% - 15px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-pageContents_side .c-fullmodal.-gl{
    overflow: inherit;
  }
}

.l-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-overlay.is-show {
  display: block;
}

.l-overlay.is-fadeout {
  opacity: 0;
}
.hotelgrade.l-overlay{
	z-index: 10001;
}

.l-header {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: auto;
}

.is-error .l-header {
  margin-bottom: 0;
}


.l-footer {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #000;
  text-align: center;
  margin-top: auto;
}

.is-error .l-footer {
  margin-top: 0;
}

.l-liquidList {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .l-liquidList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -15px;
  }
}

@media screen and (max-width: 999px) {
  .l-liquidList_item {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .l-liquidList_item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .l-liquidList_item:not(:last-child) {
    margin-right: 60px;
  }
}


.c-acc_trg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  border-bottom: 1px solid #000;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.c-acc_trg:before {
  content: '';
  display: block;
  border: 1px solid #000;
  border-bottom: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-acc_trg:after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 11px;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateZ(45deg) rotateX(0);
          transform: rotateZ(45deg) rotateX(0);
  pointer-events: none;
}

.c-acc_trg.is-open::after {
  -webkit-transform: rotateZ(-45deg) rotateX(180deg) translate(-6px, -6px);
          transform: rotateZ(-45deg) rotateX(180deg) translate(-6px, -6px);
}

@media print, screen and (min-width: 1000px) {
  .c-acc_trg.is-spOnly {
    padding: 0;
    border-bottom: none;
    cursor: default;
  }
  .c-acc_trg.is-spOnly:before, .c-acc_trg.is-spOnly:after {
    display: none;
  }
}

.c-acc_cnt {
  margin-top: 15px;
  display: none;
}

.c-acc_cnt-spOnly {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .c-acc_cnt-spOnly {
    display: block !important;
  }
}

.c-anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-anchorList > li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 340px) {
  .c-anchorList > li {
    font-size: 1.3rem;
  }
}

.c-anchorList > li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 360px) {
  .c-anchorList > li:not(:last-child) {
    margin-right: 15px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-anchorList > li:not(:last-child) {
    margin-right: 24px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-anchorList > li {
    font-size: 1.6rem;
  }
}

.c-anchorList > li:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  top: -3px;
  border-bottom: 2px solid #0012ff;
  border-right: 2px solid #0012ff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateZ(45deg) rotateX(0);
          transform: rotateZ(45deg) rotateX(0);
  pointer-events: none;
}

@media screen and (max-width: 340px) {
  .c-anchorList > li:before {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    top: -2px;
  }
}

.c-anchorList > li > a {
  text-decoration: underline;
}

.c-anchorList > li > a:hover {
  text-decoration: none;
}

.c-blueAcc_trg {
  margin-bottom: 15px;
}

.c-blueAcc_cnt {
  margin-top: 15px;
}
.c-blueAcc_cnt.-line {
	margin-top: 0;
	padding-top: 16px;
	border-top: solid 1px #BCBDC2;
}
.c-blueText {
color: #3498db;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.c-blueText.-icoRight {
	padding: 0 28px 0 0;
}

.c-blueText > i {
  position: absolute;
  top: 55%;
  left: 0;
  font-size: 2.2rem;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-blueText.-icoRight > i {
	left: inherit;
	right: 0;
}

.c-blueText > span:hover {
  text-decoration: none;
}

.c-blueText + .c-blueText {
  margin-top: 3px;
}

.c-box {
  border: 1px solid #000;
  padding: 20px;
}
.c-box.-border-gray{
  border: 1px solid #BCBDC2;
}

@media print, screen and (min-width: 1000px) {
  .c-box {
    padding: 40px;
  }
}

.c-box_ttl {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-box_ttl {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-box_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 999px) {
  .c-box_infoTtl {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-box_infoTtl {
    padding-right: 100px;
  }
}

.c-box_item:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-box_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.c-box_item.-list ol > li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.c-box_item.-list ol > li > div {
  padding-left: 1.8em;
}

.c-box_item.-list dl dd + dt {
  margin-top: 20px;
}

.c-box_note {
  font-size: 1.4rem;
}

.c-box_note:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-box_note:not(:last-child) {
    margin-bottom: 40px;
  }
}

.c-box_checkbox {
  display: inline-block;
  text-align: left;
}

.c-box_terms {
  border: 1px solid #999;
  padding: 20px;
  height: 300px;
  margin-bottom: 15px;
  overflow-y: scroll;
}

@media print, screen and (min-width: 1000px) {
  .c-box_terms {
    padding: 30px;
    margin-bottom: 20px;
  }
}

.c-box_table {
  margin-top: 5px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}

@media print, screen and (min-width: 1000px) {
  .c-box_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-box_table dl {
    min-width: 100px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
  }
  .c-box_table dl:first-child {
    width: 200px;
  }
  .c-box_table dl:last-child {
    width: 38%;
  }
  .c-box_table dl dt, .c-box_table dl dd {
    border-right: none;
  }
  .c-box_table dl dd {
    border-bottom: none;
  }
}

.c-box_table dt, .c-box_table dd {
  padding: 12px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

.c-box_table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
}

.c-box.-bg-gray {
  border: none;
  background-color: #f4f4f4;
}

.c-box.-caution {
  border-color: #cc0d21;
  color: #cc0d21;
}

@media print, screen and (min-width: 1000px) {
  .c-box.-caution {
    padding: 20px;
  }
}

.c-box.-caution + .c-box.-caution {
  margin-top: 10px;
}

.JTB-el_breadcrumbs{
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.JTB-el_breadcrumbs__item{
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1000px) {
  .JTB-el_breadcrumbs{
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-breadcrumbs {
  border-bottom: 1px solid #000;
}

.c-breadcrumbs a {
  color: #000;
}

.c-breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-breadcrumbs_item {
  font-size: 1rem;
}

@media print, screen and (min-width: 1000px) {
  .c-breadcrumbs_item {
    font-size: 1.2rem;
  }
}

.c-breadcrumbs_item:not(:last-child)::after {
  content: "\03e";
  padding-left: 1em;
  padding-right: 1em;
}


.c-btn {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .c-btn {
    font-size: 1.6rem;
    padding: 16px 30px;
  }
}

.c-btn_icon {
  vertical-align: middle;
  font-size: 1.6rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 3px;
  width: 16px;
}

.c-btn_icon.-pos-before {
  margin-left: 0;
  margin-right: 3px;
}

.c-btn_icon.-lg {
  font-size: 2rem;
  width: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-btn_icon {
    font-size: 2rem;
    width: 20px;
  }
  .c-btn_icon.-lg {
    font-size: 2.4rem;
    width: 24px;
  }
}

.c-btn_icon2 {
  vertical-align: middle;
  font-size: 3rem;
  width: 30px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: -10px;
  margin-right: 5px;
}

.c-btn.-color-primary {
  border-color: #cc0d21;
  background: #cc0d21;
  color: #fff;
}
.c-btn.-color-blue {
  border-color: #3498DB;
  background: #3498DB;
  color: #fff;
}

.c-btn.-type-border {
  background-color: #fff;
  color: #000;
}

@media print, screen and (min-width: 1000px) {
  .c-btn.-type-border:hover {
    opacity: 0.5;
  }
}

.c-btn.-type-border.-color-primary {
  color: #cc0d21;
}
.c-btn.-type-border.-color-blue {
  color: #3498DB;
}

.c-btn.-bg-white {
  background-color: #fff;
}

.c-btn.-size-sm {
  padding: 5px 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-btn.-size-sm {
    padding: 10px 20px;
  }
}

.c-btn.-size-lg {
  font-size: 1.8rem;
  padding: 15px 25px;
}

@media print, screen and (min-width: 1000px) {
  .c-btn.-size-lg {
    font-size: 2rem;
    padding: 21px 40px;
  }
}

.c-btn.-size-htldetail {
  margin-bottom: 5px;
  padding: 12px 5px;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

@media print, screen and (min-width: 1000px) {
  .c-btn.-size-htldetail {
    padding: 16px 5px;
  }
}

.c-btn.-bold, .c-btn.-size-lg.-color-primary {
  font-weight: 900;
}

.c-btn.-full {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 999px) {
  .c-btn.-full-sp {
    width: 100%;
    text-align: center;
  }
}

.c-btn.is-disable{
  background: #ccc;
  border-color: #ccc;
  color: #fff;
  pointer-events: none;
}


@media print, screen and (min-width: 1000px) {
  .c-btn:hover {
    opacity: 0.6;
  }
}

.c-btnArea.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btnArea.-vertical .c-btn:not(:first-child) {
  margin-top: 20px;
}

.c-btnBlock {
  text-align: center;
}

.c-btnBlock-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btnBlock-vertical .c-btn + .c-btn {
  margin-top: 20px;
}

.c-btnBlock-vertical.-narrow .c-btn + .c-btn {
  margin-top: 10px;
}

.c-btnBlock-kodawari{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-btnBlock-kodawari .c-btn + .c-btn {
  margin-top: 10px;
}
@media print, screen and (min-width: 1000px) {
  .c-btnBlock-kodawari{
    justify-content: space-between;
    flex-direction: row;
  }
  .c-btnBlock-kodawari .c-btn + .c-btn {
    margin: 0 0 0 20px;
  }
}


.c-btnBlock-searchbtn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btnBlock-searchbtn .c-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-searchbtn .c-btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    width: 500px;
  }
  .c-btnBlock-searchbtn .c-btn {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.c-btnBlock-searchbtn .c-btn + .c-btn {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-searchbtn .c-btn + .c-btn {
    margin-left: 20px;
  }
}

.c-btnBlock-searchbtn .-color-primary {
  font-size: 1.6rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#cc0d21), to(#e05273));
  background: linear-gradient(to right, #cc0d21 0%, #e05273 100%);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  letter-spacing: .3em;
  border: none;
}

.c-btnBlock-searchbtn .-color-primary:hover {
  border-radius: 24px;
  opacity: 1;
}

.c-btnBlock-searchbtn .-color-primary .material-icon:before{
  font-size: 2.2rem;
}

@media print, screen and (min-width: 1000px) {
  .p-indexSearch_btn.-search {
    width: 432px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.c-btnBlock-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btnBlock-horizontal .c-btn {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-horizontal .c-btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    width: 190px;
  }
  .c-btnBlock-horizontal .c-btn.-full {
    width: 100%;
  }
}

.c-btnBlock-horizontal .c-btn + .c-btn {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-horizontal .c-btn + .c-btn {
    margin-left: 20px;
  }
}

.c-btnBlock-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-switch {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-switch .c-btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 172px;
  }
}

.c-btnBlock-switch .c-btn + .c-btn {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock-switch .c-btn + .c-btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

.c-btnBlock.-wide .c-btn {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-btnBlock.-wide .c-btn {
    width: 320px;
  }
}

.c-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  padding: 10px;
  position: relative;
}

.c-card.-gl{
  border: transparent 1px solid;
}

@media print, screen and (min-width: 1000px) {
  .c-card {
    padding: 30px;
  }
}

.c-card.-lgimg {
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .c-card.-lgimg .c-card_body{
    min-height: 240px;
  }
  .c-card.-lgimg .c-card_body{
    margin-left: 350px;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-card.-lgimg .c-card_body{
    min-height: 270px;
  }
  .c-card.-lgimg .c-card_body{
    margin-left: 390px;
  }
}

.c-card.-selected {
  padding: 0;
  border: 2px solid #cc0d21;
}

.c-card.is-selected {
  border: 1px solid #cc0d21;
  -webkit-box-shadow: 0px 1px 3px 0px #cc0d21;
          box-shadow: 0px 1px 3px 0px #cc0d21;
  position: relative;
  overflow: hidden;
  padding-top: 38px;
}

@media print, screen and (min-width: 1000px) {
  .c-card.is-selected {
    padding-top: 58px;
  }
}

.c-card.is-selected::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\9078\629E\4E2D';
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #fff;
  background-color: #cc0d21;
  width: 100%;
  height: 28px;
  padding: 5px 10px;
}

.c-card.-type-hotel.is-selected::before {
  content: '\9078\629E\4E2D\306E\30DB\30C6\30EB';
}

.c-card + .c-card {
  margin-top: 15px;
}

.c-card.-gl + .c-card{
  margin-top: 45px;
}
.c-card.is-selected{
  margin-top: -28px;
}
.c-card.-gl + .c-card.is-selected{
  margin-top: 17px;
}

.c-card.-gl.-type-hotel + .c-card{
  margin-top: 16px;
}

@media print, screen and (min-width: 1000px) {
  .c-card + .c-card {
    margin-top: 20px;
  }
  .c-card.-gl + .c-card{
    margin-top: 50px;
  }
  .c-card.-gl + .c-card.is-selected{
    margin-top: 22px;
  }

  .c-card.-gl.-type-hotel + .c-card{
  margin-top: 24px;
  }
}

.c-card_tag {
  margin-bottom: 5px;
}
@media print, screen and (max-width: 999px) {
  .c-card_tag.-gl{
    padding-right: 35px;
  }
}

.c-card_roomtype-txt{
	font-size: 1.6rem;
	font-weight: bold;
}

.c-card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card.-searchHistory .c-card_body {
  display: block;
}

.c-card_body + .c-card_body {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.c-card.-gl .c-card_body + .c-card_body {
	margin-top: 24px;
	padding-top: 16px;
}

@media print, screen and (min-width: 1000px) {
  .c-card_body + .c-card_body {
    margin-top: 30px;
    padding-top: 30px;
  }

  .c-card.-gl .c-card_body + .c-card_body {
	margin-top: 30px;
	padding-top: 30px;
  }
}

.c-card.-selected .c-card_body {
  padding: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-card.-selected .c-card_body {
    padding: 30px;
  }
  .c-card.-typeA .c-card_body {
    display: block;
    overflow: hidden;
  }
}

.c-card_header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 110px);
}

@media print, screen and (min-width: 1000px) {
  .c-card_header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-card.-searchHistory .c-card_header {
  width: calc(100% - 50px);
}

.c-card.-searchHistory .c-card_header a {
  text-decoration: underline;
}

.c-card.-lgimg .c-card_header,
.c-card.-type-hotel .c-card_header {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}

.c-card.-selected .c-card_header {
  background-color: #cc0d21;
  color: #fff;
  padding: 0 8px 4px;
  font-size: 12px;
  width: 100%;
  margin-bottom: 0;
}

.c-card_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-card_ttl {
    font-size: 2.1rem;
  }
}

.c-card.-typeA .c-card_ttl {
  margin-top: -5px;
  width: calc(100% - 110px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-card.-typeA .c-card_ttl {
    width: 100%;
    padding-left: 285px;
    margin-bottom: 20px;
  }
}

.c-card.-typeA.-nonimg .c-card_ttl {
  padding-left: 0;
}

.c-card_ttl-hotelgrade{
  vertical-align: middle;
  display: inline-flex;
}

.c-card_subTtl {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.c-card_subTtl-roomcat{
	font-weight: bold;
	font-style: normal;
}

.c-card_link {
  margin-bottom: 5px;
}

.c-card_img {
  width: 100px;
  margin-right: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 1000px) {
  .c-card_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 255px;
    margin-right: 30px;
  }
  .c-card.-typeA .c-card_img {
    min-height: 190px;
    float: left;
    margin-bottom: 30px;
  }

  .c-card.-type-hotel > .c-card_body .c-card_img {
    width: 315px;
  }
}

.c-card.-lgimg .c-card_img {
  width: 100%;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 1000px) {
  .c-card.-lgimg .c-card_img {
    position: absolute;
    left: 30px;
    max-width: 320px;
    text-align: center;
  }
  .c-card.-lgimg .c-card_img img {
    max-height: 212px;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-card.-lgimg .c-card_img {
    max-width: 360px;
    text-align: center;
  }
  .c-card.-lgimg .c-card_img img {
    max-height: 232px;
  }
}

.c-card_imgNote {
  margin-top: 5px;
}
.c-card_imgNote_btn {
  display: block;
  margin-left: auto;
  text-align: left;
  font-size: 1.1rem;
  color: #0012ff;
  text-decoration: underline;
  cursor: pointer;
}
.c-card_imgNote_btn:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  .c-card_imgNote_btn {
    font-size: 1.2rem;
  }
}
.c-card_copyright {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5px;
}

.c-card_cnt {
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 20px;
  width: 100%;
}

.c-card.-nonimg .c-card_cnt {
  margin-top: 0;
}

.c-card.-type-hotel .c-card_cnt {
  margin-top: 0;
}

.js-card-description .is-leadacc{
	transition: height 0.2s;
}
.js-card-description:not(.is-open) .is-leadacc{
	overflow: hidden;

	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media print, screen and (min-width: 1000px) {
	.js-card-description:not(.is-open) .is-leadacc{
		-webkit-line-clamp: 4;
	}
}
.moreacc{
	margin-bottom: 0;
}
.moreacc .m-ico{
	font-size: 2.4rem;
	line-height: 1;
}
.is-open .moreacc .m-ico:before{
	transform: rotate(180deg);
}
.c-card.-type-hotel .c-card_roomwrap .c-textLink.-iconLink{
	margin-right: 2px;
}
@media print, screen and (min-width: 1000px) {
	.c-card.-type-hotel .moreacc{
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 999px) {
  .c-card.-type-hotel .c-card_cnt {
    width: calc(100% - 110px);
  }
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_cnt{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.c-card_roomwrap{
		display: flex;
		flex-direction: column;
    }
    .c-card.-type-hotel .c-card_roomwrap .c-card_cnt.-head {
        order: -1;
    }
    .c-card.-type-hotel .c-card_roomwrap .c-card_cnt {
        width: 100%;
    }
    .c-card.-type-hotel .c-card_body.-htl-head .c-card_header{
		width: 100%;
	}

    .c-card.-type-hotel .c-card_body .c-card_img{
        margin-right: 0;
        width: 100%;
    }

	.c-card.-type-hotel .c-card_body.-htl-head .c-card_desc{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 16px;
		width: 100%;
	}
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_hotelPrice{
		margin-top: 24px;
	}
	.c-card.-type-hotel .c-card_roomwrap .c-card_img{
		margin-top: 8px;
	}
	.c-card.-type-hotel .c-card_roomwrap .c-card_roomsize{
		font-size: 1.6rem;
	}
}

@media print, screen and (min-width: 1000px) {
  .c-card.-type-hotel .c-card_cnt {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-card_cnt {
    margin-top: 0;
    width: calc(100% - 285px);
  }

  .c-card.-lgimg .c-card_cnt,
  .c-card.-nonimg .c-card_cnt,
  .c-card.-searchHistory .c-card_cnt {
    width: 100%;
  }
  .c-card.-typeA .c-card_cnt {
    width: 100%;
    padding-left: 285px;
  }
  .c-card.-typeA.-nonimg .c-card_cnt {
    padding-left: 0;
  }

	.c-card.-type-hotel .c-card_body.-htl-head .c-card_cnt,
	.c-card_roomwrap{
		position: relative;
		width: 100%;
		min-height: 235px;
	}
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_tag,
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_header,
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_desc,
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_hotelPrice,
    .c-card.-type-hotel .c-card_body.-htl-head .g-card_price{
		width: calc(100% - 345px);
		margin-left: 345px;
	}
	.c-card.-type-hotel .c-card_roomwrap .c-card_cnt{
		width: calc(100% - 285px);
		margin-left: 285px;
	}
	.c-card.-type-hotel .c-card_roomwrap .c-card_cnt.-head{
		margin-bottom: 0;
	}
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_img,
	.c-card_roomwrap .c-card_img{
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	.c-card.-type-hotel .c-card_body.-htl-head .c-card_img img,
	.c-card_roomwrap .c-card_img img{
	   max-height: 232px;
	}

}

.c-card_price-txt{
  margin-top: -10px;
  text-align: right;
}
.c-card_price {
  text-align: right;
  color: #cc0d21;
  margin-bottom: 10px;
}

.c-card_price_lg{
  font-size: 2.4rem;
  font-weight: bold;
}

.c-card_price_md {
  font-size: 60%;
}
.c-card_price_sm {
  font-size: 1.4rem;
}
.c-card_price-single {
  margin-bottom: 5px;
  text-align: right;
  font-size: 1.4rem;
}
.c-card_price-single_lg{
  font-size: 1.6rem;
  font-weight: bold;
}
.c-card_price-single_md{
	font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-card_price_lg{
    font-size: 2.6rem;
  }
}

.c-card_attention{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8px;
}
.c-card_attention .JTB-el_foundation-icons{
	flex: none;
}
.c-card_attention .JTB-el_attention__inner{
	flex: 1;
}
@media screen and (max-width: 999px) {
	.c-card_attention .JTB-el_attention.-gl.-mini .JTB-el_attention__inner{
		flex: 1;
		font-size: 1.2rem;
	}
}

.c-card_price-annotation {
  margin-bottom: 15px;
  text-align: right;
  font-size: 1.4rem;
}

.c-card_price_sale {
  margin-left: 10px;
  font-size: 1.8rem;
  text-decoration: line-through;
}

.c-card_desc {
  overflow: hidden;
}

.c-card_desc_more {
  display: none;
}

.c-card_desc_show {
  margin-top: 10px;
}

.c-card_descItem {
  margin-top: 30px;
}

.c-card_item {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-card_item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-card_feature {
  margin-top: 20px;
}

.c-card_feature > li {
  position: relative;
  padding-top: 4px;
  padding-left: 40px;
}

.c-card_feature > li + li {
  margin-top: 10px;
}

.c-card_feature > li > i {
  font-size: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.c-card_feature > li a {
  display: inline-block;
}

.c-card.-searchHistory .c-card_feature {
  margin-top: 0;
}

.c-card.-searchHistory .c-card_feature:first-child {
  margin-top: -10px;
}

@media print, screen and (min-width: 1000px) {
  .c-card.-searchHistory .c-card_feature:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-card.-searchHistory .c-card_feature:first-child > li {
    width: calc(50% - 15px);
  }
}

.c-card.-searchHistory .c-card_feature > li {
  margin-top: 10px;
  padding-left: 30px;
}

.c-card.-searchHistory .c-card_feature > li > i {
  font-size: 2.2rem;
  top: 3px;
}

.c-card_feature_note {
  margin-top: 15px;
}

.c-card_feature_tag {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #888;
  line-height: 1;
  padding: 4px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.c-card_feature_item:not(:last-child) {
  margin-bottom: 8px;
}

.c-card_btn {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-card_btn {
    max-width: 320px;
  }
}

.c-card_fav {
  border: 1px solid #cc0d21;
  padding: 12px;
  color: #cc0d21;
  cursor: pointer;
}

.c-card_fav_border {
  display: block;
}

.c-card_fav_fill {
  display: none;
}

.c-card_fav.is-active .c-card_fav_border {
  display: none;
}

.c-card_fav.is-active .c-card_fav_fill {
  display: block;
}

.c-card_flexItem {
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .c-card_flexItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-card_flexItem + .c-card_flexItem {
  margin-top: 35px;
}

@media print, screen and (min-width: 1000px) {
  .c-card_flexItem + .c-card_flexItem {
    margin-top: 25px;
  }
}

.c-card_flexItem.-bd {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .c-card_flexItem.-bd {
    padding-bottom: 25px;
  }
}

.c-card_flexItem_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.c-card_foot {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-card_foot.-diff {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card_foot.-column {
  flex-direction: column;
  text-align: right;
  width: 100%;
}
.c-card_foot.-column .c-card_footBt{
  margin: 10px 0 0 auto;
  font-size: 1.6rem;
}

.c-card.-typeA .c-card_foot {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.c-card_foot a + button,
.c-card_foot button + a {
  margin-left: 10px;
}

@media screen and (max-width: 999px) {
  .c-card_foot.-vertical-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-card_foot.-vertical-sm a + button,
  .c-card_foot.-vertical-sm button + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-card_footBt {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-card_foot.-diff {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-card_footBt {
    width: 60%;
    max-width: 320px;
    text-align: right;
  }
}

.c-card_diff {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-card_diff + .c-card_footBt {
  margin-top: 10px;
}

.c-card_foot.-btset{
  flex-direction: column;
  margin-top: 20px;
}
.c-card_foot-btset{
  margin-top: 10px;
}
@media print, screen and (min-width: 1000px) {
  .c-card_foot.-btset{
    flex-direction: row;
    justify-content: center;
    margin: 30px 0 0 -40px;
}
.c-card_foot-btset{
    margin: 0 0 0 40px;
  width: 100%;
    max-width: 350px;
}
}


.c-card_foot-btset a{
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.c-card_foot-btset a .material-icon{
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.c-card_diffItem {
  padding-left: 15px;
}

.c-card_diffItem.-price {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}

.c-card_diffTxt {
  font-size: 2.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-card_diff {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-card_diff + .c-card_footBt {
    margin-top: 0;
    padding-left: 15px;
  }
}


.c-card_plan_cnt {
  display: none;
}
.c-card_plan_cnt[aria-hidden="false"]{
  margin-top: 40px;
}
.c-card_plan_cnt.JTB-el_accordion__body{
	display: block;
}

@media print, screen and (min-width: 1000px) {
  .c-card_plan_cnt[aria-hidden="false"]{
    margin-top: 30px;
  }
}

.c-card_roomtype{
	margin-top: 20px;
}
.c-card_roomtype.-open{
	margin-top: 40px;
	border-top: solid 1px #ddd;
	text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .c-card_roomtype.-open{
    margin-top: 20px;
  }
}

.c-card_roomtype button[aria-expanded=false]{
  display: block;
  padding: 0!important;
}
.c-card_roomtype button[aria-expanded=false] span{
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.6rem;
}

.c-card_roomtype button[aria-expanded=true]{
	margin: 0 auto 0;
	padding-bottom: 0;
	width: auto;
  line-height: 1.4;
	text-align: center;

}
.c-card_roomtype button[aria-expanded=true] span {
  font-size: 1.6rem;
  padding: 0 1.5em 0 0;
  background: none;
}

.c-card_roomtype button:after{
  top: 4px;
  width: 8px;
  height: 8px;
  font-size: 1.3rem!important;
  border-color: #3498DB;
}
.c-card_roomtype button[aria-expanded=true]:after{
  top: 18px;
}
@media print, screen and (min-width: 1000px) {
  .c-card_roomtype button{
		margin-top: 20px;
		width: 100%;
	}
	.c-card_roomtype button[aria-expanded=false]{
		margin-left: auto;
		max-width: 300px;
	}
  .c-card_roomtype button:after{
    width: 10px;
    height: 10px;
  }
  .c-card_roomtype button[aria-expanded=true]:after{
    top: 20px;
  }
}



.c-card_hotelPrice {
  width: 100%;
  text-align: right;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  line-height: 1.3;
}

@media print, screen and (min-width: 1000px) {
  .c-card_hotelPrice {
    margin-top: -40px;
  }
}

.c-card_hotelPrice_st {
  color: #cc0d21;
  display: block;
  font-weight: 900;
  margin-left: 10px;
}
.c-card_hotelPrice_st span{
  font-weight: 900;
}
@media print, screen and (min-width: 1000px) {
  .c-card_hotelPrice_st {
  }
}
.c-card_hotelPlan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card_hotelPlan.-selectroom{
	padding: 0 15px 15px;
	background: #FBECEF;
}
.c-card_hotelPlan.-selectroom .c-card_hotelPlan_status{
	margin: 0 -15px 8px;
	width: calc(100% + 30px);
}

.c-card_hotelPlan .c-card_img,
.c-card_hotelPlan .c-card_cnt {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-card_hotelPlan {
    display: block;
  }
  .c-card_hotelPlan.-selectroom .c-card_hotelPlan_status{
		margin-bottom: 20px;
	}
  .c-card_hotelPlan .c-card_img {
    float: left;
  }
  .c-card_hotelPlan .c-card_cnt {
    overflow: hidden;
    margin-bottom: 30px;
  }
}

.c-card_hotelPlan_status.-selected {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  background-color: #cc0d21;
  width: 100%;
  padding: 3px 5px;
  margin-bottom: 10px;
}
.c-card_hotelPlan_status.-htlroomtype{
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  background-color: #95999e;
  width: 100%;
  padding: 3px 5px;
  margin-bottom: 10px;
}


.c-card_hotelPlan_detail {
  margin-top: 20px;
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-card_hotelPlan_detail {
    margin-left: auto;
    width: 320px;
  }
}

.c-card_hotelPlan_price {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      align-items: center;
}

.c-card_hotelPlan_price > dd {
  margin-left: auto;
  font-size: 1.6rem;
}
.c-card_hotelPlan_price > dd span{
	color: #cc0d21;
}
.c-card_hotelPlan_price > dd em{
	font-size: 1.8rem;
	font-style: normal;
	font-weight: bold;
}
.c-card_hotelPlan_price > dd em.c-card_price-num-bl{
	font-size: 1.6rem;
}
@media print, screen and (max-width: 999px) {
	.c-card_hotelPlan_price dd{
		font-weight: bold;
	}
	.c-card_hotelPlan_price > dd span{
		font-size: 1.8rem;
		font-weight: bold;
	}
}

.c-card_hotelPlan_price_sale {
  text-decoration: line-through;
}

.c-card.-type-hotel .c-card_roomwrap .c-card_hotelPlan_price_sale{
	position: relative;
	text-decoration: none;
}
.c-card.-type-hotel .c-card_roomwrap .c-card_hotelPlan_price_sale:before{
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: solid 1px #323743;
}
@media print, screen and (max-width: 999px) {
	.c-card.-type-hotel .c-card_roomwrap .c-card_hotelPlan_price_sale{
		font-weight: bold;
	}
}

.c-card_hotelPlan_payLocal {
  margin-top: 10px;
}

.c-card_hotelPlan_btn {
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem!important;
}
.c-card_hotelPlan_btn.is-disable{
  border-color: #dee2e5;
  color: #91989e;
  background: #dee2e5!important;
  pointer-events: none;
}
.c-card_hotelPlan_btn.is-disable:after{
  background: #dee2e5!important;
}

.c-card_close {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-card_close {
    top: 24px;
    right: 24px;
  }
}

.c-card_close i {
  width: 34px;
  font-size: 3.4rem;
}
.c-card_close i.material-icon:before{
  transform: scale(1);
}

@media print, screen and (min-width: 1000px) {
  .c-card_close i {
    width: 40px;
    font-size: 4rem;
  }
}

.c-cautionBox {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-cautionBox_subttl {
  font-weight: 900;
  margin-bottom: 5px;
}


.c-cautionList_ttl {
  font-weight: 700;
}

.c-cautionList > li {
  position: relative;
  padding-left: 1.2em;
  word-break: break-all;
}

.c-cautionList > li::before {
  content: '\203B';
  position: absolute;
  left: 0;
}

.c-cautionList.-style-dot > li::before {
  content: '\30FB';
}

.c-cautionList_ttl.-text-sm, .c-cautionList.-text-sm {
  font-size: 1.4rem;
}

.c-cautionText {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-checkboxList {
  padding: 15px 20px;
  background: #fff;
}

@media print, screen and (min-width: 1000px) {
  .c-checkboxList {
    padding: 5px;
  }
}

.c-checkboxList > li {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-checkboxList > li {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-checkboxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


.c-checkList {
  line-height: 2;
}

.c-checkList_ttl {
  font-weight: 700;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-checkList_ttl {
    font-size: 1.8rem;
  }
}

.c-checkList > li {
  position: relative;
  padding-left: 28px;
}

.c-checkList > li:not(:first-child) {
  margin-top: 4px;
}

.c-checkList > li::before, .c-checkList > li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
}

.c-checkList > li::before {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  top: 7px;
}

.c-checkList > li::after {
  top: 12px;
  left: 4px;
  height: 6px;
  width: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-checkList.-red li::before {
  background-color: #cc0d21;
}


.c-dateSelect_item {
  border-bottom: 1px solid #ccc;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media print, screen and (min-width: 1000px) {
  .c-dateSelect_item:hover {
    background-color: #FAE6E8;
  }
}

.-gl .c-dateSelect_item{
  border-bottom: none;
}
.-gl .c-dateSelect_body{
  padding: 10px 8px;
}
@media print, screen and (min-width: 1000px) {
  .-gl .c-dateSelect_body{
    padding: 10px 16px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-gl .c-dateSelect_item:hover {
    background-color: #ECF9FF;
  }
  .-gl .c-dateSelect_item:hover .c-dateSelect_date{
    color: #3498DB;
  }
}

.c-dateSelect_check {
  display: none;
}

.c-dateSelect_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-dateSelect_check:checked + .c-dateSelect_body {
  background-color: #FAE6E8;
}

.-gl .c-dateSelect_check:checked + .c-dateSelect_body{
  background-color: #ECF9FF;
}
.-gl .c-dateSelect_check:checked + .c-dateSelect_body .c-dateSelect_date{
  color: #3498DB;
}

.c-dateSelect_diff {
  display: none;
}

.c-dateSelect.is-show-diff .c-dateSelect_diff {
  display: block;
}


.c-entryFlow {
  padding-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-entryFlow {
    margin-top: -40px;
    padding-top: 40px;
  }
}

.c-entryFlow_list {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-entryFlow_item {
  min-width: 25%;
  max-width: 25%;
  font-size: 1rem;
  line-height: 1.4;
  color: #888;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .c-entryFlow_item {
    font-size: 1.4rem;
  }
}

.c-entryFlow_item:not(:last-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #888;
  position: absolute;
  top: -20px;
  left: 50%;
}

@media print, screen and (min-width: 1000px) {
  .c-entryFlow_item:not(:last-child)::before {
    top: -30px;
  }
}

.c-entryFlow_item span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #888;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -10px;
}

@media print, screen and (min-width: 1000px) {
  .c-entryFlow_item span {
    width: 22px;
    height: 22px;
    top: -40px;
    margin-left: -11px;
  }
}

.c-entryFlow_item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 1000px) {
  .c-entryFlow_item {
    font-size: 1.4rem;
  }
  .c-entryFlow_item br {
    display: none;
  }
}

.c-entryFlow.is-step01 .c-entryFlow_item:nth-child(1), .c-entryFlow.is-step02 .c-entryFlow_item:nth-child(1), .c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1), .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step02 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step02 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(3),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(3),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(3),
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(4) {
  font-weight: 700;
  color: #000;
}

.c-entryFlow.is-step01 .c-entryFlow_item:nth-child(1) span, .c-entryFlow.is-step02 .c-entryFlow_item:nth-child(1) span, .c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1) span, .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1) span {
  background-color: #0012ff;
  border-color: #0012ff;
}

.c-entryFlow.is-step02 .c-entryFlow_item:nth-child(1) span::before, .c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1) span::before, .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1) span::before {
  display: inline-block;
}

.c-entryFlow.is-step02 .c-entryFlow_item:nth-child(1)::before, .c-entryFlow.is-step03 .c-entryFlow_item:nth-child(1)::before, .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(1)::before,
.c-entryFlow.is-step02 .c-entryFlow_item:nth-child(2) span,
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(2) span,
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2) span {
  background-color: #0012ff;
  border-color: #0012ff;
}

.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(2) span::before, .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2) span::before {
  display: inline-block;
}

.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(2)::before, .c-entryFlow.is-step04 .c-entryFlow_item:nth-child(2)::before,
.c-entryFlow.is-step03 .c-entryFlow_item:nth-child(3) span,
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(3) span {
  background-color: #0012ff;
  border-color: #0012ff;
}

.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(3) span::before {
  display: inline-block;
}

.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(3)::before,
.c-entryFlow.is-step04 .c-entryFlow_item:nth-child(4) span {
  background-color: #0012ff;
  border-color: #0012ff;
}

.c-entryFlow.-tri .c-entryFlow_item:nth-child(2) {
  min-width: 50%;
  max-width: 50%;
}

.c-entryFlow.-tri .c-entryFlow_item:nth-child(1)::before {
  width: 150%;
}

.c-entryFlow.-tri .c-entryFlow_item:nth-child(2)::before {
  width: 75%;
}

/* プログレスバー */
.gl-progress{
  justify-content: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 999px) {
  .gl-progress .JTB-el_progress__counter{
    font-size: 1.4rem;
  }
  .gl-progress .JTB-el_progress__text{
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .JTB-el_progress__indicator{
    font-size: 1.2rem;
  }
}
.gl-progress .JTB-el_progress__item{
  padding: 7px 12px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1000px) {
  .gl-progress{
    margin-bottom: 80px;
  }
}

.c-errorMessage {
  border: 2px solid #cc0d21;
  background-color: #fff;
  padding: 20px;
  color: #cc0d21;
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .c-errorMessage {
    padding: 30px;
  }
}

.c-errorMessage_ttl {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-errorMessage_ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.c-errorMessage_txt {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-errorMessage_txt {
    font-size: 1.6rem;
  }
}

.c-errorText {
  color: #cc0d21;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding-left: 35px;
}

.c-errorText > i {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.c-errorText > a {
  color: #cc0d21;
  text-decoration: underline;
}

.c-errorText > a:hover {
  text-decoration: none;
}

.c-flexItem {
  line-height: 1.5;
}

.c-flexItem + .c-flexItem {
  margin-top: 32px;
}

@media print, screen and (min-width: 1000px) {
  .c-flexItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-flexItem_label {
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-flexItem_label {
    min-width: 25%;
    max-width: 25%;
  }
}

.c-flexItem_name span + span {
  margin-left: 5px;
}

.c-flexItem_note {
  font-size: 14px;
  margin-top: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-flexItem_note {
    margin-top: 0;
    margin-left: 6%;
  }
}

.c-flexItem_block + .c-flexItem_block {
  margin-top: 12px;
}

.c-flexItem.-bd {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.c-flexItem.-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flexItem.-confirm dl {
  min-width: 50%;
  max-width: 50%;
  margin-bottom: 2px;
}

.c-flexItem.-confirm dl > dt {
  color: #888;
  font-size: 14px;
  margin-bottom: -5px;
}

@media print, screen and (min-width: 1000px) {
  .c-flexItem.-confirm dl {
    margin-bottom: 0;
    min-width: 14%;
    max-width: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .c-flexItem.-confirm dl + dl {
    margin-left: 30px;
  }
  .c-flexItem.-confirm dl > dt {
    margin-right: 10%;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .c-flexItem.-confirm dl > dd {
    word-break: break-all;
  }
}

.c-flexItem.-tri dl {
  min-width: 33.3%;
  max-width: 33.3%;
}

@media print, screen and (min-width: 1000px) {
  .c-flexItem.-tri dl {
    min-width: 14%;
    max-width: 14%;
  }
  .c-flexItem.-tri dl:nth-child(3) {
    min-width: 25.6%;
    max-width: 25.6%;
  }
}

.c-formField {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-formField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-formField.-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-formField.-ai-center .c-formField_label {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-formField + .c-formField {
  margin-top: 40px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField + .c-formField.-radioSet {
    margin-top: 20px;
  }
}

.c-formField + .c-formField.-searchForm {
  margin-top: 25px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField + .c-formField.-searchForm {
    margin-top: 20px;
  }
  .c-formField + .c-formField.-searchForm.-mtl {
    margin-top: 40px;
  }
  .c-formField + .c-formField.-searchForm.-mbl {
    margin-bottom: 40px;
  }
}

.c-formField_label {
  margin-bottom: 15px;
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    margin-bottom: 0;
    padding-right: 30px;
  }
  .c-formField_label.-top {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .c-formField_label.-radio {
    line-height: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-formField_label.-email {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .c-formField.-searchForm .c-formField_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .c-formField_label.-notice {
    margin-top: -10px;
  }
}

.c-formField_label > span {
  font-weight: 700;
}

.c-formField_label.is-required > span,
.c-formField_label.is-selected > span {
  margin-right: 12px;
}

.c-formField_label.is-required::after, .c-formField_label.is-selected::after {
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  vertical-align: text-top;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.c-formField_label.is-required.-round::after, .c-formField_label.is-selected.-round::after{
  font-size: 1rem;
  font-weight: 700;
  color: #CC0D21;
  padding: 2px 6px 3px;
  border: solid 1px #CC0D21;
  border-radius: 50vw;
  background-color: #fff;
  margin-left: 5px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.c-formField_label.is-required.-gl:after{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #CC0D21;
  padding: 2px 6px 3px;
  border: solid 1px #CC0D21;
  border-radius: 50vw;
  background-color: #fff;
  vertical-align: middle;
  transform: translateY(-1px);
}

.c-formField_label.is-required::after {
  content: '\5FC5\9808';
}

.c-formField_label.is-selected::after {
  content: '\9078\629e\4e2d';
}

.c-formField_nestLabel.is-selected::after {
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  vertical-align: text-top;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  content: '\9078\629e\4e2d';
}

.c-formField_cnt {
  width: 100%;
}

.c-formField_cnt.-textBlock {
  margin-top: -15px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_cnt.-textBlock {
    margin-top: 10px;
  }
}

.c-formField_cnt.-arrowBlock {
  position: relative;
}

@media screen and (max-width: 999px) {
  .c-formField_cnt.-arrowBlock {
    padding-top: 8px;
    padding-left: 42px;
  }
}

.c-formField_arrow {
  height: 100%;
  position: absolute;
  left: 16px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_arrow {
    left: -180px;
  }
}

.c-formField_arrow::before, .c-formField_arrow::after {
  display: block;
  content: '';
}

.c-formField_arrow::before {
  height: calc(100% + 30px);
  width: 1px;
  background-color: #888;
  margin-top: -18px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_arrow::before {
    height: calc(100% + 45px);
    margin-top: -20px;
  }
}

.c-formField_arrow::after {
  width: 14px;
  height: 14px;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -14px;
  left: -7px;
}



.c-formField_arrowText {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .c-formField_arrowText {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .c-formField_grid.-noflex {
  display: block;
}
}

.c-formField_gridItem {
  width: 100%;
}
.c-formField_gridItem-txt{
  padding: 0 0 0 32px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_gridItem {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-formField_gridItem.-lg-1 {
    width: 11.111%;
  }
  .c-formField_gridItem.-lg-2 {
    width: 22.222%;
  }
  .c-formField_gridItem.-lg-3 {
    width: 33.333%;
  }
  .c-formField_gridItem.-lg-4 {
    width: 44.444%;
  }
  .c-formField_gridItem.-lg-5 {
    width: 55.555%;
  }
  .c-formField_gridItem.-lg-6 {
    width: 66.666%;
  }
  .c-formField_gridItem.-lg-7 {
    width: 77.777%;
  }
  .c-formField_gridItem.-lg-8 {
    width: 88.888%;
  }
  .c-formField_gridItem.-credit-inp {
    width: 40%;
  }
  .c-formField_gridItem.-credit-cnt {
    width: 60%;
  }
  .c-formField.-searchForm .c-formField_gridItem.-lg-2 {
    width: 20%;
  }
  .c-formField.-searchForm .c-formField_gridItem.-lg-3 {
    width: 30%;
  }
  .c-formField.-searchForm .c-formField_gridItem.-lg-4 {
    width: 40%;
  }
  .c-formField.-searchForm .c-formField_gridItem.-lg-6 {
    width: 60%;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-formField_gridItem.-credit-inp {
    width: 33.333%;
  }
  .c-formField_gridItem.-credit-cnt {
    width: 66.666%;
  }
}

.c-formField_gridItem.-dateNote {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-formField_creditSecure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-formField_creditSecure input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_creditSecure input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.c-formField_creditSecure_img {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

.c-formField_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 999px) {
  .c-formField_text:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_text {
    width: 44.444%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-formField_text:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.c-formField_text_label {
  white-space: nowrap;
  margin-top: 15px;
  margin-right: 10px;
  margin-top: 10px;
}

.c-formField_text_cnt {
  width: 100%;
}

.c-formField_note {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .c-formField_note {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_note {
    min-height: 52px;
    max-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_check {
    margin-top: 12px;
  }
}

.c-formField_date {
  max-width: 500px;
}

@media print, screen and (min-width: 1000px) {
  .c-formField_date {
    width: 66.666%;
    padding-right: 15px;
  }
  .c-formField_date.-gl{
    min-width: 380px;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-formField_date {
    width: 44.444%;
  }
}

.c-formField_notetxt{
    margin-top: 10px;
}
.c-formField_bmi{
	display: flex;
}
.c-formField_bmi .c-formField_text{
	display: flex;
	align-items: center;
	width: 50%!important;
	margin-top: 0!important;
}
.c-formField_bmi .c-formField_text_cnt{
	margin: 0 10px;
	flex: 1;
}
@media print, screen and (max-width: 999px) {
	.c-formField_bmi{
		margin-left: -20px;
	}
	.c-formField_bmi .c-formField_text{
		width: calc(50% - 20px)!important;
		margin-left: 20px;
	}
}
@media print, screen and (min-width: 1000px) {
	.c-formField_bmi{
		margin-left: -15px;
		margin-right: -15px;
	}
	.c-formField_bmi .c-formField_text{
		width: 225px!important;
	}
	.bmi-w{
		margin-top: 16px;
	}
	.bmi-att{
		padding-right: 16px;
	}
}
.gl-warning.-mlr0{
  margin: 10px 0 0;
  width: 100%;
}
.c-formField_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .c-formField_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_search > input {
    width: calc(44.444% - 15px);
  }
}

@media screen and (max-width: 999px) {
  .c-formField_search > button {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-formField_search > button {
    margin-left: 20px;
  }
}

.c-formField_duplicate {
  text-align: right;
}
.c-formField_duplicate.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-formField_duplicate button + button {
  margin-left: 20px;
}
@media print, screen and (min-width: 1000px) {
  .c-formField_duplicate button + button {
    margin-left: 40px;
  }
}
.c-formField_duplicate.-flex button{
  margin-left: 20px;
  color: #323743;
}
.c-formField_duplicate.-flex button span{
  text-decoration: none;
}
/* Label内のツールチップ */
.c-formField_label.-labeltooltip{
	position: relative;
	z-index: 1;
}
.c-formField_label.-labeltooltip .JTB-el_tooltip{
	pointer-events: all;
	margin: 0 -16px 0 -12px;
	padding-right: 16px;
	padding-left: 16px;
}
.c-formField_label.-labeltooltip .tippy-box{
	pointer-events: all;
	min-width: 350px;
	white-space: normal;
}
.c-formField_label.-labeltooltip .tippy-box[data-placement^=top]>.tippy-arrow:before{
	left: 1px;
}
.c-formField_label.-labeltooltip .c-formField_scalebleItem .c-formField_scalebleText--lastt + .JTB-el_tooltip{
	display: none;
}
.c-formField_label.-labeltooltip .c-formField_scalebleItem.is-last .c-formField_scalebleText--last + .JTB-el_tooltip{
	display: block;
}
@media print, screen and (min-width: 1000px) {
	.c-formField_label.-labeltooltip .JTB-el_tooltip{
		transform: translateY(-2px);
		margin: 0;
		padding-right: 0;
		padding-left: 4px;
	}
	.c-formField_label.-labeltooltip .tippy-box[data-placement^=top]>.tippy-arrow:before{
		left: 2px;
	}
}
.c-formField_scalebleItem {
  display: none;
}

.c-formField_scalebleItem.is-show {
  display: block;
}

.c-formField_scalebleItem .c-formField_scalebleText--last {
  display: none;
}

.c-formField_scalebleItem.is-last .c-formField_scalebleText {
  display: none;
}

.c-formField_scalebleItem.is-last .c-formField_scalebleText--last {
  display: inline;
}

.c-formField_error {
  font-size: 1.4rem;
  line-height: 1.5;
  display: none;
  color: #cc0d21;
  margin-top: 10px;
}

.c-formField_error + .c-formField_error {
  margin-top: 5px;
}

.c-formField_error.is-show {
  display: block;
}

.c-formFieldBlock {
  max-width: 810px;
}

.c-formFieldBlock.-center {
  margin-left: auto;
  margin-right: auto;
}

.c-formFieldBlock .c-formField_cntTxt {
  display: flex;
  align-items: center;
  padding: 15px 10px 0 40px;
  width: 100%;
  height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 1000px) {
  .c-formFieldBlock .c-formField_label {
    width: 25%;
  }
  .c-formFieldBlock .c-formField_cnt {
    width: 75%;
  }
  .c-formFieldBlock .c-formField_cntTxt {
    padding: 0 10px 0 40px;
  }
}

.c-fullmodal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  background-color: #fff;
  z-index: 9999;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal.-smOnly {
    width: auto;
    position: static;
    background-color: transparent;
  }
}

.c-fullmodal.is-show {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.c-fullmodal_warning{
  margin-bottom: 30px;
  font-size: 1.4rem;
  display: none;
}

.c-fullmodal_warning .JTB-el_attention__inner{
  font-size: 100%;
}
.c-fullmodal_warning[data-display="false"]{
  display: none;
}
.c-fullmodal_warning[data-display="true"]{
  display: flex;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_warning{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.c-fullmodal_cnt {
  position: relative;
  height: 100%;
}

.c-fullmodal_header {
  padding: 0 16px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_header {
    height: 60px;
  }
  .c-fullmodal.-smOnly .c-fullmodal_header {
    display: none;
  }
}

.c-fullmodal_footer {
  background-color: #fff;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal.-smOnly .c-fullmodal_footer {
    display: none;
  }
}

.c-fullmodal_footer_btn {
  min-width: calc(50% - 5px);
  margin-left: 5px;
  margin-right: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_footer_btn {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 180px;
    max-width: 180px;
  }
}

.c-fullmodal_footer .-color-primary{
  font-size: 1.6rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#cc0d21), to(#e05273));
  background: linear-gradient(to right, #cc0d21 0%, #e05273 100%);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: border-radius .3s;
  transition: border-radius .3s;
  letter-spacing: .3em;
  border: none;
}
.c-fullmodal_footer .-color-primary:hover {
  border-radius: 24px;
  opacity: 1;
}
.c-fullmodal_footer .-color-primary .material-icon:before{
  font-size: 2.2rem;
}

.c-fullmodal_prev {
  line-height: 24px;
  position: relative;
  padding-left: 24px;
  margin-left: -6px;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_prev {
    margin-left: 0;
    padding-left: 30px;
  }
}

.c-fullmodal_prev i {
  position: absolute;
  top: 1px;
  left: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_prev i {
    left: 4px;
  }
}

.c-fullmodal_body {
  overflow-y: scroll;
  height: 100%;
  padding-top: 80px;
}

.c-fullmodal.-smOnly .c-fullmodal_body {
  padding-left: 16px;
  padding-right: 16px;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_body {
    padding-top: 100px;
  }
  .c-fullmodal.-smOnly .c-fullmodal_body {
    overflow-y: visible;
    padding: 0;
  }
}

.c-fullmodal_body > *:last-child {
  padding-bottom: 110px;
}

@media print, screen and (min-width: 1000px) {
  .c-fullmodal_body > *:last-child {
    padding-bottom: 150px;
  }
}

.c-giftBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox {
    padding-bottom: 30px;
  }
}

.c-giftBox_item:not(:first-child) {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_item:not(:first-child) {
    margin-top: 40px;
  }
}

.c-giftBox_num {
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .c-giftBox_num {
    margin-top: -10px;
  }
  .c-giftBox_num.c-inputNum {
    width: calc(100% + 14px);
  }
  .c-giftBox_num .c-inputNum_item {
    min-width: calc(25% - 14px);
    max-width: calc(25% - 14px);
  }
  .c-giftBox_num .c-inputNum_item:not(:first-child) {
    min-width: 25%;
    max-width: 25%;
  }
  .c-giftBox_num .c-inputNum_item:not(:first-child)::before {
    width: 14px;
  }
}

@media screen and (max-width: 359px) {
  .c-giftBox_num .c-inputText {
    padding-left: 6px;
    padding-right: 4px;
  }
}

.c-giftBox_pin {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_pin {
    margin-bottom: 15px;
  }
}

.c-giftBox_pin .c-inputNum_item-sm {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_pin .c-inputNum_item-sm {
    margin-left: 30px;
  }
}

.c-giftBox_note {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .c-giftBox_note {
    width: 100%;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_note.-usePrice {
    margin-top: 20px;
  }
}

@media screen and (max-width: 999px) {
  .c-giftBox_btn {
    text-align: center;
  }
}

.c-giftBox_balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-giftBox_balance_label {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  font-weight: 700;
}

.c-giftBox_balance_cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_balance_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-giftBox_balance_price {
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_balance_price {
    margin-right: 45px;
  }
}

.c-giftBox_balance_date {
  font-size: 1.4rem;
}

.c-giftBox_usePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_usePrice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-giftBox_usePrice_label {
  font-weight: 700;
  margin-top: 8px;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_usePrice_label {
    min-width: 25%;
    max-width: 25%;
    margin-top: 16px;
  }
}

.c-giftBox_usePrice_cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-giftBox_usePrice_cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 100px;
    margin-bottom: 0;
  }
}

.c-giftBox_giftInfo {
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.c-giftWrap_items {
  padding-top: 10px;
}

.c-giftWrap_items + .c-giftWrap_items {
  padding-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-giftWrap_items + .c-giftWrap_items {
    padding-top: 30px;
  }
}

.c-giftWrap_btns {
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .c-giftWrap_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-giftWrap_btns button + button {
  margin-left: 40px;
}

.c-giftWrap-void {
  margin-top: 40px;
}

.c-giftWrap-void_head {
  border-bottom: 1px solid #000;
  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;
}

.c-giftWrap-void_head + .c-giftBox {
  margin-top: 32px;
}

.c-giftWrap-void_head > button {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  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;
}

/* 詳細ページ用画像スライド */
.c-imgSlider .slick-prev, .c-imgSlider .slick-next{
  top: 0;
  margin-top: calc(370 / 495 * calc(50% - 1.0rem));
  width: 40px;
  height: 40px;
  color: #323743;
  background: none;
}
.c-imgSlider .slick-prev:hover, .c-imgSlider .slick-prev:focus,
.c-imgSlider .slick-next:hover, .c-imgSlider .slick-next:focus{
  opacity: 1;
}
.c-imgSlider .slick-prev:before, .c-imgSlider .slick-next:before{
  opacity: 1;
  border: none;
  display: block;
  content: '\e5cc';
  font-family: 'Material Icons Round';
  color: #fff;
  font-size: 4.0rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}
.c-imgSlider .slick-prev{
  left: 0;
}
.c-imgSlider .slick-next{
  right: 0;
}
.c-imgSlider .slick-prev:before {
  transform: scaleX(-1);
}

.c-imgSlider .slick-next:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.c-imgSlider .slick-counter{
  bottom: inherit;
  top: 0;
  margin-top: calc(370 / 495 * calc(100% - 40px));
}

.p-searchResult_cardList.JTB-el_card, .p-searchResult_cardList .JTB-el_card__item{
  display: block!important;
}
.c-imgSlider .c-imgSlider_item figure{
  position: relative;
  overflow: hidden;
  padding-top: calc(370 / 495 * 100%);
  width: 100%;
  height: 0;
}
.c-imgSlider .c-imgSlider_item img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
  max-height: inherit!important;
  vertical-align: bottom;
}
.c-imgSlider_item {
  position: relative;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
}

@media print, screen and (min-width: 1000px) {
  .c-imgSlider {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 495px;
  }
  .c-imgSlider .slick-list.draggable{
    overflow: hidden;
  }
  .c-imgSlider .slick-prev, .c-imgSlider .slick-next{
    left: inherit;
    right: inherit;
  }

  .c-imgSlider .slick-prev:before, .c-imgSlider .slick-next:before{
    color: #323743;
    text-shadow: none;
  }
  .c-imgSlider .slick-prev{
    right: 100%;
  }
  .c-imgSlider .slick-next{
    left: 100%;
  }
  .c-imgSlider .slick-counter{
    top: inherit;
    bottom: 0px;
    color: #323743;
    background: none;
  }
  .c-imgSlider .slick-counter span{
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.c-imgSlider_copyright {
  display: inline-block;
  padding: 0 5px;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.3;
  width: 100%;
  text-align: right;
}



.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  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;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.c-imgThumb {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-imgThumb_item {
  width: 80px;
  height: 60px;
  margin: 0 4px;
  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;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #fff;
}

.c-imgThumb_item.current {
  border: 2px solid #cc0d21;
}

.c-imgThumb_item img {
  max-height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}


.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .6;
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 12px;
  height: 12px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: calc(50% - 300px);
}

.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

[dir="rtl"] .slick-prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-next {
  right: calc(50% - 300px);
}

.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[dir="rtl"] .slick-next:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}


.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 24px 0 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .slick-dots li {
    height: 15px;
    width: 15px;
  }
}

.slick-dots li button {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .slick-dots li button {
    height: 15px;
    width: 15px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #cc0d21;
  opacity: 0.75;
}

.c-informationBar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.c-informationBar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.c-informationBar_item + .c-informationBar_item {
  margin-top: 10px;
}

.c-informationBar_text {
  display: inline-block;
}

.c-informationBar .material-icons {
  font-size: 2.4rem;
  width: 24px;
  color: #0012ff;
}

.c-inputCheck {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputCheck {
    padding-left: 32px;
  }
}

.c-inputCheck > input {
  display: none;
}

.c-inputCheck > span {
  line-height: 2.1;
}

@media print, screen and (min-width: 1000px) {
  .c-inputCheck > span {
    line-height: 2;
  }
}

.c-inputCheck > span::before, .c-inputCheck > span::after {
  content: "";
  position: absolute;
  border-radius: 3px;
}
.c-inputCheck.-inputCheck-color > span::before, .c-inputCheck > span::after{
  border-radius: 0;
}

.c-inputCheck > span::before {
  display: block;
  width: 18px;
  height: 18px;
  top: 8px;
  left: 0;
  background-color: #fff;
  border: 1px solid #888;
}

@media print, screen and (min-width: 1000px) {
  .c-inputCheck > span::before {
    top: 6px;
    width: 22px;
    height: 22px;
  }
}

.c-inputCheck > span::after {
  display: none;
}

.c-inputCheck.is-disabled {
  cursor: default;
  pointer-events: none;
}

.c-inputCheck.is-disabled > input + span {
  color: #888;
}

.c-inputCheck.is-disabled > input + span::before {
  border-color: #ddd;
}

.c-inputCheck > input[data-validation*="required"] + span::before {
  background-color: #fae6e8;
}

.c-inputCheck > input.is-valid + span::before {
  background-color: #fff;
}

.c-inputCheck > input:checked + span::before {
  border: none;
  background-color: #000;
}
.c-inputCheck.-inputCheck-color > input:checked + span::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#52c8ff));
  background: linear-gradient(to bottom, #3498db 0%, #52c8ff 100%);
}

.c-inputCheck > input:checked + span::after {
  display: block;
  top: 13px;
  left: 4px;
  height: 6px;
  width: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-inputCheck.-inputCheck-color > input:checked + span::after {
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 8px;
  left: 0px;
  content: '\e876';
  font-family: 'Material Icons Round';
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .c-inputCheck.-inputCheck-color > input:checked + span::after {
    border: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 5px;
    left: -2px;
    content: '\e876';
    font-family: 'Material Icons Round';
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
  }
}


@media print, screen and (min-width: 1000px) {
  .c-inputCheck > input:checked + span::after {
    top: 12px;
    height: 7px;
    width: 14px;
  }
}

.c-inputCheck.-important > span {
  color: #cc0d21;
}

@media print, screen and (min-width: 1000px) {
  .c-inputCheck.-important > span {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.c-inputCheck.-important > input:checked + span {
  color: #000000;
}

.c-inputCheck.-important > input[data-validation*="required"] + span::before {
  background-color: #fff;
}

.c-inputCheck.-important > input[data-validation*="required"]:checked + span::before {
  background-color: #000;
}

.c-inputCheck > input.is-error {
  color: #cc0d21;
}

.c-inputCheck > input.is-error + span::before {
  border: 2px solid #cc0d21;
}

.c-inputCheckList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .c-inputCheckList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-inputCheckList > .c-inputCheck:first-child {
    margin-top: -10px;
  }
  .c-inputCheckList > .c-inputCheck:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-inputCheckList.-pex{
    margin-bottom: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .c-inputCheckList.-pex > .c-inputCheck{
    margin-bottom: 0;
  }
  .c-inputCheckList.-pex .c-tooltip{
    margin-top: -10px;
  }

@media print, screen and (min-width: 1000px) {
  .c-inputCheckList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-inputCheckList:not(.-pex) > .c-inputCheck:not(:last-child)  {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-inputCheckList.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-inputCheckList.-vertical > .c-inputCheck:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.c-inputCheckList.-acc-cnt > .c-inputCheck:first-child {
  margin-top: 0;
}

.c-inputDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inputDate_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media screen and (max-width: 999px) {
  .c-inputDate_item.-year {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-inputDate_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
}

.c-inputDate_item:not(:first-child) {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputDate_item:not(:first-child) {
    margin-left: 20px;
  }
}

.c-inputDate_item > select {
  width: 100%;
}

.c-inputDate_item.-credit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.c-inputDate_label {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputDate_label {
    margin-left: 15px;
  }
}

.c-inputIcon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

.c-inputIcon input {
  cursor: pointer;
  padding-right: 50px;
}

.c-inputIcon i {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  color: #888;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.c-inputIcon i.-calender {
  font-size: 2.4rem;
}
.c-inputIcon i.-inputIcon-color{
  right: 20px;
  width: 22px;
  font-size: 2.2rem;
}
.c-inputIcon i.-inputIcon-color:before{
  color: #3498bd!important;
  background: -webkit-linear-gradient(top, #3498db, #52c8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.c-inputNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inputNum_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inputNum_item:not(:first-child)::before {
  content: "-";
  padding: 0 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputNum_item:not(:first-child)::before {
    padding: 0 12px;
  }
}

.c-inputNum_item-sm {
  width: 75px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputNum_item-sm {
    width: 180px;
  }
}

.c-inputNum.-price > input {
  max-width: 180px;
}

.c-inputNum.-price > span {
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-inputRadio {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-left: 30px;
  margin-top: -3px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadio {
    padding-left: 35px;
  }
}

.c-inputRadio > input {
  display: none;
}

.c-inputRadio > span > img {
  height: 24px;
  margin-right: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadio > span > img {
    height: 27px;
  }
}

.c-inputRadio > span::before, .c-inputRadio > span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 3px;
}

.c-inputRadio > span::before {
  display: block;
  width: 18px;
  height: 18px;
  left: 0;
  border: 1px solid #888;
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadio > span::before {
    width: 20px;
    height: 20px;
  }
}

.c-inputRadio > span::after {
  display: none;
}

.c-inputRadio > input:checked + span::after {
  display: block;
  width: 12px;
  height: 12px;
  left: 3px;
  margin-top: 3px;
  background-color: #000;
}

.c-inputRadio.-inputRadio-color > input:checked + span::after{
  background: transparent linear-gradient(112deg,#3498db,#52c8ff) 0 0 no-repeat padding-box;
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadio > input:checked + span::after {
    width: 14px;
    height: 14px;
  }
}

.c-inputRadio > input[data-validation*="required"] + span::before {
  background-color: #fae6e8;
}

.c-inputRadio > input.is-error + span::before {
  background-color: #fae6e8;
  border: 2px solid #cc0d21;
}

.c-inputRadio > input.is-valid + span::before {
  background-color: #fff;
}

.c-inputRadio_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inputRadio.-set {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadio.-set {
    margin-right: 30px;
  }
}

.c-inputRadio.-email + .c-inputRadio.-email {
  margin-top: 20px;
}

.c-inputRadio.-column > span {
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-inputRadio.-hasImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-inputRadio.-hasImg > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-inputRadio.-hasImg > span::before, .c-inputRadio.-hasImg > span::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-inputRadio.-hasImg > input:checked + span::after {
  margin-top: 0;
}

.c-inputRadioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 999px) {
  .c-inputRadioList > .c-inputRadio:not(:first-child) {
    margin-top: 25px;
    margin-bottom: 3px;
  }
  .c-inputRadioList > .c-inputRadio_set:not(:first-child) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadioList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-inputRadioList > .c-inputRadio:not(:last-child),
  .c-inputRadioList > .c-inputRadio_set:not(:last-child) {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-inputRadioList.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-inputRadioList.-vertical > .c-inputRadio:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
    line-height: 2;
  }
}

.c-inputText {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 12px 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 1000px) {
  .c-inputText {
    padding: 16px 10px;
  }
}

.c-inputText.-type-pointer {
  cursor: pointer;
}

.c-inputText[data-validation*="required"] {
  background-color: #fae6e8;
}

.c-inputText.is-valid {
  background-color: #fff;
}

.c-inputText.is-disabled {
  cursor: inherit;
  background-color: #E4E5E7;
}

.c-inputText.is-error {
  border: 2px solid #cc0d21;
  background-color: #fae6e8;
  border: 2px solid #cc0d21;
}

.c-inputTextWrap {
  width: 100%;
}

.c-inputTextPass_wp{
  position: relative;
}

.c-inputTextPassDisplay{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #656972;
  font-size: 1.2rem;
}

.c-inputTextPass_wp .c-inputText{
  padding-right: 48px;
}

.c-linkList > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.c-linkList a {
  padding: 10px 30px 10px 0;
  display: block;
  color: #333;
}

.c-linkList i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #888;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}


.c-localPay {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-localPay > li {
  text-align: right;
}

@media print, screen and (max-width: 999px) {
  .c-localPay.-surcharge > li {
    text-align: left;
  }
}

.c-localPay > li::before {
  content: '\203B';
}

.c-localPay_link {
  margin-left: 8px;
  display: inline-block;
}

.c-memberCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-memberCount + .c-memberCount {
  margin-top: 30px;
}

.c-memberCount_tit {
  width: 50%;
}

@media print, screen and (min-width: 1000px) {
  .c-memberCount_tit {
    width: 320px;
  }
}

.c-memberCount_main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media print, screen and (min-width: 1000px) {
  .c-memberCount_main {
    width: auto;
  }
}

.c-memberCount_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-memberCount_icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #333 1px solid;
  border-radius: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  cursor: pointer;
}

.c-memberCount_icon:before {
  pointer-events: none;
  content: "";
  width: 21px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}

.c-memberCount_icon.-plus:after {
  pointer-events: none;
  content: "";
  width: 1px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #333;
}

.c-memberCount_icon.is-disable {
  border-color: #999;
  cursor: default;
}

.c-memberCount_icon.is-disable:before, .c-memberCount_icon.is-disable:after {
  background-color: #999;
}

@media print, screen and (min-width: 1000px) {
  .c-memberCount_icon:hover:not(.is-disable) {
    opacity: 0.5;
  }
}

.c-memberCount_num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .c-memberCount_ageArea .l-grid_item.-sm-6 {
    width: 100%;
  }
}

.c-modal {
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-modal.is-show {
  opacity: 1;
}

.c-modal.is-hide {
  display: none;
}

.c-modal_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

.c-modal_ttl.-error{
  position: relative;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1000px) {
  .c-modal_ttl.-error {
    font-size: 2.1rem;
  }
}

.c-modal_ttl.-error .material-icon{
  position: absolute;
  right: calc(100% + 10px);
  color: #D94F5D;
}

.c-modal_text {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_text {
    font-size: 1.6rem;
  }
}

.c-modal_box {
  width: calc(100% - 32px);
  max-width: 600px;
  max-height: calc(100% - 140px);
  position: relative;
  background-color: #fff;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_box {
    width: calc(100% - 100px);
    max-height: calc(100% - 200px);
  }
}

.c-modal_box.-wide {
  max-width: 1230px;
}

.c-modal_cnt {
  padding: 20px 20px 0 20px;
  overflow-y: auto;
}

.c-modal_cnt.-searcherror {
  padding: 20px 20px 0 40px;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_cnt {
    padding: 80px 80px 0 80px;
  }
  .c-modal_cnt.-narrow {
    padding: 50px 50px 0 50px;
  }
  .c-modal_cnt.-searcherror {
    padding: 50px 30px 0 60px;
  }
  .c-modal_box.-wide .c-modal_cnt {
    padding: 105px 105px 0 105px;
  }
}

.c-modal_inner {
  height: 100%;
}

.c-modal_inner > :last-child {
  padding-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_inner > :last-child {
    padding-bottom: 80px;
  }
  .c-modal_box.-wide .c-modal_inner > :last-child {
    padding-bottom: 105px;
  }
  .c-modal_cnt.-searcherror .c-modal_inner > :last-child {
    padding-bottom: 50px;
  }
}

.c-modal_close {
  position: absolute;
  color: #fff;
  top: -38px;
  right: -7px;
  cursor: pointer;
}

.c-modal_close i {
  display: block;
  font-size: 3.6rem;
  width: 36px;
}
.c-modal_close.-gl{
  top: 15px;
  right: 15px;
  color: #BCBDC2;
}
.c-modal_close.-gl i {
  font-size: 2.0rem;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_box.-wide .c-modal_close {
    top: -60px;
    right: -10px;
  }
  .c-modal_box.-wide .c-modal_close i {
    font-size: 5rem;
    width: 50px;
  }
}

.c-modal_call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0012ff;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-modal_call a {
  color: inherit;
  text-decoration: underline;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_call {
    color: #000;
    pointer-events: none;
    font-size: 3rem;
  }
  .c-modal_call a {
    text-decoration: none;
  }
}

.c-modal_call i {
  margin-right: 5px;
  font-size: 3rem;
  width: 30px;
  position: relative;
  top: 3px;
}

@media print, screen and (min-width: 1000px) {
  .c-modal_call i {
    font-size: 4rem;
    width: 40px;
  }
}

.c-outerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-outerLink span {
  text-decoration: underline;
  margin-right: 10px;
}

.c-outerLink i {
  font-size: 20px;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pager_btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #cc0d21;
  background-color: #fff;
  border: 1px solid #cc0d21;
}

@media print, screen and (min-width: 1000px) {
  .c-pager_btn {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}

.c-pager_btn.is-current {
  color: #fff;
  background-color: #cc0d21;
}

.c-pager_btn, .c-pager_dot {
  margin-left: 5px;
  margin-right: 5px;
}

.c-pager_prev {
  margin-right: auto;
}

@media print, screen and (min-width: 1000px) {
  .c-pager_prev {
    margin-right: 25px;
  }
}

.c-pager_next {
  margin-left: auto;
}

@media print, screen and (min-width: 1000px) {
  .c-pager_next {
    margin-left: 25px;
  }
}

.c-pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: bottom .5s, -webkit-transform .5s;
  transition: bottom .5s, -webkit-transform .5s;
  transition: transform .5s, bottom .5s;
  transition: transform .5s, bottom .5s, -webkit-transform .5s;
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .c-pageTop {
    right: 40px;
    bottom: 40px;
  }
}

.c-pageTop.-bgGray {
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  padding: 10px;
  background-color: #F2F2F2;
}

.c-pageTop_btn,
button.c-pageTop {
  padding-top: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
}

.c-pageTop_btn > span,
button.c-pageTop > span {
  display: none;
}

.c-pageTop_btn:before,
button.c-pageTop:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media print, screen and (min-width: 1000px) {
  .c-pageTop_btn:hover,
  button.c-pageTop:hover {
    bottom: 50px;
  }
}

.c-pageTop_text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-payBox + .c-payBox {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-payBox + .c-payBox {
    margin-top: 30px;
  }
}

.c-payBox_cnt {
  margin-left: 30px;
}

@media print, screen and (min-width: 1000px) {
  .c-payBox_cnt {
    margin-left: 35px;
  }
}

.c-payBox_cnt > .c-payBox {
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-payBox_cnt > .c-payBox {
    margin-top: 24px;
  }
}

.c-payBox_cnt > .c-payBox:first-child {
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-payBox_cnt > .c-payBox:first-child {
    margin-top: 25px;
  }
}

.c-payBox_cnt > .c-payBox > .c-payBox_cnt {
  padding-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-payBox_cnt > .c-payBox > .c-payBox_cnt {
    padding-top: 8px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .c-payBox_cnt > .c-payBox > .c-payBox_cnt .c-formField + .c-formField {
    margin-top: 20px;
  }
}

.c-payBox_child {
  padding-top: 25px;
  padding-left: 30px;
}

@media screen and (max-width: 999px) {
  .c-payBox_child.-narrow-sm {
    padding-top: 0;
  }
}

.c-payBox_form p {
  margin-top: 10px;
  font-size: 14px;
}

.c-planBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .c-planBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
  }
  .c-planBox_cnt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-planBox_label {
    font-weight: normal;
    min-width: 18.5%;
    max-width: 18.5%;
  }
}

.c-planBox + .c-planBox {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-planBox + .c-planBox {
    margin-top: 30px;
  }
}

.c-planBox_head {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 1000px) {
  .c-planBox_head {
    margin-bottom: 0;
    min-width: 8%;
    max-width: 8%;
  }
}

.c-planBox_list ul, .c-planBox_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-planBox_list li + li {
  margin-left: 24px;
}

.c-planBox_list dt::after {
  content: ":";
  margin: 0 5px;
}

.c-pointUse {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-pointUse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.c-pointUse_label {
  line-height: 1.5;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-pointUse_label {
    min-width: 315px;
    margin-bottom: 0;
  }
}

.c-priceBox_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 1000px) {
  .c-priceBox_main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-priceBox_main_campaign {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: line-through;
}
.c-priceBox_main_campaign_md{
	font-size: 1.4rem;
	font-weight: 700;
}

.c-priceBox_main_ttl {
  width: 100%;
  min-width: 100%;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .c-priceBox_main_ttl{
    text-align: left;
  }
}

.c-priceBox_main_price {
  line-height: 1.3;
  color: #cc0d21;
}

.c-priceBox_main_lg {
  font-size: 2.4rem;
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-priceBox_main_lg {
    text-align: left;
    font-size: 2.6rem;
  }
}

.c-priceBox_main_sm {
  font-weight: 400;
  display: inline-block;
  font-size: 1.4rem;
}

.c-priceBox_main_single{
  margin: 15px 0;
  font-size: 1.4rem;
	text-align: right;
}
@media print, screen and (min-width: 1000px) {
	.c-priceBox_main_single{
		text-align: left;
	}
}
.c-priceBox_main_single_lg{
  font-size: 1.6rem;
  font-weight: bold;
}
.c-priceBox_main_single_md{
	font-size: 1.4rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .c-priceBox_main_price {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .c-priceBox_main_single br{
    display: none;
  }
}
@media screen and (max-width: 999px) {
	.c-priceBox_main_single_price{
		display: inline;
	}
}

.c-priceBox_sub {
  text-align: right;
  font-size: 1.4rem;
}

.c-priceBox_sub:not(:last-child) {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceBox_sub {
    text-align: left;
  }
}

.c-priceBox_point {
  margin-top: -5px;
  font-size: 1.4rem;
}

.c-priceBox_point::before {
  content: "P";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 1px;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

.c-priceBox_point:not(:last-child) {
  margin-bottom: 20px;
}

.c-priceDetail {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.c-priceDetail.-gl{
	margin-bottom: 32px;
	padding-bottom: 0;
	border-bottom: none;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-priceDetail.-gl{
    margin-bottom: 56px;
    padding-bottom: 0;
  }
}

.c-priceDetail.-separate {
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: -1px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail.-separate {
    padding-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .c-priceDetail.-separate:nth-child(odd) {
    padding-right: calc(50% - 525px);
  }
  .c-priceDetail.-separate:nth-child(odd) .c-priceDetail_member {
    padding-right: 30px;
  }
  .c-priceDetail.-separate:nth-child(even) {
    padding-left: calc(50% - 525px);
  }
  .c-priceDetail.-separate:nth-child(even) .c-priceDetail_member {
    padding-left: 30px;
  }
}

.c-priceDetail_sheet {
  margin-top: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_sheet {
    margin-top: 20px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
  .c-priceDetail_sheet > dt:not(:last-of-type),
  .c-priceDetail_sheet > dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.c-priceDetail_sheet > dt {
  min-width: 40%;
  max-width: 60%;
}

.c-priceDetail_sheet > dd {
  text-align: right;
  min-width: 40%;
  max-width: 50%;
}

.c-priceDetail_discount {
  color: #cc0d21;
}
.c-priceDetail_discount.-gl{
	color: #323743;
}

.c-priceDetail_discount span {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_discount span {
    font-size: 1.4rem;
  }
}

.c-priceDetail_total {
  font-weight: 700;
}

.c-priceDetail_totalPrice {
  font-weight: 900;
  color: #cc0d21;
}
.c-priceDetail_totalPrice.-gl{
	color: #323743;
}
.c-priceDetail_totalBox{
    margin-top: 8px;
	padding-top: 8px;
    display: flex;
    justify-content: space-between;
	width: 100%;
	border-top: solid 1px #BCBDC2;
}

.c-priceDetail_ttl {
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_ttl {
    font-size: 18px;
  }
}

.c-priceDetail_txt {
  margin-top: 5px;
  font-size: 14px;
}

.c-priceDetail_table {
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_table {
    margin-left: auto;
  }
}

.c-priceDetail_pex_cnt {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_pex_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-priceDetail_pex_ttl {
  font-weight: 700;
}

.c-priceDetail_pex_label{
  padding-top: 4px;
  line-height: 1.5;
}
.c-priceDetail_pex_label p:not(:first-child){
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetail_pex_label{
    flex: 1;
    margin-left: 30px;
  }
}

.c-priceDetailWrap {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetailWrap {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.c-priceDetailWrap_member.-gl{
	margin-bottom: 0;
	border-bottom: none;
}
.c-priceDetailWrap_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetailWrap_member {
    margin-bottom: 30px;
  }
}

.c-priceDetailWrap_sum {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

.c-priceDetailWrap_sum dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: auto;
}

@media print, screen and (min-width: 1000px) {
  .c-priceDetailWrap_sum dt {
    margin-right: 100px;
  }
}

.c-priceRed {
  color: #cc0d21;
}

.c-priceRed span {
  font-size: 24px;
  font-weight: 600;
}

@media print, screen and (min-width: 1000px) {
  .c-priceRed span {
    font-size: 26px;
  }
}

.c-priceBlack{
	font-size: 1.8rem;
	font-weight: bold;
}
.c-priceBlack span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .c-priceBlack span {
    font-size: 3.2rem;
  }
}

.c-priceTable {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable {
    width: 57%;
  }
}

.c-priceTable th {
  font-weight: normal;
  color: #888;
  text-align: left;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable th {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable td {
    font-size: 18px;
  }
}

.c-priceTable td:first-child, .c-priceTable td:last-child {
  text-align: right;
  width: 33%;
}

@media print, screen and (max-width: 999px) {
  #modal-price.-gl .c-priceTable td:first-child, #modal-price.-gl .c-priceTable td:last-child,  #modal-price.-gl .c-priceTable td:nth-child(2){
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable td:first-child, .c-priceTable td:last-child {
    width: 25.5%;
  }
  #modal-price.-gl .c-priceTable td:first-child, #modal-price.-gl .c-priceTable td:last-child {
    width: 30%;
  }
}

.c-priceTable td:nth-child(2) {
  padding-left: 9%;
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable td:nth-child(2) {
    padding-left: 19%;
  }
}

.c-priceTable_comment {
  display: block;
  font-size: .7em;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable_comment {
    font-size: .9em;
    -webkit-transform: translateY(-0.7em);
            transform: translateY(-0.7em);
  }
}

.c-priceTable.-item2 td:first-child {
  text-align: left;
  width: auto;
}

.c-priceTable.-item2 td:last-child {
  padding-left: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-priceTable.-s {
    width: 40.2%;
  }
  .c-priceTable.-s th {
    font-size: 14px;
  }
  .c-priceTable.-s td {
    font-size: 16px;
  }
}

.c-priceText {
  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;
  margin-top: -10px;
}
.c-priceText.-line{
	border-bottom: solid 1px #BCBDC2;
}

/* お支払い情報変更入力 現在のお支払い情報 */
.currentPayinfo{
	margin-top: 40px;
}
.currentPayinfo dt{
	font-weight: bold;
}
.currentPayinfo dd{
	margin-top: 16px;
}
.currentPayinfo_credit{
	display: flex;
	align-items: center;
}
.currentPayinfo_credit img {
    height: 24px;
    margin-right: 10px;
}
@media print, screen and (min-width: 1000px) {
	.currentPayinfo_credit img {
		height: 27px;
	}
}

.c-priceText + .c-priceText {
  margin-top: 0;
}

.c-priceText_label {
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-priceText_label.-size-lg {
    font-size: 1.8rem;
  }
}

.c-priceText_price {
  color: #cc0d21;
  font-weight: bold;
}

.c-priceText_price span {
  font-size: 2.4rem;
}
.c-priceText_price.-black{
	color: #323743;
}
.c-priceText_price.-black span{
	font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .c-priceText_price span {
    font-size: 2.6rem;
  }
}


.c-searchFilter_category {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 1000px) {
  .c-searchFilter_category {
    margin-bottom: 40px;
  }
}

.c-searchFilter_toggle {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.c-searchFilter_item {
  margin-bottom: 30px;
}

.c-searchFilter_ttl{
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-searchFilter_label {
  margin-bottom: 10px;
  font-weight: 700;
}

.c-searchFilter_label.is-selected::after {
  content: '\9078\629e\4e2d';
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  vertical-align: text-top;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 12px;
}

.c-searchFilter_btn {
  text-align: center;
}

.c-searchFilter_btn > button + button {
  margin-top: 15px;
}

.c-searchFilter_btn.-flex{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.c-searchFilter_btn.-flex button{
	margin-top: 0;
	width: calc(50% - 4px);
}

@media screen and (max-width: 999px) {
  .c-searchFilter_btn, .c-searchFilter_btn.-flex {
    display: none;
  }
}

.c-searchFilter_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-searchFilter_price .c-select {
  width: 50%;
}

.c-searchFilter_price .c-select_between {
  white-space: nowrap;
  margin: 0 10px 0 15px;
}

.c-searchStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-searchStatus {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.6rem;
  }
}

.c-searchStatus_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .c-searchStatus_count {
    margin-bottom: 4px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-searchStatus_count:last-child {
    margin-top: -8px;
  }
}

.c-searchStatus_count_num > span {
  font-size: 2.1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .c-searchStatus_count_num > span {
    font-size: 2.6rem;
    font-weight: bold;
  }
}

.c-searchStatus_count_display {
  font-size: 1.6rem;
  color: #888;
}

.c-searchStatus_sort {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-searchStatus_sort {
    border-left: 1px solid #ddd;
    margin-left: 40px;
    padding-left: 40px;
  }
}

.c-searchStatus_sort_label {
  margin-right: 10px;
}

.c-searchStatus_select {
  font-size: 1.6rem;
}

@media screen and (max-width: 360px) {
  .c-searchStatus_select {
    font-size: 1.4rem;
  }
}

.c-searchStatus_select + .c-searchStatus_select {
  margin-left: 16px;
}


.c-select {
  display: inline-block;
  position: relative;
}

.c-select > select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-bottom: 1px solid #000;
  padding: 12px 26px 12px 8px;
  border-radius: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-select > select {
    padding: 16px 34px 16px 8px;
  }
}

.c-select > select[data-validation*="required"] {
  background-color: #fae6e8;
}

.c-select > select.is-valid {
  background-color: #fff;
}

.c-select > select.is-error {
  background-color: #fae6e8;
  border-bottom: 2px solid #cc0d21;
}

.c-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

@media print, screen and (min-width: 1000px) {
  .c-select::after {
    width: 16px;
    height: 16px;
    margin-top: -14px;
  }
}

.c-select_between {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-select_between {
    margin-left: 20px;
    margin-right: 30px;
  }
}

.c-select.-full, .c-select.is-full {
  width: 100%;
}

.c-select.-set {
  display: inline-block;
  width: 100%;
  max-width: 260px;
}

.c-select.-set.-cuntory {
  max-width: 390px;
}

@media print, screen and (min-width: 1000px) {
  .c-select.-set.-cuntory {
    min-width: 390px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-select.-set {
    min-width: 260px;
  }
}


@media print, screen and (min-width: 1000px) {
  .c-selectCalendar {
    width: 100%;
    overflow: hidden;
  }
}

.c-selectCalendar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .c-selectCalendar_list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-selectCalendar_item {
  width: 100%;
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-selectCalendar_item {
    width: calc(33.333% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 30px);
            flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}

.c-selectCalendar_ttl {
  text-align: center;
  margin-bottom: 15px;
}

.c-selectCalendar_body {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.c-selectCalendar_head {
  font-weight: normal;
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
}

.c-selectCalendar_head:first-child {
  color: #cc0d21;
}

.c-selectCalendar_head:last-child {
  color: #001457;
}

.c-selectCalendar_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-selectCalendar_blankCell, .c-selectCalendar_cell {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 8px 0;
}

.c-selectCalendar_blankCell {
  color: #ddd;
}

.c-selectCalendar_cell {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-selectCalendar_cell:first-child {
  color: #cc0d21;
}

.c-selectCalendar_cell:last-child {
  color: #001457;
}

.c-selectCalendar_cell:hover {
  background-color: #FAE6E8;
}

.c-selectCalendar_cell:not(.is-disabled) {
  cursor: pointer;
}

.c-selectCalendar_cell.is-holiday, .c-selectCalendar_cell.is-holiday:last-child {
  color: #cc0d21;
}

.c-selectCalendar_cell.is-disabled, .c-selectCalendar_cell.is-holiday.is-disabled {
  pointer-events: none;
  color: #ddd;
}

.c-selectCalendar_cell.is-selected {
  color: #fff;
  background-color: #001457;
}


.c-selectList_item {
  border-bottom: 1px solid #ccc;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
}

.c-selectList_item:hover {
  background-color: #FAE6E8;
}

.c-selectList_check {
  display: none;
}

.c-selectList_body {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-selectList_check:checked + .c-selectList_body {
  background-color: #FAE6E8;
}

.c-selectList_parent {
  margin-bottom: 30px;
}

.c-selectList_parent > .c-selectList_body {
  font-weight: 700;
}

.c-selectList_children {
  border-top: 1px solid #ccc;
  padding-left: 16px;
}

.c-selectList_arrow {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  color: #888;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.c-statusbar {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-statusbar_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-statusbar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.c-statusbar_item:not(:first-child) {
  margin-left: 20px;
  margin-right: -4px;
}

@media print, screen and (min-width: 1000px) {
  .c-statusbar_item:not(:first-child) {
    margin-left: 40px;
  }
}

.c-statusbar_icon {
  font-size: 1.6rem;
  width: 16px;
}

@media print, screen and (min-width: 1000px) {
  .c-statusbar_icon {
    font-size: 1.8rem;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    width: 18px;
  }
}

.c-statusbar_icon.-update {
  font-size: 1.7rem;
}

@media print, screen and (min-width: 1000px) {
  .c-statusbar_icon.-update {
    font-size: 2rem;
    width: 20px;
  }
}

.c-statusbar_text {
  font-size: 1.2rem;
  margin-left: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-statusbar_text {
    font-size: 1.4rem;
  }
}


.c-tab {
  width: calc(100% + 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .c-tab {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tab {
    width: 100%;
  }
}

.c-tab > li {
  border: 1px solid #cc0d21;
  border-left: none;
}

@media screen and (max-width: 999px) {
  .c-tab > li:last-child {
    border-right: none;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tab > li:first-child {
    border-left: 1px solid #cc0d21;
  }
}

.c-tab.-col2 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.c-tab.-col3 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
}

.c-tab.-col4 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.c-tab.-col5 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

.c-tab_item {
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #cc0d21;
  line-height: 1.3;
}

@media screen and (max-width: 999px) {
  .c-tab_item {
    font-size: 1.4rem;
  }
}

.c-tab_item.is-current {
  background-color: #cc0d21;
  color: #fff;
}

.c-tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}

.c-tagList > li:not(.c-tagList_icon) {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #888;
  line-height: 1;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
}

.c-tagList.-air > li:not(.c-tagList_icon){
  margin-right: 20px;
}

.c-tagList > li:not(.c-tagList_icon).-size-lg {
  font-size: 1.2rem;
}

.c-tagList > li:not(.c-tagList_icon).-color-bl {
  background: #000;
  border-color: #000;
  color: #fff;
}

.c-tagList > li:not(.c-tagList_icon).-color-gr {
  background: #e2e2e2;
  border-color: #e2e2e2;
  border-radius: 50vw;
}
.c-tagList > li:not(.c-tagList_icon).-icon {
  min-width: 60px;
  text-align: center;
}

.c-tagList_icon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.c-textLink {
  color: #0012ff;
  text-decoration: underline;
}
.c-textLink.-gl {
  color: #3498DB;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .c-textLink.-gl:hover {
    text-decoration: none;
    opacity: .6;
  }
}

.c-textLink:hover {
  opacity: 1;
  text-decoration: none;
}

.c-textLink_icon {
  vertical-align: middle;
  font-size: 1.1em;
  text-decoration: none;
  margin-left: 7px;
  width: 18px;
}

.c-textLink_icon.-before {
  margin-left: 0;
  margin-right: 7px;
}

.c-textLink.-hotelName span{
  color: #000;
}
.c-card.-type-hotel .c-textLink.-hotelName span,
.c-card.-typeA .c-textLink.-hotelName span{
	font-weight: bold;
}
.c-textLink.-iconLink{
  margin-right: 15px;
}
.c-textLink.-iconLink{
  color: #3498db;
  text-decoration: none;
  word-break: break-all;
}
.c-textLink.-hotelName + .c-tourInfo_rate{
	display: inline-block;
}
.c-textLink.-hotelName + .c-tourInfo_rate + .c-tourInfo_roomtype{
	display: block;
}


@media print, screen and (min-width: 1000px) {
  .c-textLink.-hotelName:hover span {
    text-decoration: underline;
  }
}
.c-textLink.-iconLink .material-icon{
  margin-left: 5px;
	font-size: 1.4rem;
}
@media print, screen and (min-width: 1000px) {
  .c-textLink.-iconLink + .c-tourInfo_rate{
    display: inline;
  }
  .c-tourInfo_roomtype{
    display: block;
  }
}


.c-tooltip {
  display: inline-block;
  position: relative;
}

.c-tooltip.is-show {
  z-index: 99;
}

.c-tooltip_icon {
  background-color: #0012ff;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 1;
  margin-left: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  position: relative;
  z-index: 1;
}
.c-tooltip_icon.-gr{
  background-color: #656972;
}

.c-tooltip:before {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  width: calc(100vw - 52px);
  max-width: 500px;
  height: 100px;
  right: -10px;
  bottom: 0;
}

.c-tooltip_cnt {
  text-align: left;
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px;
  width: calc(100vw - 52px);
  right: -10px;
  bottom: 30px;
}

.c-tooltip_cnt a {
  color: #fff;
}

.c-tooltip_cnt.-wide {
  padding-bottom: 15px;
}

@media print, screen and (min-width: 700px) {
  .c-tooltip_cnt {
    max-width: 300px;
  }
  .c-tooltip_cnt.-wide {
    max-width: 500px;
  }
  .c-tooltip_cnt.-pos {
    right: -140px;
  }
  .c-tooltip_cnt.-searchDetail {
    bottom: 35px;
    right: -95px;
  }
}

.c-tooltip_cnt.is-show {
  display: block;
}

.c-tooltip_cnt.-fav {
  width: 300px;
  display: block;
  opacity: 0;
}

.c-tooltip_cnt.-hotelPrice {
  right: 0px;
  bottom: 40px;
}

.c-tooltip_boxTtl {
  padding: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-tooltip_boxCnt {
  max-height: 150px;
  padding: 5px;
  overflow-y: auto;
}

.c-tooltip_boxCnt > p:not(:first-child),
.c-tooltip_boxCnt > ul:not(:first-child) {
  margin-top: 15px;
}

.c-tooltip_boxCnt li {
  position: relative;
  padding-left: 1.2em;
}

.c-tooltip_boxCnt li::before {
  position: absolute;
  left: 0;
  content: '\30FB';
}

.c-tooltip_arrow {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 9px;
  bottom: -6px;
}

@media print, screen and (min-width: 700px) {
  .-pos .c-tooltip_arrow {
    right: 140px;
  }
}

.-searchDetail .c-tooltip_arrow {
  right: 130px;
}

.-hotelPrice .c-tooltip_arrow {
  right: 30px;
}

.c-tourInfo {
  line-height: 1.5;
}

.c-tourInfo + .c-tourInfo {
  margin-top: 30px;
}

.c-tourInfo.-bd {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_head {
    min-width: 210px;
    max-width: 210px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.c-tourInfo_head > i {
  font-size: 28px;
  margin-right: 12px;
  position: relative;
  top: 7px;
}

.c-tourInfo_label {
  font-weight: 700;
}

.c-tourInfo_label.is-arrange::after {
  content: '\30A2\30EC\30F3\30B8\53EF';
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #888;
  line-height: 1;
  padding: 4px;
}

@media screen and (max-width: 999px) {
  .c-tourInfo_label.is-arrange::after {
    margin-left: 4px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_label.is-arrange::after {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-tourInfo_body {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .c-tourInfo_body {
    margin-top: 5px;
  }
}

.c-tourInfo_body.-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-tourInfo_body.-schedule > div:first-child{
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
 }

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_body.-schedule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-tourInfo_ttl {
  margin-bottom: -20px;
}

.c-tourInfo_ttl:not(:first-child) {
  margin-top: 20px;
}

.c-tourInfo_detail:not(:first-child) {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_detail {
    position: relative;
  }
  .c-tourInfo_detail.-hasBtn {
    min-height: 56px;
    padding-right: 150px;
  }
  .c-tourInfo_detail.-hasTwoBtn {
    min-height: 56px;
    padding-right: 280px;
  }
}

.c-tourInfo_stay {
  margin-bottom: 4px;
}

.c-tourInfo_link {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

.c-tourInfo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-tourInfo_item.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-tourInfo_item.-vertical .c-tourInfo_btn {
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .c-tourInfo_item.-vertical .c-tourInfo_btn {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-tourInfo_btn {
  margin-left: 20px;
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-tourInfo_btn form {
  display: inline-block;
}

.c-tourInfo_btn button:not(:first-child) {
  margin-left: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_btn button:not(:first-child) {
    margin-left: 20px;
  }
}

.c-tourInfo_rate {
  display: block;
}

.c-tourInfo_tag {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #888;
  line-height: 1;
  padding: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-left: 8px;
}

.c-tourInfo_text {
   margin-top: 10px;
 }

.c-tourInfo_subtext {
  font-size: 1.4rem;
}

.c-tourInfo_media-name,
.c-tourInfo_media_name{
	margin-bottom: 5px;
	width: 100%;
}

.c-tourInfo_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-tourInfo_media:not(:first-child) {
   margin-top: 10px;
 }

.c-tourInfo_media-name + .c-tourInfo_media,
.c-tourInfo_media_name + .c-tourInfo_media{
	margin-top: 0;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media {
    min-width: calc(100% - 370px);
  }
}

.c-tourInfo_media_cnt{
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
 }

 .c-tourInfo_media_info {
    margin-right: 20px;
 }
.c-tourInfo_media_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-top: 5px;
  margin-right: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media_img {
    margin-right: 20px;
  }
}

.c-tourInfo_media_img.-airline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}

.c-tourInfo_media_img.-boat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  padding-left: 5px;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media_img.-boat {
    padding-left: 10px;
  }
}

.c-tourInfo_media_img.-boat i {
  font-size: 3rem;
  width: 30px;
}

.c-tourInfo_media_modalLink {
  display: block;
  margin-top: 6px;
  margin-right: auto;
  text-align: left;
  font-size: 1.4rem;
  color: #0012ff;
  text-decoration: underline;
  cursor: pointer;
}
.c-tourInfo_media_modalLink:hover {
  text-decoration: none;
}

.c-tourInfo_media_btn {
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
}

.c-tourInfo_media_btn button{
  font-weight: normal;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media_btn {
    margin-top: 0;
    min-width: 180px;
    max-width: 180px;
  }
  .c-tourInfo_media_btn.-col2 {
    min-width: 100%;
    max-width: 100%;
    margin-top: 6px;
  }
  .c-tourInfo_media_btn.-col3 {
    min-width: 100%;
    max-width: 100%;
    margin-top: 6px;
  }
}
.c-tourInfo_media_btn.-col2,
.c-tourInfo_media_btn.-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 400px) {
  .c-btn.-size-htldetail{
    max-width: 135px;
    min-width: 135px;
  }
  .c-tourInfo_media_btn.-col3 .c-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-tourInfo_media_btn > *:not(:first-child) {
  margin-left: 5px;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media_btn > *:not(:first-child) {
    margin-left: 16px;
  }
}

.c-tourInfo_media_tag {
  margin-top: 6px;
}

@media print, screen and (min-width: 1000px) {
  .c-tourInfo_media_tag {
    margin-top: 10px;
  }
}

.c-ttl-main {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}

@media print, screen and (min-width: 1000px) {
  .c-ttl-main {
    font-size: 3rem;
  }
}

.c-ttl-lg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

@media print, screen and (min-width: 1000px) {
  .c-ttl-lg {
    font-size: 2.6rem;
  }
}

.c-ttl-lg.is-required::after {
  content: '\5FC5\9808';
  font-weight: normal;
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  margin-left: 12px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.c-ttl-lg.is-required.-gl::after{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #CC0D21;
  padding: 2px 6px 3px;
  border: solid 1px #CC0D21;
  border-radius: 50vw;
  background-color: #fff;
  vertical-align: middle;
  transform: translateY(-1px);
}

@media print, screen and (min-width: 1000px) {
  .c-ttl-lg.is-required::after {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.c-ttl-ls {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
}
@media print, screen and (min-width: 1000px) {
  .c-ttl-ls {
    font-size: 2.2rem;
  }
}

.c-ttl-md {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
}

@media print, screen and (min-width: 1000px) {
  .c-ttl-md {
    font-size: 2rem;
  }
}

.c-ttl-sm {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

@media print, screen and (min-width: 1000px) {
  .c-ttl-sm {
    font-size: 1.8rem;
  }
}

.c-ttl-sm.is-required::after {
  content: '\5FC5\9808';
  font-size: 1.2rem;
  font-weight: normal;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  margin-left: 12px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.c-ttl-sm.is-required.-gl:after{
    display: inline-block;
    font-size: 1.2rem;
  font-weight: bold;
    line-height: 1;
    color: #CC0D21;
    padding: 2px 6px 3px;
    border: solid 1px #CC0D21;
    border-radius: 50vw;
    background-color: #fff;
    vertical-align: middle;
  transform: translateY(-1px);
}

.c-ttl_tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px solid #000;
  padding: 4px 6px;
  line-height: 1;
  margin-left: 12px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-ttlBlock-main {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-main {
    margin-bottom: 70px;
  }
}

.c-ttlBlock-main_note {
  margin-top: 20px;
}

.c-ttlBlock-main_note p + p {
  margin-top: 20px;
}

.c-ttlBlock-main_note02{
	font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
	.c-ttlBlock-main_note02{
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 1000px) {
	.c-ttlBlock-main_note02{
		font-size: 2.1rem;
		text-align: center;
	}
}
@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-main_note p + p {
    margin-top: 30px;
  }
}

.c-ttlBlock-lg {
  margin-bottom: 30px;
  border-bottom: 5px solid #000;
  padding-bottom: 8px;
}

.c-ttlBlock-lg.-mb-s {
  margin-bottom: 22px;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-lg {
    border-bottom: 8px solid #000;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .c-ttlBlock-lg.-mb-s {
    margin-bottom: 30px;
  }
}

.c-ttlBlock-lg.-noline{
  margin-bottom: 32px;
  padding-bottom: 0;
  border-bottom: none;
}

.c-ttlBlock-lg.-pos{
	position: relative;
}

.howtospend{
	position: absolute;
	right: 0;
	top: 0;
}
.howtospend a{
	display: block;
	padding: 2px 10px;
	font-size: 1.3rem;
	border-radius: 50vw;
	border: solid 1px #3498db;
	background: #fff;
}
.howtospend .material-icon{
	margin-left: 5px;
}

@media print, screen and (min-width: 1000px) {
	.howtospend a{
		padding: 4px 20px;
		font-size: 1.6rem;
	}
}

.c-ttlBlock-lg.-ttlbt{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-ttlBlock-lg.-ttlbt .c-ttl-lg{
  padding: 5px 0;
}
.c-ttlBlock-lg.-ttlbt .howtospend{
  position: inherit;
  display: inline-block;
  padding: 5px 0;
}

.c-ttlBlock-md {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 6px solid #000;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-md {
    margin-bottom: 30px;
    border-left-width: 8px;
  }
}

@media screen and (max-width: 999px) {
  .c-ttlBlock-md.-modalTitle-sm {
    border-left: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .c-ttlBlock-md.-modalTitle-sm .c-ttl-md {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.3;
  }
}

.c-ttlBlock-sm {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

.c-ttlBlock-sm.-mb-s {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-sm {
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom-width: 3px;
  }
  .c-ttlBlock-sm.-mb-s {
    margin-bottom: 30px;
  }
}

.c-ttlBlock-xs {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-xs {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }
}

.c-ttlBlock-xs-s {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .c-ttlBlock-xs-s {
    margin-bottom: 20px;
  }
}


.c-vehicleCard {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  padding: 10px;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard {
    padding: 30px;
  }
}

.c-vehicleCard.is-selected {
  border: 1px solid #cc0d21;
  -webkit-box-shadow: 0px 1px 3px 0px #cc0d21;
          box-shadow: 0px 1px 3px 0px #cc0d21;
  position: relative;
  padding-top: 38px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard.is-selected {
    padding-top: 58px;
  }
}

.c-vehicleCard.is-selected:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\9078\629E\4E2D\306E\30D5\30E9\30A4\30C8';
  font-size: 1.2rem;
  display: block;
  color: #fff;
  background-color: #cc0d21;
  width: 100%;
  height: 28px;
  padding: 5px 10px;
}

.c-vehicleCard.is-selected.-gl:before{
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

.c-vehicleCard + .c-vehicleCard {
  margin-top: 12px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard + .c-vehicleCard {
    margin-top: 20px;
  }
}

.c-vehicleCard_ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_ttl {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}

.c-vehicleCard_tag {
  width: 100%;
  margin-bottom: 12px;
}

.c-vehicleCard_cnt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_cnt.-transfer{
    position: relative;
  }
  .c-vehicleCard_cnt.-transfer:before{
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    display: inline-block;
    width: 85px;
    height: 1px;
    background: #fff;
  }
  .c-vehicleCard_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

 .c-vehicleCard_cnt.-gl{
    display: block;
  }

.c-vehicleCard_cnt + .c-vehicleCard_cnt {
  padding-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_cnt + .c-vehicleCard_cnt {
    padding-top: 30px;
  }
}

.c-vehicleCard_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 255px;
            flex: 0 0 255px;
    margin-right: 30px;
    margin-bottom: -5px;
  }
}

.c-vehicleCard_brand + .c-vehicleCard_brand{
  padding-top: 20px;
}
@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_brand + .c-vehicleCard_brand{
    padding-top: 30px;
  }
}

.c-vehicleCard_brand_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  margin-right: 12px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_brand_img {
    margin-right: 20px;
  }
}

.c-vehicleCard_brand_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  padding-left: 6px;
  margin-right: 12px;
  text-align: center;
}

.c-vehicleCard_brand_icon i {
  font-size: 3rem;
  width: 30px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_brand_icon {
    padding-left: 10px;
    margin-right: 20px;
  }
}

.c-vehicleCard_brand_info {
  margin-top: -5px;
}

.c-vehicleCard_brand_name {
  font-weight: 700;
  font-size: 1.6rem;
}

.c-vehicleCard_brand_tag {
  margin-top: 6px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_brand_tag {
    margin-top: 10px;
    width: 170px;
  }
}

.c-vehicleCard_info {
  width: 100%;
  margin-top: 15px;
  padding-left: 30px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 285px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -5px;
  }
}

.c-vehicleCard_box {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-vehicleCard_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_time {
    width: 85px;
    margin-top: -2px;
  }
}

.c-vehicleCard_time span {
  font-size: 1.2rem;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  margin-right: 10px;
  margin-left: -30px;
}

.c-vehicleCard_departure {
  position: relative;
}

.c-vehicleCard_departure:after {
  content: '\2193';
  position: absolute;
  top: 24px;
  left: 4px;
  color: #000;
}

.c-vehicleCard_caution {
  text-align: right;
  margin-top: -10px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_caution {
    margin-top: -5px;
  }
  .c-vehicleCard_caution:last-child {
    margin-top: -15px;
  }
}

.c-vehicleCard_foot {
  padding-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  .c-vehicleCard_foot.-campaign {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .c-vehicleCard_foot.-campaign .c-vehicleCard_price {
    margin-top: -8px;
  }
}

.c-vehicleCard_note {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_note {
    margin-bottom: 30px;
  }
}

.c-vehicleCard_price {
  text-align: right;
  line-height: 1.5;
}

.c-vehicleCard_price:last-child {
  margin-top: -10px;
}

.c-vehicleCard_price_st {
  font-weight: 900;
  margin-left: 10px;
}

.c-vehicleCard_price_sale {
  margin-left: 10px;
}

.c-vehicleCard_price_sale > button {
  text-decoration: line-through;
  font-size: 1.8rem;
  margin-left: 5px;
}

.c-vehicleCard_btn {
  width: 100%;
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_btn {
    max-width: 320px;
    margin-top: 0;
    margin-left: 30px;
  }
}

.c-vehicleCard_btn-g {
  padding: 12px 19px;
  width: 100%;
  margin-top: 15px;
  line-height: 1.4;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 1000px) {
  .c-vehicleCard_btn-g {
    padding: 16px 31px;
    max-width: 320px;
    margin-top: 0;
    margin-left: 30px;
    font-size: 1.6rem;
  }
}

.p-error-mv {
  background: url(../img/error/bg-error.png) center center no-repeat;
  background-size: cover;
}

.p-error-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 60px 32px;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__inner {
    padding: 100px 60px;
  }
}

.p-error-mv__txt {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__txt {
    display: inline-block;
    font-size: 1.6rem;
  }
}

.p-error-mv__txt .heading-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__txt .heading-title {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
  }
}

.p-error-mv__txt .heading-title::before {
  background: url(../img/error/ic_attention.png) no-repeat 0 0;
  background-size: 20px auto;
  color: #cc0d21;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-right: 0.4em;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__txt .heading-title::before {
    background: url(../img/error/ic_attention.png) no-repeat 0 0;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
  }
}

.p-error-mv__txt p + p {
  padding-top: 1em;
}

.p-error-mv__btn {
  padding-top: 30px;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__btn {
    padding-top: 40px;
    text-align: center;
  }
}

.p-error-mv__btn .btn {
  background-color: #195178;
  border: 1px solid #195178;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  .p-error-mv__btn .btn {
    padding: 16px 24px;
    display: inline-block;
  }
}

.p-favoriteDel {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-favoriteDel {
    font-size: 1.6rem;
  }
}

.p-favoriteList_item:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-favoriteList_item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-favoriteList_date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.p-favoriteList_card.is-deleted > .c-card {
  display: none;
}

.p-favoriteDeleted {
  border: 1px dotted #888;
  background-color: #fff;
  padding: 20px 10px;
  font-size: 1.4rem;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .p-favoriteDeleted {
    padding: 40px 10px;
  }
}

.p-favoriteDeleted_txt {
  margin-bottom: 10px;
}

.p-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-loading_cnt {
  text-align: center;
}

.p-loading_img {
  max-width: 360px;
  margin: 0 auto 45px;
}

.p-loading_lead {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: -10px;
	line-height: 1.4;
}
.p-loading_lead span{
	font-weight: bold;
}
@media screen and (max-width: 999px) {
	.p-loading_lead span{
		display: inline-block;
	}
}
@media print, screen and (min-width: 1000px) {
  .p-loading_img {
    max-width: 445px;
  }
}

.p-loading_lead {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: -10px;
}

@media print, screen and (min-width: 1000px) {
  .p-loading_lead {
    font-size: 3rem;
    margin-bottom: -5px;
  }
}

.p-loading_text {
  line-height: 1.5;
  margin-top: 16px;
}

.p-loading_text span {
  display: inline-block;
}

.gl-warning.fit-loading-warning,
.gl-warning.loading-warning{
	max-width: 840px;
	width: 100%;
	margin: 24px auto 0;
	padding: 16px;
	text-align: left;
	line-height: 1.6;
}
.JTB-el_attention.-warning.fit-loading-warning{
	border: solid 1px #d7d7d7;
	background: #ffffe3;
}
.JTB-el_attention.-warning.fit-loading-warning i{
}
.JTB-el_attention.-warning.fit-loading-warning i:before{
	content: "";
	width: 24px;
	height: 22px;
	background: url("/kaigai_parts/a/_img/reservation/ico-warning.svg") center / 100% auto no-repeat;
}

.loading-warning_bot{
	margin: 8px 0 0 24px;
	list-style: disc;
}
@media screen and (max-width: 999px) {
	.gl-warning.fit-loading-warning,
	.gl-warning.loading-warning{
		font-size: 1.4rem;
		align-items: center;
	}
}
@media print, screen and (min-width: 1000px) {
	.gl-warning.fit-loading-warning,
	.gl-warning.loading-warning{
		margin-top: 32px;
		padding: 24px;
	}
	.loading-warning.JTB-el_attention i{
		transform: translateY(-2px);
	}
	.loading-warning_bot{
		margin-left: 56px;
	}
}
.p-optionTxt {
  font-size: 1.4rem;
}

.p-optionForm_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-optionForm_txt i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #888;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-optionForm_txt i.-calender {
  right: 5px;
}

@media print, screen and (min-width: 1000px) {
  .p-optionForm_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
  }
  .p-optionForm_label {
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-optionForm_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .p-optionForm_txt i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #888;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-optionForm_txt i.-calender {
    right: 5px;
  }
  .p-optionForm .c-inputText {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.p-reserveComplete-notice {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-notice {
    font-size: 1.6rem;
  }
}

.p-reserveComplete-notice span {
  font-weight: 900;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-notice span {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-notice p + p {
    margin-left: 60px;
  }
}

.p-reserveComplete-option_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  clear: both;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-reserveComplete-option_item:first-child {
  padding-top: 0;
}

.p-reserveComplete-option_item.-hasImg .p-reserveComplete-option_cnt {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_item.-hasImg .p-reserveComplete-option_cnt {
    margin-top: 15px;
  }
}

.p-reserveComplete-option_img {
  float: left;
  width: 120px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_img {
    width: 180px;
    margin-right: 30px;
  }
}

.p-reserveComplete-option_imgText {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_imgText {
    width: 180px;
    height: 135px;
    padding: 10px;
  }
}

.p-reserveComplete-option_imgText > span {
  text-align: center;
  line-height: 1.4;
}

.p-reserveComplete-option_imgText > span > span {
  display: inline-block;
}

.p-reserveComplete-option_imgText_place {
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .p-reserveComplete-option_imgText_place {
    font-size: 1.3rem;
  }
}

.p-reserveComplete-option_imgText_price {
  margin-top: 4px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_imgText_price {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.p-reserveComplete-option_imgText_priceNum {
  font-size: 1.6rem;
  font-weight: 900;
  color: #cc0d21;
  margin-left: 4px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_imgText_priceNum {
    font-size: 2rem;
  }
}

.p-reserveComplete-option_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_ttl {
    font-size: 1.8rem;
  }
}

.p-reserveComplete-option_cnt {
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .p-reserveComplete-option_cnt {
    clear: both;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_cnt {
    overflow: hidden;
  }
}

.p-reserveComplete-option_linkList > li + li {
  margin-top: 5px;
}

.p-reserveComplete-option_btn {
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveComplete-option_btn {
    text-align: left;
  }
}

.p-reserveConfirmation_btn {
  position: relative;
  padding-right: 100px;
}

.p-reserveConfirmation_btn .c-btn {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 95px;
  height: 32px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveConfirmation_btn .c-btn {
    width: 103px;
    height: 40px;
    font-size: 1.6rem;
  }
}

.p-reserveInp-support {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 999px) {
  .p-reserveInp-supportPlan {
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-supportPlan {
    width: 100%;
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
}

.p-reserveInp-supportPlan + .p-reserveInp-supportPlan {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-supportPlan + .p-reserveInp-supportPlan {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-supportPlan_cnt {
    padding-left: 30px;
  }
}

.p-reserveInp-pexList {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList {
    margin-bottom: 30px;
  }
}

.p-reserveInp-pexList_item {
  padding: 20px 10px 20px 30px;
  border-bottom: 1px solid #ddd;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.p-reserveInp-pexList_label {
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList_label {
    width: 240px;
  }
}

.p-reserveInp-pexList_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList_cnt {
    width: 36%;
  }
}

.p-reserveInp-pexList_planName, .p-reserveInp-pexList_planPrice {
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-reserveInp-pexList_planName {
  width: 205px;
  padding-right: 20px;
}

@media screen and (max-width: 360px) {
  .p-reserveInp-pexList_planName {
    width: 160px;
  }
}

.p-reserveInp-pexList_planPrice {
  vertical-align: top;
}

.p-reserveInp-pexList_plan {
  margin-top: 5px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList_plan {
    margin-top: 15px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p-reserveInp-pexList_plan li + li {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .p-reserveInp-pexList_plan li + li {
    margin-top: 15px;
  }
}

.p-reserveInp-pexList_name {
  margin-bottom: 5px;
}

.p-reserveInp-pexList_name.is-error {
  color: #cc0d21;
}

.p-reservePaymentInp_coupon_item {
  max-width: 390px;
}

.p-reservePaymentInp_coupon_item:not(:first-child) {
  margin-top: 10px;
}

.p-searchAir_cardList {
  margin-bottom: 30px;
}

.p-searchAir_cardList.-gl{
  margin-top: 30px;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchAir_cardList {
    margin-bottom: 60px;
  }
  .p-searchAir_cardList.-gl{
    margin-top: 50px;
  }
}

.p-searchDetail_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 999px) {
  .p-searchDetail_meta.-wide {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_meta {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_meta > .p-searchDetail_fav {
    display: none;
  }
}

.p-searchDetail_share {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .p-searchDetail_share {
    width: 100%;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_share {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-searchDetail_share .fb-share-button span {
  vertical-align: baseline !important;
}

@media screen and (max-width: 999px) {
  .p-searchDetail_share_item {
    margin-bottom: 5px;
  }
}

.p-searchDetail_share_item:not(:last-child) {
  margin-right: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_share_item:not(:last-child) {
    margin-right: 25px;
  }
}
.p-searchDetail_share_btn {
	display: block;
	width: 100%;
	height: 100%;
	color: #95999E!important;
	line-height: 1;
	font-size: 2.2rem;
    cursor: pointer;
	vertical-align: middle;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media screen and (max-width: 999px) {
  .p-searchDetail_share_btn, a.p-searchDetail_share_btn{
    font-size: 1.8rem;
  }
}
.p-searchDetail_share_btn.is-active{
  color: #cc0d21!important;
}
.p-searchDetail_share_btn .material-icon, a.p-searchDetail_share_btn .material-icon{
	transition: opacity 0.3s;
}
.p-searchDetail_share_btn:hover .material-icon, a.p-searchDetail_share_btn:hover .material-icon{
  opacity: 0.6;
}

/* お気に入りツールチップ */
.p-searchDetail_share_btn {
	position: relative;
}
.tooltip-fav {
	pointer-events: none;
	position: absolute;
	z-index: 1000;
	padding: 8px 16px;
	width: 190px;
	line-height: 1.5;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 4px;
	background: #323743;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	white-space: normal;
	text-align: center;
}
.tooltip-fav::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 8px;
	transform: translateX(-50%);
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #323743 transparent transparent transparent;
}
.tooltip-fav.is-show {
	opacity: 1;
	visibility: visible;
}
@media print, screen and (min-width: 1000px) {
	.tooltip-fav::after {
		right: 12px;
	}

}

/* モーダル内シェアボタン */
[data-modal-close] .JTB-el_foundation-icons{
	font-size: 3.0rem;
}
.modal-social_wrap em{
	font-style: normal;
}
.modal-social_wrap .JTB-el_btn{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.modal-social_wrap .material-icon{
  margin-right: 10px;
}
.modal-social_wrap .sns-modal_share{
	margin-top: 20px!important;
}
.modal-social_wrap .JTB-el_social{
	justify-content: center!important;
	margin: 0;
}
.JTB-el_horizontal__item{
	margin: 0 10px;
}
@media print, screen and (min-width: 1000px) {
	.JTB-el_horizontal__item{
		margin: 0 16px;
	}
}
.JTB-el_snackbar{
	font-size: 1.6rem;
	z-index: 1000;
}
.JTB-el_snackbar__checked{
	font-size: 2.0rem;
}
.JTB-el_snackbar.is-active{
	bottom: 20px;
}
.modal-social_wrap .sns-modal_share-btn {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.modal-social_wrap .sns-modal_share-btn.-twitter{ color: #fff; }
.modal-social_wrap .sns-modal_share-btn.-facebook{ color: #3b5999; }
.modal-social_wrap .sns-modal_share-btn.-line{ color: #00c300; }
.modal-social_wrap .sns-modal_share-btn img{
  width: 40px;
  height: 40px;
	max-width: none;
}
.modal-social_wrap .sns-modal_share-btn.-twitter{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #55acee;
}
.modal-social_wrap .sns-modal_share-btn.-mail{
  font-size: 3.7rem;
  color: #323743;
  display: inline-flex;
  vertical-align: middle;
}
.modal-favorite_wrap em{
	font-style: normal;
}
.modal-favorite_wrap .JTB-el_horizontal__inner{
	justify-content: center!important;
	margin: 0;
}
.modal-favorite_wrap .JTB-el_horizontal__item{
	margin: 0;
	width: 50%;
	text-align: center;
}
.favmodal-txt{
  padding-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .favmodal-txt{
    padding-top: 20px;
  }
  .c-btnBlock-horizontal .c-btn.favmodal_bt{
    width: 150px;
    min-width: 150px;
  }
}































.p-searchDetail_id {
  font-size: 1.2rem;
  color: #888;
  word-break: break-all;
}

@media screen and (max-width: 999px) {
  .p-searchDetail_id {
    line-height: 1.5;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 80px);
            flex: 0 1 calc(100% - 80px);
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_id {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-searchDetail_fav {
  border: 1px solid #cc0d21;
  padding: 12px;
  color: #cc0d21;
}

.p-searchDetail_fav_border {
  display: block;
}

.p-searchDetail_fav_fill {
  display: none;
}

.p-searchDetail_fav.is-active .p-searchDetail_fav_border {
  display: none;
}

.p-searchDetail_fav.is-active .p-searchDetail_fav_fill {
  display: block;
}

.p-searchDetail_tag {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_tag {
    margin-bottom: 10px;
  }
}

.p-searchDetail_lead {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_lead {
    margin-bottom: 60px;
  }
}

.p-searchDetail_ttl {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_ttl {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.p-searchDetail_main {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_main {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-searchDetail_mainCnt {
  position: relative;
  overflow: hidden;
}

.p-searchDetail_mainCnt + .p-searchDetail_mainCnt {
  margin-top: 80px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_mainCnt {
    min-width: calc(75% - 15px);
    max-width: calc(75% - 15px);
  }
  .p-searchDetail_mainCnt + .p-searchDetail_mainCnt {
    margin-top: 110px;
  }
}

.p-searchDetail_mainCnt:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_mainCnt:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-searchDetail_tourInfo .c-tourInfo + .c-tourInfo {
  margin-top: 16px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_tourInfo .c-tourInfo + .c-tourInfo {
    margin-top: 10px;
  }
}

.p-searchDetail_reserve {
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_priceNav {
    margin-top: 0;
    margin-bottom: 0;
    min-width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    top: 15px;
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (max-width: 999px) {
  .p-searchDetail_priceNav .c-priceBox {
    margin-top: 25px;
  }
  .p-searchDetail_priceNav .c-priceBox_point {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 999px) {
  .p-searchDetail_priceNav_btn {
    display: none;
  }
  .p-searchDetail_priceNav_btn-sp {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_priceNav_btn {
    margin-top: 40px;
  }
  .p-searchDetail_priceNav_btn:first-child {
    margin-top: 5px;
  }
  .p-searchDetail_priceNav_btn-sp {
    display: none;
  }
}

.p-searchDetail_priceNav_reserve {
  margin-top: 0!important;
  width: auto!important;
}

.p-searchDetail_priceNav_fav > i {
  vertical-align: top;
  height: 0;
}

.p-searchDetail_priceNav_fav_border {
  display: inline-block;
}

.p-searchDetail_priceNav_fav_fill {
  display: none;
}

.p-searchDetail_priceNav_fav.is-active .p-searchDetail_priceNav_fav_border {
  display: none;
}

.p-searchDetail_priceNav_fav.is-active .p-searchDetail_priceNav_fav_fill {
  display: inline-block;
}


.p-searchDetail_priceNav_fav .js-favBtnText_added,
.p-searchDetail_priceNav_fav.is-active .js-favBtnText{
  display: none;
}
.p-searchDetail_priceNav_fav .js-favBtnText,
.p-searchDetail_priceNav_fav.is-active .js-favBtnText_added {
  display: inline-block;
}


@media print, screen and (min-width: 1000px) {
  .p-searchDetail_schedule {
    width: calc(75% - 15px);
  }
}

.p-searchDetail_bottomBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}

.p-searchDetail_bottomBtn button {
  margin: 10px 5px 0;
}

@media screen and (max-width: 374px) {
  .p-searchDetail_bottomBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_bottomBtn .p-searchDetail_priceNav_fav {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_bottomShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-searchDetail_cancelTable {
  width: 100%;
  max-width: 460px;
  line-height: 2.3;
}

.p-searchDetail_cancelTable th {
  text-align: left;
  color: #888;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_cancelTable th {
    font-size: 1.4rem;
  }
}

.p-searchDetail_cancelTable th:first-child,
.p-searchDetail_cancelTable td:first-child {
  width: 70%;
}

.p-searchDetail_cancelTable td:last-child {
  text-align: right;
}

.p-searchDetail_modalHotel_btn {
  margin-top: -30px;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_modalHotel_btn {
    margin-top: -65px;
  }
}

.p-searchDetail_modalHotel_btn button + button {
  margin-left: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_modalHotel_btn button + button {
    margin-left: 40px;
  }
}

.p-searchDetail_footCnt {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 12px;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  box-shadow: 0px -1px 3px rgb(0 0 0 / 30%);
}

.p-searchResult_footCnt.-fixed-foot{
  border-top: none;
  box-shadow: 0px -1px 3px rgb(0 0 0 / 30%);
}
.p-searchResult_footCnt.-fixed-foot .JTB-el_btn{
  margin: 0 auto;
  max-width: 345px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchDetail_footCnt {
    display: none;
  }
}

.p-searchDetail_footCnt_text {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-right: 6px;
  margin-right: auto;
}

@media screen and (max-width: 360px) {
  .p-searchDetail_footCnt_text {
    font-size: 1.2rem;
  }
}

.p-searchDetail_footCnt_price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #cc0d21;
  margin-right: 18px;
}

@media screen and (max-width: 360px) {
  .p-searchDetail_footCnt_price {
    font-size: 2rem;
    margin-right: 12px;
  }
}

.p-searchDetail_footCnt_price > span {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 360px) {
  .p-searchDetail_footCnt_price > span {
    font-size: 1.1rem;
  }
}

.p-searchDetail_footCnt_btn {
  padding-left: 10px;
  padding-right: 14px;
}

@media screen and (max-width: 360px) {
  .p-searchDetail_footCnt_btn {
    padding-left: 6px;
    padding-right: 10px;
    font-size: 1.3rem;
  }
}

.p-searchDetail_footCnt.is-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

_:-ms-lang(x)::-ms-backdrop, .p-searchDetail_share_twitter {
  display: none;
}

p.c-country-caution-subject,
p.c-country-material-caution-subject,
p.c-city-caution-subject,
p.c-city-material-caution-subject {
font-weight: bold;
margin-bottom: 5px;
}
.p-searchDetail_notes p.c-city-material-caution-subject{
font-weight: normal;
}

p.c-country-caution-subject:not(:first-of-type),
p.c-country-material-caution-subject:not(:first-of-type),
p.c-city-caution-subject:not(:first-of-type),
p.c-city-material-caution-subject:not(:first-of-type) {
  margin-top: 20px;
}

_:-ms-lang(x)::-ms-backdrop, .p-searchDetail_priceNav {
  min-width: 280px;
  max-width: 280px;
}

@media print, screen and (min-width: 1000px) {
  _:-ms-lang(x)::-ms-backdrop, .p-searchDetail_schedule .c-tourInfo {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.p-searchHistoryList_item:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchHistoryList_item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.p-searchHistoryList_date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.p-searchHistoryList_card.is-deleted > .c-card {
  display: none;
}

.p-searchHistoryDel {
  font-size: 1.4rem;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .p-searchHistoryDel {
    font-size: 1.6rem;
  }
}

.p-searchHistoryDeleted {
  border: 1px dotted #888;
  background-color: #fff;
  padding: 20px 10px;
  font-size: 1.4rem;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .p-searchHistoryDeleted {
    padding: 40px 10px;
  }
}

.p-searchHistoryDeleted_txt {
  margin-bottom: 10px;
}

.p-searchResult_cardList {
  margin-bottom: 30px;
}
.p-searchResult_cardList.-gl {
	margin-bottom: 24px;
}

@media print, screen and (min-width: 1000px) {
  .p-searchResult_cardList {
    margin-bottom: 60px;
  }
}

.p-searchResult_keywords {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.p-searchResult_keywordsText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-searchResult_searchForm {
  margin-top: 40px;
}

.p-searchResult_searchForm_btn {
  margin-top: 40px;
}

.p-searchResult_footCnt {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #000;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.p-searchResult_footCnt.is-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.p-selectInp_block:not(:last-child) {
  padding-bottom: 30px;
}

.p-selectInp_block + .p-selectInp_block {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}


/* 再検索パネル */
.srpanel{
  margin: 20px auto 0;
  padding: 20px 10px;
  width: 100%;
  border: solid 1px #BCBDC2;
}

.srpanel:not(.-wide){
	max-width: 900px;
}

.sredpanel{
  padding-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .srpanel{
    margin: 40px auto 0;
    padding: 20px 45px;
  }
}
.srpanel-choosing.-kodawari-choosing{
  margin-top: 30px;
}
@media print, screen and (min-width: 1000px) {
  .srpanel-choosing.-kodawari-choosing{
    margin-top: 50px;
  }
}

.srpanel-ttl{
  font-size: 1.6rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1000px) {
  .srpanel-ttl{
    font-size: 1.8rem;
  }
}
.srpanel-dl + .srpanel-ttl{
  margin-top: 16px;
}
.srpanel-dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.srpanel-dt{
  width: 5em;
}
.srpanel-dd{
  margin-left: 2em;
  width: calc(100% - 7em);
}
.srpanel-dt, .srpanel-dd{
  margin-top: 8px;
}

.srpanel .p-searchResult_searchForm{
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #BCBDC2;
}
.p-searchResult_searchForm_btn .c-btn{
  flex-basis: 100%;
  width: 100%;
  max-width: 368px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media print, screen and (max-width: 999px) {
  .srpanel .u-mt-lg{
    margin-top: 20px;
    width: 100%;
  }
  .p-searchResult_searchForm_btn{
    margin-top: 20px;
  }
}

.srpanel .c-btnBlock-kodawari{
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.srpanel-more{
  margin-top: 20px;
  text-align: center;
}

.srpanel-more_bt{
  position: relative;
  width: auto;
  margin: 0 auto;
  color: #3498DB;
  font-size: 1.6rem;
  line-height: 1;
}
.srpanel-more_bt:after{
  top: 4px;
  border-color: #3498DB;
}
.srpanel-more_bt[aria-expanded=true]:after{
  top: 6px;
}
.srpanel-more_bt-txt{
  padding-right: 1.5em!important;
  font-weight: 700;
}
@media print, screen and (min-width: 1000px) {
  .srpanel-more_bt{
    font-size: 1.8rem!important;
  }
  .srpanel-more_bt:after{
    width: 8px;
    height: 8px;
  }
  .srpanel-more_bt[aria-expanded=true]:after{
    top: 8px;
  }
}

/* ホテルグレード説明 */
.hotelgrade_icon{
  margin: 0 5px;
  line-height: 1;
}
.hotelgrade_icon .material-icon {
  color: #656972;
  font-size: 100%;
}
.hotelgrade-panel_label{
  font-size: 2.0rem;
  line-height: 1.3;
}
.hotelgrade-panel_item{
  margin-top: 10px;
}
.hotelgrade-panel_item .material-icon{
  font-size: 100%;
}
.hotelgrade-panel_item .material-icon.star-on{
  color: #e18d52;
}
.hotelgrade-panel_item .material-icon.star-off{
  color: #bcbdc2;
}
.hotelgrade-panel_item-txt{
  font-size: 1.1rem;
}

/* 他のおすすめホテル一覧 */
.c-card_hoteldetail{
	margin-top: 10px;
}
.c-card_hoteldetail a{
	position: relative;
	display: inline-block;
	padding: 0 35px 1px 20px;
	color: #3498DB;
	font-size: 1.4rem;
	line-height: 1.7;
	border-radius: 50vw;
	border: solid 1px #3498DB;
	background: #fff;
}
.c-card_hoteldetail .material-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}

/* ホテルグレード説明 PC用ツールチップ */
@media print, screen and (min-width: 1000px){
  .hotelgrade{
    display: none;
    position: absolute;
    z-index: 3;
    padding-top: 6px;
    width: 350px;
  }
  .hotelgrade.-hotel{
    z-index: 9999;
  }
  .hotelgrade.is-show{
    display: block;
  }

  .hotelgrade_cnt {
    position: relative;
    padding: 10px;
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6;
    border-radius: 5px;
    background-color: #000;
  }
  .hotelgrade_arrow{
    position: absolute;
    right: 83px;
    top: -6px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hotelgrade.-hotel .hotelgrade_arrow{
    right: 253px;
  }
  .hotelgrade_close{
    display: none;
  }
}
@media print, screen and (max-width: 999px){
  .hotelgrade{
    display: none;
  }

  .hotelgrade_modal{
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hotelgrade_modal.is-show{
    opacity: 1;
  }
  .hotelgrade_modalbox{
    width: calc(100% - 32px);
    max-width: 600px;
    max-height: calc(100% - 140px);
    position: relative;
    border-radius: 8px;
    background-color: #fff;
  }
  .hotelgrade_close{
    position: absolute;
    color: #95999E;
    top: 6px;
    right: 10px;
    cursor: pointer;
  }
  .hotelgrade_cnt{
    padding: 20px 20px 0 20px;
    overflow-y: auto;
  }
  .hotelgrade-panel{
    height: 100%;
  }
  .hotelgrade-panel_cnt{
    padding-bottom: 20px;
  }
}

/* 詳細テンプレート詳細 ページ内ナビ */
.p-searchDetail_tourlead .p-searchDetail_lead{
  margin-bottom: 0;
}
.p-searchDetail_tourInfo{
  margin-top: 50px;
}

.detail-pagenav{
  margin: 0 -16px;
  padding-bottom: 5px;
}

.detail-pagenav:not(.-no-fixed){
  overflow: hidden;
  position: sticky;
  left: 0;
  top: -1px;
  z-index: 100;
}

.detail-pagenav_list{
  display: flex;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.detail-pagenav_item{
  cursor: pointer;
  width: 100%;
  transition: opacity 0.3s;
  background: #fff;
}
@media print, screen and (min-width: 1000px){
  .detail-pagenav{
    min-width: calc(75% - 15px);
    max-width: calc(75% - 15px);
    margin: 0;
  }
  .detail-pagenav_list{
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
  }
  .detail-pagenav_item:hover{
    opacity: .6;
  }
}
.detail-pagenav_item a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  text-align: center;
  min-height: 50px;
  color: #323743;
  line-height: 1.3;
}
@media print, screen and (max-width: 999px){
  .detail-pagenav_item a{
    font-size: 1.3rem;
  }

}
.detail-pagenav_item-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.detail-pagenav_item.is-active a{
  padding: 5px;
  color: #3498DB;
  background: #F6FEFF;
}
.detail-pagenav_item.is-active a:before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #3498DB;
}
.detail-pagenav_item .material-icon{
  margin-left: 5px;
}


/* コースのポイント */
.c-point{
  padding: 24px 16px;
  border-radius: 5px;
  border: solid 1px #c0c5cb;
}
@media screen and (min-width: 1000px) {
  .c-point{
    padding: 32px;
  }
}

.c-point .c-city-material-caution-subject{
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
}
.c-point .c-city-material-caution-subject .material-icon{
  position: absolute;
  left: 0;
  top: 0;
  color: #3498DB;
}
.c-point .c-city-material-caution-subject_link{
	line-height: 1.5;
	color: #323743;
	font-weight: bold;
}
.c-point .c-city-material-caution-subject_link .m-ico{
	margin-left: 4px;
	font-size: 2.0rem;
	line-height: 1;
}
.c-point .c-city-material-caution-text{
  margin: 8px 0 0 25px;
}
.c-city-material-caution-text + .c-city-material-caution-text{
  margin-top: 8px;
}
.c-point .c-city-material-caution-round_ttl span{
  display: inline-block;
  padding: 8px;
  font-weight: bold;
  line-height: 1;
  background: #F4F5F5;
}

.c-point .c-city-material-caution-box{
        display: flex;
        flex-wrap: wrap;
        line-height: 1.5;
}
.c-point .c-city-material-caution-box:not(:first-child){
  margin-top: 16px;
}
.c-point .c-city-material-caution-round:not(:first-child){
  margin-top: 16px;
}
.c-point .c-city-material-caution-round + .c-city-material-caution-box{
  padding-top: 16px;
  border-top: solid 1px #BCBDC2;
}
@media screen and (max-width: 999px) {
  .c-point .c-city-material-caution-box{
    flex-direction: column;
  }
  .c-point .c-city-material-caution-link{
    order: 1;
    display: block;
    text-align: right;
  }
  .c-point .c-city-material-caution-link .bt-inline{
    margin: 8px 0 0;
    padding: 0 calc(1em + 8px) 0 0;
    border: none;
  }
}
@media screen and (min-width: 1000px) {
  .c-point .c-city-material-caution-subject{
    flex: 1;
    display: flex;
  }
  .c-point .c-city-material-caution-link{
    margin-left: auto;
    flex: none;
  }
  .c-point .c-city-material-caution-text{
    width: 100%;
  }
}

.add-localplan{
	position: relative;
	min-height: 200px;
}
.add-localplan .JTB-el_loading{
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.add-localplan_lodingtxt{
	margin-top: 24px;
}

/* おすすめホテル一覧 */
.hotelimg-slide{
  position: relative;
  overflow: hidden;
  max-width: inherit;
}
.js-hotelimg-slide{
  opacity: 0;
  transition: opacity .3s linear;
}
.js-hotelimg-slide.slick-initialized{
  opacity: 1;
}
.slick-counter{
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 3px 8px 4px;
  min-width: 46px;
  line-height: 1;
  text-align: right;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 50vw;
  background-color: rgba(21,23,33,.6);
}
.hotelimg-slide .slick-prev, .hotelimg-slide .slick-next{
  width: 40px;
  height: 40px;
  color: #fff;
  background: none;
}

.hotelimg-slide .slick-prev:hover, .hotelimg-slide .slick-prev:focus,
.hotelimg-slide .slick-next:hover, .hotelimg-slide .slick-next:focus{
  opacity: 1;
}
.hotelimg-slide .slick-prev:before, .hotelimg-slide .slick-next:before{
  opacity: 1;
  border: none;
  display: block;
  content: '\e5cc';
  font-family: 'Material Icons Round';
  color: #fff;
  font-size: 4.0rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}
.hotelimg-slide .slick-prev{
  left: 0;
}
.hotelimg-slide .slick-next{
  right: 0;
}
.hotelimg-slide .slick-prev:before {
  transform: scaleX(-1);
}

.hotelimg-slide .slick-next:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.p-searchResult_cardList.JTB-el_card, .p-searchResult_cardList .JTB-el_card__item{
  display: block!important;
}
.hotelimg-slide .c-card_img-item figure{
  overflow: hidden;
  position: relative;
  padding-top: calc(370 / 495 * 100%);
  width: 100%;
  height: 0;
}
.hotelimg-slide .c-card_img-item img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: inherit;
  max-height: inherit!important;
  vertical-align: bottom;
}

.facility{
  margin-top: 20px;
}
.facility-list{
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -15px;
}
.facility-list li{
  position: relative;
  margin: 10px 0 0 15px;
  padding-left: 30px;
  width: calc(100% / 2 - 15px);
}
.facility-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

.facility-list li.-wifi:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_wifi.png") center / 100% auto no-repeat; }
.facility-list li.-pool:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_pool.png") center / 100% auto no-repeat; }
.facility-list li.-breakfast:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_breakfast.png") center / 100% auto no-repeat; }
.facility-list li.-spa:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_spa.png") center / 100% auto no-repeat; }
.facility-list li.-fitness:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_fitness.png") center / 100% auto no-repeat; }
.facility-list li.-eat:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_eat.png") center / 100% auto no-repeat; }
.facility-list li.-bar:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_bar.png") center / 100% auto no-repeat; }
.facility-list li.-transportation:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_transportation.png") center / 100% auto no-repeat; }
.facility-list li.-bizsvs:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_bizsvs.png") center / 100% auto no-repeat; }
.facility-list li.-beach:before{ background: url("//www.jtb.co.jp/kaigai_parts/a/_img/ico_beach.png") center / 100% auto no-repeat; }

.nearspot{
  margin-top: 20px;
}
/* お気に入りなど */
.JTB-el_float__menu{
  z-index: 10000;
}
.JTB-el_float__menu.-search, .JTB-el_float__menu.-search .JTB-el_float__link{
  bottom:  85px;
}

/* ページ戻るリンク */
.JTB-el_float__menu{
	z-index: 3;
}

.JTB-el_btn{
  font-size: 100%;
}

.nearspot-dl dt{
  font-size: 1.6rem;
}
.nearspot-dl dt .material-icon{
  margin-right: 10px;
  color: #989898;
}

.nearspot-list{
}
.nearspot-list li{
  margin-top: 5px;
}
.hotel-btn{
  font-size: 1.8rem!important;
}


@media screen and (min-width: 1000px) {
  .facility-list li{
    width: calc(100% / 5 - 15px);
  }
  .facility-list.-col3 li{
    width: calc(100% / 3 - 15px);
  }
  .nearspot-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
  }
  .nearspot-list li{
    margin: 5px 0 0 15px;
    width: calc(100% / 2 - 15px);
  }

  .hotel-btn{
    width: 318px;
    font-size: 1.8rem!important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
  .facility-list li{
    width: calc(100% / 3 - 15px);
  }
}

/* =======================================================
   ガイドライン対応パーツ
 ======================================================= */
/* Page Back */
.gl-pageTtl_back .JTB-el_btn{
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 30px;
  max-width: inherit;
  padding: 7px 0 6px;
  min-width: inherit;
}
.gl-pageTtl_back + .gl-pageTtl_back .JTB-el_btn{
  margin-top: -15px;
}
.gl-pageTtl_back .JTB-el_btn.-back > .JTB-el_btn__inner{
  max-width: inherit;
}
@media print, screen and (min-width: 1000px) {
  .gl-pageTtl_back .JTB-el_btn{
    font-size: 1.6rem;
  }
}

/* Btn */
.JTB-el_btn.-gl-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 10px;
  min-height: 55px;
  font-size: 100%;
	line-height: 1.3;
}
.JTB-el_btn.-gl-btn .material-icon{
  margin: 0 5px;
}
.JTB-el_btn.-gl-shaddow{
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.JTB-el_btn.-gl-btn + .JTB-el_btn.-gl-btn{
  margin-top: 20px;
}
.JTB-el_btn.-submit{
  letter-spacing: .3em;
}
.JTB-el_btn.-submitbt{
  letter-spacing: .3em;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
}
.JTB-el_btn.-cancel{
  color: #989BA1;
  background: #BCBDC2;
}
.JTB-el_btn.-center{
  margin: 0 auto;
  max-width: 345px;
}
.JTB-el_btn.-center-s{
  margin: 0 auto;
  max-width: 345px;
}
.c-btn.-gl-white{
  padding: 16px 0;
  color: #3498DB;
  border: none;
  background: #fff;
}
.JTB-el_btn.-type01{
	margin: 32px auto 0;
    max-width: 343px;
    min-height: 56px;
	font-size: 2.1rem;
    font-weight: bold;
}
.JTB-el_btn.-shadow{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.gl-btn-ico{
	margin-right: 8px;
	font-size: 2.5rem;
}
.JTB-el_btn.-gl-btn.-gl-btn-adj{
	padding-right: 14px;
}
@media print, screen and (min-width: 1000px) {
  .c-btn.-gl-white{
    padding: 16px 30px;
  }
  .JTB-el_btn.-center-s{
    max-width: 380px;
  }
  .JTB-el_btn.-type01{
		max-width: 416px;
	}
}

/* Ttl */
.gl-ttlBlock-md{
  margin-bottom: 30px;
}
.gl-ttl-md{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.gl-ttlBlock-md i{
  margin-right: 5px;
}

@media print, screen and (min-width: 1000px) {
  .gl-ttl-md{
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.c-inputText.-gl{
  border-color: #bcbdc2;
}

/* Icon */
.material-icon.-blue{
  color: #3498DB;
}

/* Attention（hotel.html） */
.gl-attention .JTB-el_attention{
	align-items: flex-start;
	flex-wrap: wrap;
}
.gl-attention .JTB-el_attention,
.gl-attention .JTB-el_attention__inner{
  font-size: 100%;
}
.gl-attention .JTB-el_attention__inner{
	flex: 1;
}

.gl-attention .JTB-el_attention i{
	margin: 3px 10px 0 0;
	font-size: 2.2rem;
}
.gl-attention.-fs-m .JTB-el_attention i{
        margin-top: 0;
}
.gl-attention_ttl{
	font-size: 1.8rem;
}
.gl-attention_txt {
	margin-top: 10px;
}
.gl-attention_bt{
	width: 100%;
}

/* Attention（search_detail_s.html） */
.JTB-el_attention.-gl{
        align-items: flex-start;
}
.JTB-el_attention.-gl.-mini{
  padding: 10px;
}
.JTB-el_attention.-gl,
.JTB-el_attention.-gl .JTB-el_attention__inner{
        font-size: 1.6rem;
}
.JTB-el_attention.-gl.-mini,
.JTB-el_attention.-gl.-mini .JTB-el_attention__inner{
        font-size: 1.4rem;
}
.JTB-el_attention.-gl.-mt{
        margin-top: 24px;
}
.JTB-el_attention.-gl.-mt + .JTB-el_attention.-gl.-mt{
        margin-top: 16px;
}
.JTB-el_attention.-gl.-mb{
        margin-bottom: 24px;
}
.JTB-el_attention.-gl.-detail{
        flex-wrap: wrap;
}
.JTB-el_attention.-gl.-detail .JTB-el_attention__inner{
        flex: 1;
        font-size: 1.8rem;
        font-weight: bold;
}
.JTB-el_attention-body{
        width: 100%;
}
.attentionBlock .JTB-el_attention.-gl + .JTB-el_attention.-gl{
	margin-top: 8px;
}
/* Input（login.html） */
.JTB-el_input__validate.-gl .JTB-el_input{
        overflow: hidden;
        border-radius: 4px;
}
.JTB-el_input__validate.-gl .JTB-el_input__body{
        font-size: 2.1rem;
        border-radius: 4px;
}
.JTB-el_input__validate.-gl .JTB-el_input__body::placeholder{
        color: #BCBDC2;
        font-size: 1.8rem;
}
.JTB-el_input__validate.-gl .JTB-el_input.is-focused .JTB-el_input__body{
        border: solid 1px #52C8FF;
}
.JTB-el_input__validate.-gl .JTB-el_input__notice,
.checkbox_consent .JTB-el_input__notice{
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        line-height: 1.3;
        font-style: normal;
}
.JTB-el_input__validate.-gl .JTB-el_input__notice:before,
.checkbox_consent .JTB-el_input__notice:before{
        position: relative;
        top: -1px;
        font-size: 2.0rem;
        line-height: 1.3;
        font-style: normal;
}

/* Sort */
@media print, screen and (max-width: 999px) {
  .gl-list-menu-sp__list{
    display: flex;
    align-items: center;
    margin: 0 6px 0 6px;
  }
  .gl-list-menu-sp__item{
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    width: 27%;
  }
  .gl-list-menu-sp__item:first-child{
    width: 46%;
  }
  .gl-list-menu-sp__item:nth-child(2){
  }
  .gl-list-menu-sp__item:last-child{
    flex: 1;
    text-align: right;
  }
  .gl-list-menu-sp__list.-evenly .gl-list-menu-sp__item{
    width: auto;
  }
  .gl-list-menu-sp__list.-evenly .gl-list-menu-sp__item:first-child{
    width: 40%;
  }
  .gl-list-menu-sp__list.-evenly .gl-list-menu-sp__item:nth-child(2){
    flex: 1;
    text-align: center;
  }
  .gl-list-menu-sp__button{
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #323743;
  }
  .gl-list-menu-sp__item .material-icon{
    margin-right: 5px;
  }
  .gl-list-menu-sp__item select{
    width: calc(100% - 21px);
    color: #323743;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .gl-list-menu-sp__item.-left{
    text-align: left;
}
  .gl-list-menu-sp__item.-left .gl-list-menu-sp__button{
    margin-left: 0;
  }
}

.JTB-el_tooltip.-tooltip{
  font-size: 100%;
  vertical-align: middle;
}
.JTB-el_tooltip.-tooltip.gl-tooltip + [data-tippy-root] .tippy-arrow{
  margin-left: 4px;
}


/* Filter */
.gl-searchFilter_box .gl-ttlBlock-md {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .l-pageContents_side .c-fullmodal_body{
    padding-top: 0!important;
  }
}
.c-fullmodal.-gl .c-searchFilter_category{
  margin-bottom: 0;
}
#filter-layout-modal-mobile .c-searchFilter_category{
  margin-bottom: 0;
}
#js-filterSearch.c-fullmodal.-gl .c-fullmodal_body > *:last-child{
  padding-bottom: 0;
}
.c-searchFilter_price.-gl .form-dropdown_title{
  width: 100%;
  padding-left: 10px;
  color: #323743;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 999px) {
  .c-searchFilter_price.-gl .form-select.-pc{
    display: none;
  }
  .c-searchFilter_price.-gl .form-select.-sp{
    position: relative;
    width: calc((100% - 36px) / 2);
  }
  .c-searchFilter_price.-gl .form-select.-sp:before{

  }
  .c-searchFilter_price.-gl .form-select.-sp select{
    appearance: none;
    display: block;
    padding: 14px 40px 13px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    color: #323743;
    background: #fff;
    width: 100%;
    font-size: 1.5rem;
  }

}
.c-searchFilter_price.-gl .c-select_between{
  margin: 0 10px 0 10px;
}
@media print, screen and (min-width: 1000px) {
  .gl-searchFilter_box .gl-ttlBlock-md {
    display: block;
  }
  .gl-searchFilter_box{
    padding: 24px 16px!important;
    background-color: #fff;
  }
  .gl-searchFilter_box:not(:first-child){
    margin-top: 24px;
  }
  .gl-searchFilter_box .hotelgrade-panel_item-txt{
    display: none;
  }
  .c-searchFilter_price.-gl .form-select.-pc{
    width: calc((100% - 36px) / 2);
  }
  .c-searchFilter_price.-gl .form-select.-sp{
    display: none;
  }
}

/* ホテル画面画面 */
.is-selected.-gl{
  border: 1px solid #3498DB;
  -webkit-box-shadow: 0px 1px 3px 0px #3498DB;
  box-shadow: 0px 1px 3px 0px #3498DB;
}
.is-selected.-gl:before{
	background-color: #3498DB;
}
.c-card_hotelPlan_status.-selected.-gl{
  background-color: #3498DB;
}
.-gl .c-card_hotelPlan.-selectroom{
  background: #ECF9FF;
}
/* ▽Backlog9709（#61）の対応と重複 */
/* =============================================
 検索一覧 検索パネル
============================================= */
.srpanel-alert, .srpanel-info{
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  align-items: flex-start;
}
.srpanel-alert.-wide, .srpanel-info.-wide{
	max-width: 100%;
}
.attentionpanel + .srpanel-alert, .srpanel-info{
	margin-top: 20px;
}
@media print, screen and (min-width: 1000px) {
	.attentionpanel + .srpanel-alert, .srpanel-info{
		margin-top: 40px;
	}
}
.srpanel-alert, .srpanel-info, .srpanel-alert .JTB-el_attention__inner,
.srpanel-info, .srpanel-info, .srpanel-info .JTB-el_attention__inner{
  font-size: 1.4rem;
}

.srpanel-info + .c-formField,
.srpanel-alert + .c-memberWrap{
  margin-top: 20px;
}

.srpanel-alert[aria-hidden="true"]{
  display: none;
}

.p-searchResult_searchForm + .srpanel-ttl{
  margin-top: 80px;
}

/* タブ機能 */
.srpanel-choosing_tab{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 100%;
	max-height: 590px;
  overflow: hidden;
  border: solid 1px #BCBDC2;
}
.srpanel-choosing_tab .JTB-el_tab__trigger{
  width: 100%;
}
.srpanel-choosing_tab .JTB-el_tab__trigger button{
  min-width: inherit;
  width: 100%;
  min-height: 60px;
  justify-content: center;
  padding: 5px 8px;
}
@media print, screen and (min-width: 1000px) {
  .srpanel-choosing_tab .JTB-el_tab__trigger button{
    min-height: inherit;
    flex-direction: row;
  padding: 15px 20px;
}
}
.srpanel-choosing_tab .JTB-el_switch__input:checked~.JTB-el_switch__icon i, .srpanel-choosing_tab .is-focused *{
  background: #ECF9FF;
}
.srpanel-choosing_tab .JTB-el_tab__body{
  margin-top: 0;
  height: 100%;
}
.srpanel-choosing_tab .JTB-el_tab__inner{
  padding-top: 5px;
}
.srpanel-choosing_tab .JTB-el_tab__contents,
.srpanel-choosing_tab .JTB-el_tab__item{
  height: 100%!important;
}
.srpanel-choosing_tab .JTB-el_tab__item{
  overflow-y: scroll;
  max-height: calc(540px - 54px);
  padding: 16px 0;
}
.srpanel-choosing_tab .c-formField_gridItem.-srpanel-input{
  max-width: 311px;
}
.srpanel-choosing_tab .c-formField{
  display: block;
}
@media print, screen and (max-width: 999px) {
  .srpanel-choosing_tab .c-inputCheckList.-pex .tippy-box{
    max-width: 300px!important;
  }
}
.filter_num{
	font-feature-settings: "palt";
}
.filter_num[aria-hidden="true"]{
	display: none;
}

/* 検索パネル内 */
.srpanel-form .p-indexForm_required{
	display: inline-block;
	font-size: 1rem;
  font-weight: bold;
	line-height: 1;
	color: #CC0D21;
	padding: 2px 6px 3px;
	border: solid 1px #CC0D21;
	border-radius: 50vw;
	background-color: #fff;
	margin-left: 5px;
	vertical-align: middle;
  transform: translateY(-1px) scale(0.9);
}
.srpanel-form .c-inputText {
  padding: 15px 10px 0 40px;
  height: 50px;
  border-color: #BCBDC2;
}
.srpanel-form .c-inputText.-error {
  border-color: #D94F5D;
}
.srpanel-form .-error .c-inputText{
  border-color: #D94F5D;
}
.srpanel-form .c-inputIcon input::placeholder {
  color: #BCBDC2;
  font-size: 1.6rem;
  font-weight: 400;
}
.srpanel-form .c-inputIcon i.-calender, .c-inputIcon i.-person {
    left: 15px;
    width: 16px;
    font-size: 1.6rem;
    color: #656972;
}
.srpanel-form .c-inputText.-noicon {
  padding: 0 10px;
}
.srpanel-form .c-formField_label.is-required::after, .srpanel-form .c-formField_label.is-selected::after{
  display: none;
}
.srpanel-form .c-formField_label.is-required > span, .srpanel-form .c-formField_label.is-selected > span{
  margin-right: 0;
}
.srpanel-form .c-blueText > i {
    width: 16px;
    font-size: 1.6rem;
    color: #95999e;
}

.srpanel-form .-error + .JTB-el_input__notice,
.srpanel-form .-error + .JTB-el_input__notice:before{
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
}

@media print, screen and (max-width: 999px) {

  .srpanel-form .c-formField{
    position: relative;
  }
  .srpanel-form div:not(.c-searchFilter_item) .c-formField_label {
    position: absolute;
    z-index: 1;
    font-size: 1.2rem;
    display: inline-block;
    top: 7px;
    left: 40px;
    color: #989BA1;
    font-weight: bold;
    line-height: 1;
    height: 15px;
    pointer-events: none;
    white-space: nowrap;
  }
  .srpanel-form #sp-filter-targetCityOrder .c-formField_label {
    position: inherit;
  }
  .srpanel-form div:not(.c-searchFilter_item) .c-formField_label.-labeltooltip{
    z-index: 2;
  }
}


/* モーダル・プルダウン共通 */
.c-fullmodal.-gl{
  overflow: hidden;
  z-index: 10001;
}
.c-fullmodal.-gl.-modalsub.is-show:not(.-modal):not(.-pulldown) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.c-fullmodal.-gl .c-fullmodal_header{
  position: inherit;
  padding: 0 10px;
  width: 100%;
  height: 56px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
  border-bottom: none;
}
.c-fullmodal.-gl .c-fullmodal_header .c-ttl-main{
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-fullmodal.-gl .c-fullmodal_header .l-block{
  flex-grow: 1;
  text-align: center;
  padding-left: 50px;
}
.c-fullmodal.-gl .c-fullmodal_header button + .l-block{
  padding-left: 0;
}
.c-fullmodal.-gl .c-fullmodal_bt,
.c-fullmodal.-gl .c-fullmodal_prev,
.c-fullmodal.-gl .c-clear_bt{
  width: 40px;
  text-align: center;
}
.c-fullmodal.-gl .c-clear_bt{
  width: 40px;
  height: 24px;
  font-size: 1.3rem;
  color: #3498db;
}
.c-fullmodal.-gl .c-fullmodal_bt i,
.c-fullmodal.-gl .c-fullmodal_prev i{
  color: #95999e;
  font-size: 2.0rem;
}
.c-fullmodal.-gl .c-fullmodal_prev{
  margin: 0;
  padding: 0;
}
.c-fullmodal.-gl .c-fullmodal_prev i{
  position: inherit;
}
.c-fullmodal.-gl .c-fullmodal_cnt{
  display: flex;
  flex-direction: column;
}
.c-fullmodal.-gl .c-fullmodal_body{
  flex: 1;
  padding-top: 20px;
}

/* モーダル内 */
.c-fullmodal.-modal .c-fullmodal_body > *:last-child{
  padding-bottom: 50px;
}
.c-fullmodal.-modal .-modalsub .c-fullmodal_body > *:last-child{
  padding-bottom: 0;
}
.c-fullmodal.-modal .c-selectList_parent > .c-selectList_body{
  padding: 12px 0 12px 16px;
}
.c-fullmodal.-modal .c-selectList{
  margin: 0 -16px;
}
.c-fullmodal.-modal .c-selectList_children{
  padding-left: 0;
  border-top: none;
}
.c-fullmodal.-modal .c-selectList_children .c-selectList_item{
  font-size: 1.3rem;
  border-bottom: none;
}
.c-fullmodal.-modal .c-selectList_children .c-selectList_body{
  position: relative;
  padding: 12px 65px 12px 24px;
}
.c-fullmodal.-modal .c-selectList_children .c-selectList_item:hover,
.c-fullmodal.-modal .c-selectList_children .c-selectList_check:checked + .c-selectList_body,
.c-fullmodal.-modal .c-selectList_children .c-selectList_check.is-selected + .c-selectList_body{
  color: #3498db;
  background-color: #e7f6fc;
}
.c-fullmodal.-modal .c-selectList_children .c-selectList_body i {
  display: none;
  position: absolute;
  right: 36px;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  content: '';
  color: #3498DB;
  text-align: center;
}
.c-fullmodal.-modal .c-selectList_children .c-selectList_check:checked + .c-selectList_body i {
  display: block;
}
.c-fullmodal.-modal .c-selectList_arrow {
  font-size: 2.2rem;
  right: 24px;
  color: #98a6b5;
  width: 20px;
  text-align: center;
}


/* プルダウン用共通 */
.c-fullmodal.-pulldown .c-fullmodal_body{
  padding: 20px 16px;
}
.c-fullmodal.-pulldown .l-inner{
  padding: 0;
}
.c-fullmodal.-gl .c-fullmodal_footer{
  position: inherit;
  flex-direction: column;
  box-shadow: 0px -1px 3px rgb(0 0 0 / 30%);
  border-top: none;
}
.c-fullmodal.-gl .c-fullmodal_footer_btn.-color-primary {
  margin: 0 auto;
  width: 100%;
  max-width: 403px;
  letter-spacing: 0;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#3498db), to(#52c8ff));
  background: linear-gradient(to right, #3498db 0%, #52c8ff 100%);
  transition: border-radius .3s;
}
.c-fullmodal.-gl .f-modal-footer__text + .c-fullmodal_footer_btn{
  margin: 10px 0 0;
}

/* カレンダー */
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_item{
  margin-bottom: 30px;
  padding: 0 0 30px;
  border: none;
  border-bottom: solid 1px #d7d7d7;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_ttl{
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6b6e71;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_ttl em {
  font-size: 2.1rem;
  font-weight: 500;
  font-style: normal;
  color: #323743;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_head,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_blankCell,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-fullmodal.-gl#modal-calendar .c-selectCalendar_head:first-child,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell:first-child,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-holiday,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-holiday:last-child {
  color: #d94f5d;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_head:last-child,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell:last-child {
  color: #3498db;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_blankCell,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-disabled,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-holiday.is-disabled {
  color: rgba(50, 55, 67, 0.3);
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_blankCell,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell{
  font-size: 1.4rem;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell:hover {
   background: none;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_blankCell,
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  height: 0;
  width: calc(100%/7);
  padding-top: calc(50%/7);
  padding-bottom: calc(50%/7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#52c8ff));
  background: linear-gradient(to bottom, #3498db 0%, #52c8ff 100%);
  color: #fff !important;
}
.c-selectCalendar_cell.is-period:before{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  background: #C6EDFF;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-selected:before{
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-selected.is-start:before {
    background: linear-gradient(90deg,transparent,transparent 50%,#C6EDFF 51%,#C6EDFF 100%);
}
.c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell.is-selected.is-end:before {
    background: linear-gradient(90deg,#C6EDFF,#C6EDFF 50%,transparent 51%,transparent 100%);
}


/* 部屋・人数 */
.c-fullmodal.modal-room.-pulldown .l-grid{
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.c-fullmodal.modal-room.-pulldown .l-grid:last-child{
  margin-bottom: 0;
}
.c-fullmodal.modal-room.-pulldown .l-block.room {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
}
.c-fullmodal.modal-room.-pulldown .l-grid_item{
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-fullmodal.modal-room.-pulldown .c-ttlBlock-sm{
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}
.c-fullmodal.modal-room.-pulldown  .l-block.-lg:not(:last-child) {
  margin-bottom: 40px;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_tit{
  font-size: 1.6rem;
  padding-right: 16px;
  width: 100%;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_main{
  flex-shrink: 0;
  width: auto;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_item {
  align-items: center;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_icon {
  width: 28px;
  height: 28px;
  border: none;
  background-color: #3498db;
  border-radius: 3px;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable {
  background: rgba(50,55,67,.15);
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_num{
  width: 46px;
  height: 20px;
  line-height: 20px;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_icon:before {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_icon.-plus:after {
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
}
.c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable:before, .c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable:after{
  background-color: #fff;
}
.c-fullmodal.modal-room.-pulldown .js-memberCount-ageArea .l-grid_item {
  width: 100%;
  margin-top: 10px;
}
.c-fullmodal.modal-room.-pulldown .c-select_label {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.c-fullmodal.modal-room.-pulldown .c-fullmodal_body .js-memberCount-ageArea .c-inputText {
  padding: 0 10px;
  height: 50px;
}
.c-fullmodal.modal-room.-pulldown .c-fullmodal_body .js-memberCount-ageArea .c-inputIcon i.-select {
    font-size: 2.2rem;
}
.c-fullmodal.modal-room.-pulldown .c-pulldown_panel{
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.c-fullmodal.modal-room.-pulldown .c-pulldown-list{
  max-height: 198px;
  overflow: auto;
}
.c-fullmodal.modal-room.-pulldown .c-pulldown-list li{
  padding: 12px 10px;
  font-size: 1.3rem;
}
.c-fullmodal.modal-room.-pulldown .c-pulldown-list li:not(:first-child){
  border-top: solid 1px #ddd;
}
.c-fullmodal.modal-room.-pulldown .c-pulldown-list li.is-active{
  color: #fff;
  background: #ade1f5;
}

.c-fullmodal.modal-room.-pulldown .c-select::after{
  display: none;
}
.c-pulldown-list li:hover{
  color: #fff;
  background: #ade1f5;
}

.srpanel-alert_txt{
  display: block;
}


.c-formField.-detailnoinput .c-formField_label{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-formField.-detailnoinput .c-formField_cntTxt{
    height: auto;
}

@media print, screen and (max-width: 999px) {
  .c-formField_scalebleItem .l-block.-md.-detailnoinput:first-of-type{
    margin-top: 20px;
  }
  .l-block.-md.-detailnoinput{
    margin-bottom: 0;
  }
  .c-formField.-detailnoinput + .c-formField{
    margin-top: 30px;
  }
  .c-formField.-detailnoinput + .c-formField.-detailnoinput{
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-block.-md.-detailnoinput:first-of-type{
    margin-top: 20px;
  }
  .c-formField.-detailnoinput .c-formField_cnt,
  .c-formField.-detailnoinput .c-formField_cntTxt{
    height: auto;
    line-height: 1;
  }
}

@media print, screen and (min-width: 1000px) {
  .srpanel-alert, .srpanel-alert .JTB-el_attention__inner,
  .srpanel-info, .srpanel-info .JTB-el_attention__inner{
    font-size: 1.6rem;
  }

  /* タブ・モーダル内のスクロールバー */
  .srpanel-choosing_tab .JTB-el_tab__item::-webkit-scrollbar,
  .c-fullmodal.-gl .c-fullmodal_body::-webkit-scrollbar{
    width: 6px;
    height: 6px;
  }
  /* スクロールの背景の設定 */
  .srpanel-choosing_tab .JTB-el_tab__item::-webkit-scrollbar-track,
  .c-fullmodal.-gl .c-fullmodal_body::-webkit-scrollbar-track{
    border-radius: 6px;
  }
  /* スクロールのつまみ部分の設定 */
  .srpanel-choosing_tab .JTB-el_tab__item::-webkit-scrollbar-thumb,
  .c-fullmodal.-gl .c-fullmodal_body::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #cecacd;
  }

  /* タブ機能 */
  .srpanel-choosing_tab{
    max-height: 540px;
  }
  .srpanel-choosing_tab .JTB-el_tab__nav{
    overflow: hidden;
  }
  .srpanel-choosing_tab .JTB-el_tab__trigger button{
    width: 100%;
  }
  .srpanel-choosing_tab .c-formField_gridItem.-srpanel-input{
    max-width: 425px;
  }
  .srpanel-choosing_tab .c-inputCheckList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .srpanel-choosing_tab .c-inputCheckList:not(.-pex) >  .c-formField_check,
  .srpanel-choosing_tab .c-inputCheckList:not(.-pex) > .c-inputCheck{
    margin-left: 20px;
    width: calc(100% / 2 - 20px);
  }
  .srpanel-choosing_tab .c-inputCheckList.-pex > .c-formField_check,
  .srpanel-choosing_tab .c-inputCheckList.-pex > .c-inputCheck{
    margin-left: 20px;
  }

  /* 検索パネル内 */
  .modal-search-wrap{
    position: relative;
  }
  .srpanel-form .p-indexForm_label span {
    font-weight: 500;
  }
  .srpanel-form .c-inputText {
    padding: 15px 10px 0 40px;
    height: 50px;
  }
  .srpanel-form .p-indexForm_label span {
		font-weight: 500;
	}
  .srpanel-form .c-inputText {
    padding: 0 10px 0 40px;
  }
  .srpanel-form .c-blueText > i {
    width: 20px;
    font-size: 2rem;
  }

  /* モーダル・プルダウン共通 */
  .c-fullmodal.-gl.is-show{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .c-fullmodal.-gl.is-fadeout{
    opacity: 0;
  }
  .c-fullmodal.-gl .c-fullmodal_header .c-ttl-main{
    font-size: 2.2rem;
  }
  .c-fullmodal.-gl .c-fullmodal_bt, .c-fullmodal.-pulldown .c-clear_bt{
      width: 50px;
  }
  .c-fullmodal.-gl .c-clear_bt{
    width: 50px;
  }

  /* モーダル内 */
  .c-fullmodal.-modal{
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: auto;
    width: 848px;
    max-height: 600px;
    transition: opacity 0.5s;
  }



  .c-fullmodal.-modal .c-selectList_parent > .c-selectList_body{
    font-size: 2.2rem;
  }

  .c-fullmodal.-modal .c-selectList_children{
    padding-left: 0;
    border-top: none;
  }
  .c-fullmodal.-modal .c-selectList_children .c-selectList_item{
    border-bottom: none;
    font-size: 1.6rem;
  }
  .c-fullmodal.-modal .c-selectList_children .c-selectList_body{
    position: relative;
    padding: 10px 65px 10px 24px;
  }
  .c-fullmodal.-modal .c-selectList_children .c-selectList_item:hover,
  .c-fullmodal.-modal .c-selectList_children .c-selectList_check:checked + .c-selectList_body{
    color: #3498db;
    background-color: #e7f6fc;
  }
  .c-fullmodal.-modal .c-selectList_children .c-selectList_body i {
    display: none;
    position: absolute;
    right: 36px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    content: '';
    color: #3498DB;
    text-align: center;
  }
  .c-fullmodal.-modal .c-selectList_children .c-selectList_check:checked + .c-selectList_body i {
    display: block;
  }
  .c-fullmodal.-modal .c-selectList_arrow {
    right: 36px;
  }

  /* プルダウン用 */
  .c-fullmodal.-pulldown{
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    margin: auto;
    width: 100%;
    height: auto;
    border: solid 1px #BCBDC2;
    transition: opacity 0.2s;
  }

.c-fullmodal.-gl .c-fullmodal.-pulldown{
   z-index: 1;
}

  /* カレンダー */
  .c-fullmodal.-gl#modal-calendar .c-fullmodal_header{
    height: 40px;
    box-shadow: none;
  }
  .c-fullmodal.-gl#modal-calendar .c-ttl-main{
    display: none;
  }
  .c-fullmodal.-gl#modal-calendar .c-fullmodal_body{
    overflow: inherit;
    margin: 0 30px 20px;
    padding: 0;
  }
  .c-fullmodal.-gl#modal-calendar .c-fullmodal_footer{
    display: none;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar{
    overflow: inherit;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_ttl{
    margin-bottom: 10px;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized {
    display: block;
    margin: 0;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .c-selectCalendar_item{
    display: block;
    margin: 0;
    padding: 0 15px;
    border: none;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_blankCell,
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell{
    margin: 3px 0;
    font-size: 1.6rem;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_cell:hover {
    background-color: #ecf9ff;
  }

  /* slick */
  .c-fullmodal.-gl#modal-calendar .slick-list, .filter-calendar .slick-list{
    overflow: hidden;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-arrow{
    top: 50%;
    font-size: 2.4rem;
    color: #323743;
    line-height: 1;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-arrow:focus {
    opacity: 1;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-arrow:hover {
    opacity: .6;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-arrow:before{
    display: none;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-prev {
    left: inherit;
    right: calc(100% - 5px);
    width: 32px;
    height: 32px;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-next {
    left:  calc(100% - 5px);
    width: 32px;
    height: 32px;
  }
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-prev.slick-disabled,
  .c-fullmodal.-gl#modal-calendar .c-selectCalendar_list.slick-initialized .slick-next.slick-disabled{
    opacity: 0;
    pointer-events: none;
  }

  /* 部屋・人数 */
  .c-fullmodal.modal-room.-pulldown{
    max-width: 390px;
  }
  .c-fullmodal.modal-room.-pulldown .c-fullmodal_header{
    display: none;
  }
  .c-fullmodal.modal-room.-pulldown .c-fullmodal_body{
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    max-height: 603px;
  }
  .c-fullmodal.modal-room.-pulldown .l-grid{
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  .c-fullmodal.modal-room.-pulldown .l-grid:last-child{
    margin-bottom: 0;
  }
  .c-fullmodal.modal-room.-pulldown .l-block.room {
      padding-bottom: 20px;
      border-bottom: solid 1px #d7d7d7;
  }
  .c-fullmodal.modal-room.-pulldown .l-grid_item{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .c-fullmodal.modal-room.-pulldown .c-ttlBlock-sm{
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-fullmodal.modal-room.-pulldown  .l-block.-lg:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_tit{
    font-size: 1.6rem;
    padding-right: 16px;
    width: 100%;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_main{
    flex-shrink: 0;
    width: auto;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_item {
    align-items: center;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_icon {
    width: 28px;
    height: 28px;
    border: none;
    background-color: #3498db;
    border-radius: 3px;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable {
    background: rgba(50,55,67,.15);
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_num{
    width: 56px;
    height: 20px;
    line-height: 20px;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_icon:before {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_icon.-plus:after {
    width: 2px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
  }
  .c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable:before, .c-fullmodal.modal-room.-pulldown .c-memberCount_icon.is-disable:after{
    background-color: #fff;
  }
  .c-fullmodal.modal-room.-pulldown .js-memberCount-ageArea .l-grid_item {
    width: 50%;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-fullmodal.modal-room.-pulldown .c-select_label {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .c-fullmodal.modal-room.-pulldown .c-fullmodal_body .js-memberCount-ageArea .c-inputText {
    padding: 0 10px;
    height: 50px;
  }
  .c-fullmodal.modal-room.-pulldown .c-fullmodal_body .js-memberCount-ageArea .c-inputIcon i.-select {
      font-size: 2.2rem;
  }
  .c-fullmodal.modal-room.-pulldown .c-pulldown_panel{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    margin-top: -1px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
  }
  .c-fullmodal.modal-room.-pulldown .c-pulldown-list{
    max-height: 198px;
    overflow: auto;
  }
  .c-fullmodal.modal-room.-pulldown .c-pulldown-list li{
    padding: 12px 10px;
    font-size: 1.3rem;
  }
  .c-fullmodal.modal-room.-pulldown .c-pulldown-list li:not(:first-child){
    border-top: solid 1px #ddd;
  }
  .c-fullmodal.modal-room.-pulldown .c-pulldown-list li.is-active{
    color: #fff;
    background: #ade1f5;
  }

  .c-fullmodal.modal-room.-pulldown .c-select::after{
    display: none;
  }
  .c-pulldown-list li:hover{
    color: #fff;
    background: #ade1f5;
  }

  .c-fullmodal.modal-room.-pulldown .c-fullmodal_footer{
    display: none;
  }
}


.p-searchResult_footCnt.-fcnt{
  border-top: none;
  box-shadow: 0 -2px 4px rgb(0 0 0 / 25%)
}
.JTB-el_btn.-fbt{
  padding: 15px 20px;
  width: 100%;
  max-width: 368px;
  font-size: 1.6rem;
}

/* 燃油サーチャージ */
.detail-surcharge .c-cautionList{
  margin-top: 10px;
    font-size: 1.2rem;
}
@media print, screen and (min-width: 1000px) {
  .detail-surcharge{
    display: flex;
        align-items: center;
  }
  .detail-surcharge .c-cautionList{
    margin: 0 0 0 20px;
  }
}

/* 検索一覧 */
.form-select{
  position: relative;
  display: inline-block;
}
.form-dropdown_title{
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 13px 35px 13px 20px;
  width: 100%;
  height: 48px;
  min-height: calc(1em + 31px);
  text-align: left;
  text-overflow: ellipsis;
  line-height: 1;
  border: 1px solid #bcbdc2;
  outline: 0;
  background: #fff;
}
.form-dropdown_title::after,
.form-select.-sp::after{
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 3px;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border: 2px solid #bcbdc2;
  border-top: none;
  border-left: none;
  content: "";
  transition: .3s;
}
.form-dropdown_title[aria-expanded=true]:after{
  top: 3px;
  bottom: 0;
  transform: rotate(585deg);
  transition: .3s;
}

.form-dropdown_list{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  border-bottom: 1px solid #bcbdc2;
  transition: opacity .3s ease-in-out;
}
.form-dropdown_list[aria-hidden=false]{
  display: block;
  height: auto;
  background: #fff;
  opacity: 1;
}

.form-dropdown_item{
  padding: 13px 17px;
  line-height: 1.4;
  border-right: 1px solid #bcbdc2;
  border-left: 1px solid #bcbdc2;
  background: #fff;
}
.searchStatus{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.searchStatus-count{
  margin-bottom: 10px;
  width: 100%;
}
.searchStatus-count_num span{
  font-size: 2.1rem;
  font-weight: bold;
}
.searchStatus-countselect{
  max-width: calc(100% / 2 - 5px);
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.searchStatus-countselect_fieldset{
  display: flex;
  display: contents;
  align-items: center;
}
.searchStatus-countselect legend{
  margin-right: 16px;
  line-height: 1.3;
}
.searchStatus-sort{
  flex: 1;
  max-width: calc(100% / 2 - 5px);
}
.searchStatus-sort .form-dropdown_item:not(.is-active){
  cursor: pointer;
}
.searchStatus-sort .form-dropdown_item:not(.is-active):hover{
  text-decoration: underline;
}
.searchStatus-sort .form-select{
  width: 100%;
}
.search-card_btn {
  padding: 12px 20px;
  width: 100%;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 1000px) {
  .search-card_btn {
    padding: 16px 30px;
    max-width: 320px;
  }
}

.JTB-el_paging__anchor.-hidden{
  opacity: 0;
  visibility: hidden;
}
.JTB-el_paging__item, .JTB-el_paging__item.-next, .JTB-el_paging__item.-prev{
  font-size: 1.6rem;
}
.JTB-el_paging__number{
  font-weight: normal;
}
.JTB-el_paging__anchor.is-active .JTB-el_paging__number{
  font-weight: 700;
}
a.JTB-el_paging__anchor.-base:hover, a.JTB-el_paging__anchor.-base:link:hover, a.JTB-el_paging__anchor.-base:visited:hover{
  padding-bottom: 0;
}
/* 表示順・旅行日数 */
.sortBlock{
	margin-bottom: 30px;
	padding: 16px 8px;
	background: #fff;
}
.searchSort_bd{
	margin-top: 8px;
}
.searchSort_bditem dt .m-ico{
	margin-right: 4px;
	font-size: 2.0rem;
	line-height: 1;
}
@media screen and (max-width: 999px) {
	.searchSort_bd{
		display: flex;
		margin-left: -8px;
	}
	.searchSort_bditem{
		margin-left: 8px;
		width: calc(100% / 2 - 8px);
	}
	.searchSort_bditem dt{
		font-size: 1.4rem;
	}
	.searchSort_bditem dt .m-ico{
		display: none;
	}
	.form-select.-serchSort{
		width: 100%;
	}
	.JTB-el_choice.-radio.searchSort_radio{
		font-size: 100%;
		line-height: 1.4;
	}
	.JTB-el_choice.-radio.searchSort_radio label{
		padding: 0;
	}
	.JTB-el_choice.-radio.searchSort_radio label:before{
		display: none;
	}
	.searchSort_bditem .form-dropdown_item{
		padding: 0;
	}
	.searchSort_bditem .form-dropdown_item .JTB-el_choice.-radio.searchSort_radio{
		margin-right: 0;
		width: 100%;
		font-size: 100%;
		line-height: 1.4;
	}
	.searchSort_bditem .form-dropdown_item .JTB-el_choice.-radio.searchSort_radio label{
		padding: 13px 17px;
	}

}

@media print, screen and (min-width: 1000px) {
	.sortBlock{
		padding: 16px;
	}
	.sortPrice{
		padding: 16px 20px;
	}
	.searchSort_ttl{
		font-size: 1.8rem;
	}
	.searchSort_bd{
		margin-top: 16px;
	}
	.searchSort_bditem{
		display: flex;
		align-items: center;
	}
	.searchSort_bditem:not(:first-child){
		margin-top: 16px;
	}
	.searchSort_bditem dt{
		width: 7em;
		font-weight: bold;
	}
	.searchSort_bditem dd{
		flex: 1;
	}
	.form-select.-serchSort{
		position: inherit;
		display: flex;
		opacity: 1;
		z-index: 0;
		height: auto;
		border: none;
	}
	.form-select.-serchSort .form-dropdown_title {
		display: none;
	}
	.form-select.-serchSort .form-dropdown_list {
		position: inherit;
		display: flex;
		opacity: 1;
		z-index: 0;
		height: auto;
		margin-left: -8px;
		border: none;
	}
	.form-select.-serchSort .form-dropdown_item{
		margin-left: 8px;
		padding: 0;
		border: none;
		font-size: 100%;
	}
	.form-select.-serchSort .form-dropdown_item:hover{
		background: none;
	}
	.form-select.-serchSort .form-dropdown_item:not(.is-active):hover{
		text-decoration: underline;
	}
	.searchStatus.-nobg .form-dropdown_item{
		background: none;
	}
	.JTB-el_choice.-radio.searchSort_radio{
		display: inline-block;
		position: relative;
		width: 100%;
		line-height: 1.5;
		color: #323743;
		font-size: 100%;
		border: 1px solid #bcbdc2;
		border-radius: 4px;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.JTB-el_choice.-radio.searchSort_radio.-checked {
		border-color: #3498db;
	}
	.JTB-el_choice.-radio.searchSort_radio input[type=radio] {
		display: none;
	}
	.JTB-el_choice.-radio.searchSort_radio label {
		cursor: pointer;
		position: relative;
		padding: 8px 5px 8px 36px;
		display: block;
		border-radius: 8px;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
	}
	.JTB-el_choice.-radio.searchSort_radio label:before {
		position: absolute;
		left: 8px;
		top: 0;
		content: "";
		display: block;
		margin-top: 8px;
		width: 22px;
		height: 22px;
		border: 1px solid #9b9b9b;
		border-radius: 50%;
		background-color: #fff;
	}
	.JTB-el_choice.-radio.searchSort_radio input:checked + label:before {
        -webkit-box-shadow: 0 0 0 3px #fff inset;
        box-shadow: inset 0 0 0 3px #fff;
		background: transparent -o-linear-gradient(315deg, #3498db 0, #52c8ff 100%) 0 0 no-repeat padding-box;
		background: transparent linear-gradient(135deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
    }
}
.JTB-el_attention.-attention-set{
	flex-wrap: wrap;
}
.JTB-el_attention.-attention-set .gl-attention_ttl{
	line-height: 1.3;
}
.JTB-el_attention.-attention-set .JTB-el_attention__inner{
	flex: 1;
}
.JTB-el_attention.-attention-set .gl-attention_bot{
  margin-top: 10px;
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .form-dropdown_item:hover {
    background: #f8f9f9
  }
  .searchStatus{
    padding: 13px 20px 20px;
    background: #fff;
  }
  .searchStatus.-single{
    padding: 20px;
  }
  .searchStatus.-nobg{
    padding: 0;
    background: none;
  }
  .searchStatus-count{
    width: inherit;
  }
  .searchStatus-count_num span{
    font-size: 2.6rem;
  }
  .searchStatus-countselect{
    flex: 1;
    padding-top: 7px;
    margin-left: 50px;
  }
  .searchStatus-sort{
    margin: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .searchStatus-count + .searchStatus-sort{
    margin-top: 20px;
  }
  .searchStatus.-nobg .searchStatus-count + .searchStatus-sort{
    margin-top: 0;
  }
  .searchStatus-sort .form-dropdown_title{
    display: none;
  }
  .searchStatus-sort .form-dropdown_list{
    position: inherit;
    display: flex;
    opacity: 1;
    z-index: 0;
    height: auto;
    border: none;
  }
  .searchStatus-sort .form-dropdown_item{
    padding: 0;
    border: none;
    font-size: 100%;
  }
  .searchStatus-sort .form-dropdown_item.is-active{
    font-weight: bold;
  }
  .searchStatus-sort .form-dropdown_item:not(:first-child) {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
  }
  .searchStatus-sort .form-dropdown_item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 16px;
    background-color: #c0c5cb;
  }
  .searchStatus-sort .form-dropdown_item:hover{
    background: none;
  }
  .searchStatus-sort .form-dropdown_item:not(.is-active):hover{
    text-decoration: underline;
  }
}
.JTB-el_btn.-morebtn{
  max-width: 320px;
  width: 100%;
  font-size: 1.6rem;
}

/* お気に入り */
.card-favorite{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 100%;
}
.card-favorite_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50vw;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.card-favorite_icon.-animation{
  position: fixed;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.card-favorite_input{
  display: none;
}
.card-favorite_icon .material-icon{
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  transition: opacity 0.3s;
}
.card-favorite_icon .material-icon:before{
  color: #989ba1;
}

.card-favorite_input:checked + .card-favorite_icon .material-icon:before,
.card-favorite_animation-heart:before,
.card-favorite_icon.-animation .material-icon:before{
  color: #d94f5d;
  background: linear-gradient(135deg,#cc0d21,#ec64a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-favorite_animation{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.card-favorite_animation-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #d94f5d;
  border: 6px solid #d94f5d;
  border-radius: 50%;
  opacity: 0;
  width: 40px;
  height: 40px;
}
.card-favorite_animation-circle:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.card-favorite_animation-particle{
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(//www.jtb.co.jp/kokunai_air/static/assets/images/common/f-ic-favorite-particle.svg) no-repeat center center;
  background-size: contain;
}
.card-favorite_animation-heart{
  line-height: 1;
  color: #d94f5d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.card-favorite.is-checked .card-favorite_icon.-animation{
  -webkit-animation: target .8s ease-in 0.7s;
  animation: target .8s ease-in 0.7s;
  z-index: 10000;
}

.card-favorite.is-checked .card-favorite_animation{
  display: block;
}
.card-favorite.is-checked .card-favorite_animation-circle{
  -webkit-animation: circle .4s ease-in 0s;
  animation: circle .4s ease-in 0s
}

.card-favorite.is-checked .card-favorite_animation-circle:before {
  -webkit-animation: circle-in .4s ease-in 0s;
  animation: circle-in .4s ease-in 0s
}
.card-favorite.is-checked .card-favorite_animation-particle{
  -webkit-animation: particle .6s ease-in .1s;
  animation: particle .6s ease-in
}
.card-favorite.is-checked .card-favorite_animation-heart{
  -webkit-animation: heart .6s ease-in .1s;
  animation: heart .6s ease-in .1s
}

@media print, screen and (min-width: 1000px) {
  .card-favorite{
    right: 20px;
    top: 15px;
  }
  .card-favorite_btn{
    width: 40px;
    height: 40px;
  }
  .card-favorite_icon .material-icon{
    font-size: 1.8rem;
  }
  .card-favorite_btn:hover .card-favorite_icon .material-icon{
    opacity: .6;
  }
  .card-favorite_animation-circle{
    width: 50px;
    height: 50px;
  }
  .card-favorite_animation-particle{
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}


@-webkit-keyframes target {
  0% { transform:scale(1.2); opacity:1; visibility: visible; }
  50% { transform:scale(1.4)}
  99% { transform:scale(1); opacity:1; visibility: visible; }
  100% { transform:scale(1); opacity:0; visibility: hidden; }
}
@keyframes target {
  0% { transform:scale(1.2); opacity:1; visibility: visible; }
  50% { transform:scale(1.4)}
  99% { transform:scale(1); opacity:1; visibility: visible; }
  100% { transform:scale(1); opacity:0; visibility: hidden; }
}

@-webkit-keyframes circle {
  0% { opacity: 0; }
  50% { opacity: 1; width: 100%; height: 100%; border-width: 6px; }
  60% { opacity: 1; width: 100%; height: 100%; border-width: 6px; }
  100% { opacity: 1; width: 50%; height: 50%; border-width: 0; }
}
@keyframes circle {
  0% { opacity: 0; }
  50% { opacity: 1; width: 100%; height: 100%; border-width: 6px; }
  60% { opacity: 1; width: 100%; height: 100%; border-width: 6px; }
  100% { opacity: 1; width: 50%; height: 50%; border-width: 0; }
}
@-webkit-keyframes circle-in {
  0% { width: 0; height: 0; }
  50% { width: 100%; height: 100%; }
}
@keyframes circle-in {
  0% { width: 0; height: 0; }
  50% { width: 100%; height: 100%; }
}
@-webkit-keyframes particle {
  0% { opacity: 0; transform: rotate(0); }
  50% { opacity: 1; transform: rotate(160deg); }
  80% { opacity: 1; transform: rotate(160deg); }
  100% { opacity: 0; transform: rotate(160deg); }
}
@keyframes particle {
  0% { opacity: 0; transform: rotate(0); }
  50% { opacity: 1; transform: rotate(160deg); }
  80% { opacity: 1; transform: rotate(160deg); }
  100% { opacity: 0; transform: rotate(160deg); }
}
@-webkit-keyframes heart {
  0% { transform: scale(.1) }
  50% { transform: scale(1.2) }
  100% { transform: scale(1) }
}

@keyframes heart {
  0% { transform: scale(.1) }
  50% { transform: scale(1.2) }
  100% { transform: scale(1) }
}

/* =============================================
 テンプレート詳細
============================================= */
/* ホテル詳細 ご予約へ進む */
.l-block.-detail-rsv:not(:last-child){
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #bcbdc2;
}
.detail-rsv_inner{
  margin: 0 auto;
  width: 100%;
  max-width: 1182px;
}
.detail-rsv_txt:not(:first-child){
  margin-top: 30px;
}
.detail-rsv_inner .c-cautionList{
  margin-top: 30px;
}

.detail-rsv_bt{
  margin: 30px 0 0 auto;
  width: 100%;
  max-width: 392px;
}

@media print, screen and (max-width: 999px) {
  .c-fullmodal.-gl#modal-price{
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: auto;
    width: calc(100% - 40px);
    max-height: 600px;
    border-radius: 4px;
    transition: opacity 0.5s;
  }
  .c-fullmodal.-gl#modal-price.is-show{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .c-fullmodal.-gl#modal-price.is-fadeout{
    opacity: 0;
  }
  .c-fullmodal.-gl#modal-price .c-fullmodal_header{
    box-shadow: none;
    height: 66px;
  }
  .c-fullmodal.-gl#modal-price .c-fullmodal_header .l-block{
    padding-left: 0;
    text-align: left;
  }
  .c-fullmodal.-gl#modal-price .c-fullmodal_header .c-ttl-main{
    font-size: 100%;
    font-weight: 700;
  }
  .c-fullmodal.-gl#modal-price .c-fullmodal_header .c-ttl-main span{
    display: block;
    font-weight: 700;
  }
}

/* 基本情報アイコン */
.c-tourInfo_head > .material-icon{
  position: relative;
  top: 0;
  margin-right: 5px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1000px) {
  .c-tourInfo_head > .material-icon{
    top: 7px;
    margin-right: 12px;
    font-size: 2.5rem;
  }
  .c-cautionList.-surcharge{
    text-align: right;
  }
  .c-cautionList.-surcharge li:before{
    position: inherit;
  }
}

/* =============================================
 予約ページ メルマガ
============================================= */
.maga-txt{
  margin-top: 15px;
  padding: 15px;
  line-height: 1.5;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.maga-chk{
  padding: 16px;
  border: solid 1px #BCBDC2;
}
.maga-chklist li:not(:first-child){
  margin-top: 8px;
}
.maga-chklist li em{
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-style: normal;
}
.maga-chklist li .c-inputCheck > span{
  display: inline-block;
  padding-top: 5px;
  line-height: 1.5;
}

.u-fw-b {
  font-weight: 900;
}

.u-fw-sb {
  font-weight: 700;
}

.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.u-fs-xs {
  font-size: 1.2rem;
}

.u-fs-sm {
  font-size: 1.4rem;
}

.u-fs-md {
  font-size: 1.6rem;
}

.u-fs-lg {
  font-size: 2rem;
}

.u-fs-xl {
  font-size: 2.4rem;
}

.u-mb-xs {
  margin-bottom: 10px;
}

.u-mb-sm {
  margin-bottom: 20px;
}

.u-mb-md {
  margin-bottom: 30px;
}

.u-mb-lg {
  margin-bottom: 40px;
}

.u-mb-xl {
  margin-bottom: 50px;
}

.u-mt-xs {
  margin-top: 10px;
}

.u-mt-sm {
  margin-top: 20px;
}

.u-mt-md {
  margin-top: 30px;
}

.u-mt-lg {
  margin-top: 40px;
}

.u-mt-xl {
  margin-top: 50px;
}

.u-mb-none {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .u-mb-noneSP {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .u-mb-nonePC {
    margin-bottom: 0;
  }
}

.u-mb-smPC {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1000px) {
  .u-mb-smPC {
    margin-bottom: 40px;
  }
}

.u-margin-auto {
  margin: auto;
}

.u-indent {
  margin-left: 1em;
}

.u-color-primary {
  color: #cc0d21;
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 999px) {
  .u-hidden-sm {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  .u-hidden-lg {
    display: none;
  }
}

.u-fz-14 {
  font-size: 14px;
}

.u-fz-20 {
  font-size: 20px;
}

.u-lh-narrow {
  line-height: 1.5;
}

.u-lh-wide {
  line-height: 2;
}

.u-bg-loading {
  background-color: rgba(255, 255, 255, 0.8);
}

.u-d-ib {
  display: inline-block;
}

.g-mt-m{
        margin-top: 24px;
}
.g-mt-s{
        margin-top: 16px;
}
.g-mt-ss{
        margin-top: 8px;
}
.g-mb-m{
        margin-bottom: 24px;
}
.g-mb-s{
        margin-bottom: 16px;
}
.g-mb-ss{
        margin-bottom: 8px;
}
.g-ml-m{
	margin-left: 24px;
}
.g-ml-s{
	margin-left: 16px;
}
.g-ml-ss{
	margin-left: 8px;
}
.g-ml-sss{
	margin-left: 4px;
}
.g-mr-m{
	margin-right: 24px;
}
.g-mr-s{
	margin-right: 16px;
}
.g-mr-ss{
	margin-right: 8px;
}
.g-fs-pmsn{
	font-size: 1.6rem;
}
@media print, screen and (min-width: 1000px) {
	.g-fs-pnss{
		font-size: 1.6rem;
	}
	.g-fs-pmsn{
		font-size: 1.8rem;
	}
}
/* =============================================
 日程表
============================================= */
@media screen and (max-width: 999px) {
  .p-searchDetail_schedule{
    margin: 0 -16px;
  }
  .p-searchDetail_schedule .c-ttlBlock-lg{
    margin: 0 16px 16px;
  }
  .p-searchDetail_schedule .JTB-el_attention.-information.-gl{
    margin-left: 16px;
    margin-right: 16px;
  }
}
.scheduleblock{
  border-top: solid 1px #BCBDC2;
  border-bottom: solid 1px #BCBDC2;
  line-height: 1.5;
}
.scheduleblock:not(:first-of-type){
  margin-top: -1px;
}
.schedule-day{
  padding: 10px 20px;
  background: #E4E5E7;
}
.schedule-day em{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}
.schedule-day em + span{
  display: inline-block;
  margin-left: 10px;
}
.schedule-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 20px 0;
  min-height: 70px;
}
@media screen and (max-width: 999px) {
  .schedule-wrap:not(:first-of-type){
    border-top: solid 1px #BCBDC2;
  }
}
.schedule-icon{
  width: 48px;
}
.schedule-icon_circle{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50vw;
  border: solid 1px #BCBDC2;
}
.schedule-box{
  padding-top: 7px;
  width: calc(100% - 48px);
}
.schedule-cont > div:first-child{
  margin-top: 0;
}

/* フライト */
.schedule-airttl{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
.schedule-airttl_txt{
  flex: 1;
  padding-top: 3px;
  font-size: 1.4rem;
  font-weight: bold;
}
.schedule-airttl_logo{
  margin-right: 8px;
  width: 65px;
    text-align: center;
  vertical-align: center;
}
.schedule-airttl_logo .material-icon{
  position: relative;
  top: 2px;
  font-size: 2.0rem;

}
.schedule-airttl_logo .material-icon{
  position: relative;
  top: 2px;
  font-size: 2.0rem;
}
.schedule-airttl_logo figure{
  border: solid 1px #BCBDC2;
}
.schedule-airttl_logo img{
  vertical-align: bottom;
}
.schedule-airicon{
  margin-top: 10px;
}
.schedule-airiconlist{
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.schedule-airiconlist_item{
  display: flex;
  align-items: center;
  margin: 5px 0 0 5px;
  padding: 3px 10px;
  font-size: 1.4rem;
  border-radius: 50vw;
  background: #ededee;
}
.schedule-airiconlist_item .JTB-el_tooltip{
  margin-left: 5px;
  padding: 0;
}
.schedule-airiconlist_item a{
  color: #fff;
}
.schedule-fromto{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.schedule-fromto_box{
  flex: 1;
  width: 100%;
}
.schedule-fromto_arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.schedule-fromto_box-date{
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
	.schedule-fromto_box-date{
		font-size: 1.8rem;
	}
}
.schedule-fromto_box-time{
  font-size: 1.8rem;
  font-weight: bold;
}
.schedule-fromto_box-date.schedule-fromto_box-time{
    margin-top: 5px;
}
.schedule-fromto_box-date + .schedule-fromto_box-time{
	margin-top: 5px;
}
.schedule-fromto_box-txt{
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* 送迎 */
.schedule-movettl span{
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .schedule-movettl span{
    font-size: 1.8rem;
  }
}

.schedule-movetxt{
  margin-top: 10px;
  font-size: 1.6rem;
}

/* 現地行動 */
.schedule-eventttl span{
  font-size: 1.6rem;
  font-weight: bold;
}
.schedule-eventttl .material-icon{
  margin-left: 10px;
}
.schedule-eventttl_link span{
  color: #323743;
}
.schedule-eventbox{
  display: flex;
  margin-top: 10px;
}
.schedule-eventbox_photo{
  width: 100px;
}
.schedule-eventbox_photo.-gl{
  width: 120px;
}
.schedule-eventbox_body{
  margin-left: 8px;
  width: calc(100% - 108px);
}
.schedule-eventbox_body.-gl{
  width: calc(100% - 128px);
}
.schedule-eventbox_body-time{
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.schedule-eventbox_body-time .material-icon{
  margin-right: 5px;
}

.schedule-eventbox_body-unspecified{
     font-size: 1.4rem;
    font-weight: bold;
}

.schedule-eventbox_body-unspecified button{
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
  font-size: 1.4rem;
}
.schedule-eventbox_body-unspecified button span{
  font-weight: bold;
}
.schedule-eventbox_body-unspecified button .material-icon{
  margin-left: 5px;
}

/* ボタン */
.schedule-bt{
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .schedule-btlist{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
  }
  .schedule-btlist_item{
    margin: 10px 0 0 10px;
    width: calc(100% / 2 - 10px);
  }
  .schedule-btlist_item a,
  .schedule-btlist_item button,
  .schedule-btlist_item button{
    font-size: 1.4rem!important;
  }
  .schedule-btlist_item a,
  .schedule-btlist_item button{
    padding: 5px 10px 3px!important;
    min-height: 44px!important;
  }
}
.schedule-eventbox_body-att{
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -3px;
}
.schedule-eventbox_body-att li{
  margin: 3px 0 0 3px;
  padding: 3px 10px;
  font-size: 1.4rem;
  border-radius: 50vw;
  background: #ededee;
}
@media print, screen and (min-width: 1000px) {
  .schedule-eventbox_body-att{
    margin: -8px 0 0 -8px;
  }
  .schedule-eventbox_body-att li{
    margin: 8px 0 0 8px;
    padding: 3px 10px;
    font-size: 1.4rem;
    border-radius: 50vw;
    background: #ededee;
  }
}
/* ホテル 複数ホテル泊・一部ホテル不要 */
.schedule-subbox{
  margin-top: 20px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
}
.schedule-subbox button{
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
}
.schedule-subbox button span{
  font-size: 1.4rem;
  font-weight: bold;
}
.schedule-subbox button .material-icon{
  margin-left: 5px;
}

/* 日程下部のリンク */
.schedule-link{
  margin: 0 10px;
  padding: 20px 10px;
  border-top: solid 1px #BCBDC2;
}
.schedule-linklist_item{
  text-align: center;
}
@media screen and (max-width: 999px) {
  .schedule-linklist_item:not(:first-child){
    margin-top: 10px;
  }
}

.schedule-linklist_item a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.schedule-linklist_item a .material-icon{
  margin-left: 5px;
}

/* 食事 */
@media screen and (max-width: 999px) {
  .schedule-eatlist{
    display: flex;
    justify-content: flex-end;
    margin: 0 10px;
    padding: 20px 0;
    border-top: solid 1px #BCBDC2;
  }
  .schedule-eatlist_item{
    margin-left: 20px;
  }
}


@media print, screen and (min-width: 1000px) {
  .scheduleblock{
    display: flex;
    border: solid 1px #BCBDC2;
  }
  .schedule-day{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 70px;
    text-align: center;
  }
  .schedule-day em{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    font-style: normal;
  }
  .schedule-day em + span{
    margin: 10px 0 0 0;
  }
  .schedule-day span{
    display: block;
  }
  .schedule-body{
    flex: 1;
  }
  .schedule-wrap{
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    min-height: 150px;
  }
  .schedule-wrap:not(:first-of-type):before{
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    margin-left: 58px;
    width: calc(100% - 58px);
    border-top: solid 1px #BCBDC2;
  }
  .schedule-icon{
    padding: 0 10px;
    width: 58px;
  }
  .schedule-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    width: calc(100% - 58px);
  }
  .schedule-cont{
    flex: 1;
    padding: 0 10px;
  }

  /* フライト */
  .schedule-airttl_txt{
    padding-top: 5px;
    font-size: 1.6rem;
  }
  .schedule-airttl_txt br{
    display: none;
  }
  .schedule-fromto{
    justify-content: flex-start;
    margin-top: 10px;
  }
  .schedule-fromto_arrow{
    width: 70px;
  }
  .schedule-fromto_box-txt{
    margin-top: 0;
    font-size: 1.8rem;
  }
  .schedule-fromto_box{
    flex: initial;
    width: inherit;
  }

  /* 現地行動 */
  .schedule-eventttl span{
    font-size: 1.8rem;
  }
  .schedule-eventbox_body-unspecified,
  .schedule-eventbox_body-unspecified button{
    font-size: 1.6rem;
  }
  .schedule-eventbox_body-unspecified button:hover{
    opacity: .6;
  }

  /* ボタン */
  .schedule-bt{
    margin-top: 0;
    padding: 0 10px;
    width: 180px;
  }
  .schedule-btlist{
    margin-left: 0;
    width: 100%;
  }
  .schedule-btlist_item:not(:first-child){
    margin-top: 10px;
  }

  /* ホテル 複数ホテル泊・一部ホテル不要 */
  .schedule-subbox button span{
    font-size: 1.6rem;
  }
  .schedule-subbox button a:hover{
    opacity: .6;
  }

  /* 日程下部のリンク */
  .schedule-linklist{
    display: flex;
    justify-content: center;
  }
  .schedule-linklist_item{
    width: calc(100% / 2);
    text-align: center;
  }

  /* 食事 */
  .schedule-eat{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 80px;
    border-left: solid 1px #BCBDC2;
  }
  .schedule-eatlist_item:not(:first-child){
    margin-top: 8px;
  }
  .schedule-eatlist_item span{
    white-space: nowrap;
  }
}

/* =============================================
 テンプレート一覧
============================================= */
/* カセット */
.card-v1{
	position: relative;
	padding: 10px;
	border-radius: 4px;
	background: #fff;
}
.card-v1:not(:first-child){
	margin-top: 24px;
}
.card-v1_body{
}
.card-v1_body01{
}
.card-v1_id{
	margin-bottom: 16px;
	font-size: 1.2rem;
	color: #656972;
}
.card-v1_ttl{
	float: right;
	width: calc(100% - 108px);
	font-size: 1.6rem;
	font-weight: bold;
}
.card-v1_img{
	float: left;
	margin: 0 8px 8px 0;
	width: 100px;
}
@media screen and (max-width: 999px) {
	.card-v1_icon{
		clear: both;
	}
}
.card-v1_cnt_itemRound dt:not(:first-child){
	margin-top: 8px;
}
.card-v1_iconlist{
	display: flex;
	flex-wrap: wrap;
	margin: -4px 0 0 -4px;
}
.card-v1_iconlist_item{
	margin: 4px 0 0 4px;
	padding: 2px 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 50vw;
	border: solid 1px #989BA1;
}
.card-v1_cnt{
	margin-top: 16px;
	font-size: 1.4rem;
}
.card-v1_cnt_item:not(:first-child){
	margin-top: 16px;
}
.card-v1_cnt_itemTtl{
	font-weight: bold;
}
.card-v1_body02{
	margin-top: 16px;
}
.card-v1_htl{
	padding: 10px;
	font-size: 1.4rem;
	background: #F8F9F9;
}
.card-v1_htlTtl{
	font-weight: bold;
}
.card-v1_htlTxt{
	line-height: 1.3;
}
.card-v1_htlTtl + .card-v1_htlTxt{
	margin-top: 8px;
}
.card-v1_htlRound{
	margin-top: 8px;
}
.card-v1_htlRound dt:not(:first-of-type){
	margin-top: 8px;
}
.card-v1_htl_link{
	text-align: right;
}
.card-v1_htl_link a{
	color: #3498DB;
	font-weight: bold;
}
.card-v1_htl_link .m-ico{
	margin-left: 4px;
}
.card-v1_body02 .g-card_price{
	order: 0;
	margin: 16px 0 0;
}
.card-v1_body02 .JTB-el_attention.-information{
	margin-top: 16px;
}
.card-v1_body02 .g-card_foot{
	margin-top: 8px;
}

.card-v1_body02 .card-favorite{
	line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
	.card-v1{
		padding: 16px;
		border-radius: 4px;
	}
	.card-v1:not(:first-child){
		margin-top: 24px;
	}
	.card-v1_body{
		display: flex;
	}
	.card-v1_body01{
		width: 70%;
	}
	.card-v1_id{
		margin-bottom: 8px;
	}
	.card-v1_ttl{
		width: calc(100% - 166px);
		font-size: 1.8rem;
		font-weight: bold;
	}
	.card-v1_img{
		margin-right: 16px;
		width: 150px;
	}
	.card-v1_icon{
		float: right;
		margin-top: 8px;
		width: calc(100% - 166px);
	}
	.card-v1_cnt{
		float: right;
		margin-top: 24px;
		width: calc(100% - 166px);
	}
	.card-v1_body02{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin: 0 0 0 16px;
		padding: 56px 0 0 16px;
		width: calc(30% - 16px);
		border-left: solid 1px #BCBDC2;
	}
 	.card-v1_body02 .JTB-el_attention.-information{
		margin-top: 24px;
	}
	.card-v1_body02 .g-card_foot{
		margin-top: 24px;
	}
}

/* =============================================
 フライトの変更・選択
============================================= */
.vehicleCard{
  position: relative;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.4rem;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 16%);
  background-color: #fff;
}
.vehicleCard.is-selected {
  position: relative;
  padding-top: 38px;
  border: 1px solid #3498DB;
  box-shadow: 0px 1px 3px 0px #3498DB;

}

@media print, screen and (min-width: 1000px) {
  .vehicleCard.is-selected {
    padding-top: 58px;
  }
}

.vehicleCard.is-selected:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\9078\629E\4E2D\306E\4FBF';
  font-size: 1.6rem;
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  height: 28px;
  padding: 5px 10px;
    background-color: #3498DB;
}
.vehicleCard .schedule-airttl_txt{
  font-size: 1.6rem;
}

.vehicleCard .vehicleCard_brand{
  margin-top: 10px;
}
.vehicleCard .schedule-fromto{
  margin-top: 20px;
}
.vehicleCard_info-link{
  text-align: right;
}
.vehicleCard_info-link a{
  font-size: 1.6rem;
  font-weight: bold;
}
.vehicleCard_info-passport{
  text-align: right;
  font-size: 1.4rem;
}
.vehicleCard:not(:first-child){
  margin-top: 12px;
}

.vehicleCard_cnt{
  padding-bottom: 20px;
}

.vehicleCard_cnt:not(:first-of-type){
  border-top: 1px solid #BCBDC2;
  padding-top: 20px;
}
.vehicleCard_cnt.-transfer{
  border-top: 1px dashed #BCBDC2!important;
}
.vehicleCard_info{
  margin-top: 20px;
}
.vehicleCard_foot{
  text-align: right;
}
.vehicleCard_price_st{
  font-weight: 900;
  margin-left: 10px;
}
.vehicleCard_price_st .u-color-primary span{
  margin-left: 5px;
  font-weight: bold;
}
.vehicleCard_price_sale > button {
    text-decoration: line-through;
    font-size: 1.8rem;
    margin-left: 5px;
}
.vehicleCard_btn-g.-gl-btn{
  font-size: 1.6rem;
}

.form-select.-air{
  width: 100%;
}
.form-select.-air .form-dropdown_title{
  padding: 16px 10px;
  min-height: 57px;
}

@media print, screen and (min-width: 1000px) {
  .vehicleCard{
    padding: 30px;
  }
 .vehicleCard:not(:first-child){
    margin-top: 20px;
  }
  .vehicleCard .schedule-fromto_box-time{
    font-size: 2.1rem;
  }
  .vehicleCard_foot{
    margin-left: auto;
    width: 320px;
    text-align: right;
  }
}


/* SP時間モーダル */
.c-fullmodal.-gl.-time .c-selectList_item{
  margin: 0 -16px;
  border-bottom: none;
}
.c-fullmodal.-gl.-time .c-selectList_parent > .c-selectList_body{
  margin: 0 -16px;
}
.c-fullmodal.-gl.-time .c-selectList_children{
  padding-left: 0;
  border-top: none;
}
.c-fullmodal.-gl.-time .c-selectList_body{
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
.c-fullmodal.-gl.-time .c-selectList_check:checked + .c-selectList_body{
  color: #3498db;
  background-color: #e7f6fc;
}
.c-fullmodal.-gl.-time .c-selectList_body .material-icon{
  display: none;
}
.c-fullmodal.-gl.-time .c-selectList_check:checked + .c-selectList_body .material-icon{
  display: block;
}

/* PEX */
@media print, screen and (max-width: 999px) {
  .c-inputCheckList.-pex .JTB-el_tooltip.-tooltip{
    margin-top: -10px;
  }
}

/* =============================================
 現地移動プラン変更
============================================= */
.vehicleCard.-transportation .vehicleCard_brand{
  margin: 0;
}
.vehicleCard.-transportation .vehicleCard_brand_name{
  font-weight: 700;
  font-size: 1.8rem;
}
.vehicleCard.-transportation .schedule-fromto{
}
.vehicleCard.-transportation .c-vehicleCard_note{
  padding-top: 20px;
  border-top: solid 1px #BCBDC2;
}

@media print, screen and (max-width: 999px){
  .detail-pagenav_list.js-itemnum.-col5{
    flex-wrap: wrap;
  }
  .detail-pagenav_list.js-itemnum.-col5 li:nth-child(-n+3){
    width: calc(100% / 3);
  }
  .detail-pagenav_list.js-itemnum.-col5 li:nth-child(n+4){
    width: calc(100% / 2);
  }
}
@media print, screen and (min-width: 1000px){
  .detail-pagenav_list.js-itemnum.-col5{ width: 100%; }
  .detail-pagenav_list.js-itemnum.-col4{ width: calc(100% - (100% / 5) * 1); }
  .detail-pagenav_list.js-itemnum.-col3{ width: calc(100% - (100% / 5) * 2); }
  .detail-pagenav_list.js-itemnum.-col2{ width: calc(100% - (100% / 5) * 3); }

  .vehicleCard.-transportation .vehicleCard_brand{
    flex: 0 0 255px;
    margin: 0 30px 0 0;
  }
  .vehicleCard.-transportation .vehicleCard_brand_name{
    font-weight: 700;
    font-size: 2.1rem;
  }
  .vehicleCard.-transportation .schedule-fromto{
    margin-top: 20px;
  }
  .vehicleCard.-transportation .c-vehicleCard_note{
    padding-top: 20px;
    padding-right: 200px;
    border-top: solid 1px #BCBDC2;
  }
}
/* =============================================
 お気に入り一覧
============================================= */
.favoriteHd{
	margin-top: 16px;
	padding: 16px;
	line-height: 1.5;
	background: #F4F5F5;
}
.favoriteHd_txt a{
	font-weight: bold;
}
.favoriteHd_block{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 8px;
}
.favoriteHd_list{
	flex: 1;
	margin-left: 16px;
}
.favoriteHd_listitem{
	position: relative;
	padding-left: 1em;
}
.favoriteHd_listitem::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "\30FB";
}
.favoriteHd_img{
	width: 83px;
}
.favoriteHd_img img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1000px) {
	.favoriteHd{
		margin-top: 32px;
		padding: 24px 48px;
	}
	.favoriteHd_block{
		margin-top: 16px;
	}
}

.searchStatus.-fovrite{
  position: relative;
  margin-bottom: 50px;
  padding-top: 20px;
  align-items: center;
}
.searchStatus.-fovrite .searchStatus-sort{
  margin-top: 0;
}
.material-icon.-favorite{
  top: -6px;
}
.material-icon.-favorite:before{
  transform: scale(1);
}



.c-modal_box.-favoriteclose{
  border-radius: 4px;
}

.c-modal_box.-favoriteclose .c-btn{
  color: #3498DB;
  text-decoration: none;
  border: none;
  background: none;
  transition: opacity 0.3s;
}

@media screen and (max-width: 999px) {
  .c-modal_box.-favoriteclose .c-modal_cnt{
    padding: 70px 20px 40px;
  }
}


@media print, screen and (min-width: 1000px) {
  .p-favoriteDel_item{
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
  .p-favoriteDel_item .c-textLink{
    transition: opacity 0.3s;
  }
  .p-favoriteDel_item .c-textLink:hover{
    opacity: .6;
    text-decoration: none;
  }
  .c-modal_box.-favoriteclose .c-btn:hover{
    opacity: .6;
  }
}

/* ======================================================
  #### パーツ化
 ====================================================== */
/*  アイコン */
.m-ico{display:inline-flex;align-items:center;font-style:normal;vertical-align:middle;font-weight:400}.m-ico:before{position:relative;top:-1px;font-family:'Material Icons Round';content:attr(data-icon);font-size:100%}.m-ico.-arrow{transform:scale(1.3)}@media screen and (min-width:1000px){.m-ico.-arrow{transform:scale(1.5)}}

/* flex ============================= */
.g-flex{
	display: flex;
}
.g-flex.-start{ justify-content: flex-start; }
.g-flex.-end{ justify-content: flex-end; }
.g-flex.-center{ justify-content: center; }
.g-flex.-between{ justify-content: space-between; }
.g-flex.-around{ justify-content: space-around }

/* テキストリンク ============================= */
.g-textLink{
	color: #3498DB;
	text-decoration: none;
	transition: opacity 0.3s;
}
@media print, screen and (min-width: 1000px) {
	.g-textLink:hover {
		text-decoration: none;
		opacity: .6;
	}
}

/* ツールチップ ============================= */
.g-tooltip {
	display: inline-block;
	position: relative;
}
.g-tooltip.is-show {
	z-index: 99;
}
.g-tooltip_icon .m-ico{
	color: #656972;
	line-height: 1;
	font-size: 2.0rem;
}
.g-tooltip:before {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	width: calc(100vw - 52px);
	max-width: 500px;
	height: 100px;
	right: -10px;
	bottom: 0;
}
.g-tooltip_cnt {
	text-align: left;
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 10px;
	width: calc(100vw - 52px);
	right: -10px;
	bottom: 30px;
}
.g-tooltip_cnt a {
	color: #fff;
}
.g-tooltip_cnt.-wide {
	padding-bottom: 15px;
}

@media print, screen and (min-width: 700px) {
	.g-tooltip_cnt {
		max-width: 300px;
	}
	.g-tooltip_cnt.-wide {
		max-width: 500px;
	}
	.g-tooltip_cnt.-pos {
		right: -140px;
	}
	.g-tooltip_cnt.-searchDetail {
		bottom: 35px;
		right: -95px;
	}
}

.g-tooltip_cnt.is-show {
	display: block;
}
.g-tooltip_cnt.-fav {
	width: 300px;
	display: block;
	opacity: 0;
}
.g-tooltip_cnt.-hotelPrice {
	right: 0px;
	bottom: 40px;
}
.g-tooltip_boxTtl {
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 700;
}
.g-tooltip_boxCnt {
	max-height: 150px;
	padding: 5px;
	overflow-y: auto;
}
.g-tooltip_boxCnt > p:not(:first-child),
.g-tooltip_boxCnt > ul:not(:first-child) {
	margin-top: 15px;
}
.g-tooltip_boxCnt li {
	position: relative;
	padding-left: 1.2em;
}
.g-tooltip_boxCnt li::before {
	position: absolute;
	left: 0;
	content: '\30FB';
}
.g-tooltip_arrow {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-color: #000;
	transform: rotate(45deg);
	position: absolute;
	right: 9px;
	bottom: -6px;
}
.g-tooltip_cnt.-hotelPrice .g-tooltip_arrow {
	right: 30px;
}


/* カセット ============================= */
.g-cardlist{
	margin-top: 30px;
}
.g-card{
	border: 1px transparent;
    border-radius: 2px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.g-card:not(:first-child){
	margin-top: 45px;
}
.g-card.is-selected{
	border: solid 1px #3498DB;
    box-shadow: 0px 1px 3px 0px #3498db;
}
.g-card_wrap{
    padding: 10px;
}
.g-card_bodymain{
	flex: 1;
	font-size: 1.4rem;
	line-height: 1.5;
}
.g-card_img{
	display: none;
}

/* 選択中 */
.g-card_selecttxt{
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
    background-color: #3498DB;
}

/* おすすめアイコン */
.g-card_tag {
	margin-bottom: 5px;
}
.g-tagList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
	font-size: 0;
}
.g-tagList_item{
	display: inline-block;
	margin: 0 0 5px 5px;
	padding: 5px;
	line-height: 1;
	font-size: 1.4rem;
	border: solid 1px #888;
	background: #fff;
}
.g-tagList_item.-bl{
	background: #000;
	border-color: #000;
	color: #fff;
}

/* ttl */
.g-card_ttl a{
	text-decoration: none;
}
.g-card_ttl a span{
	color: #323743;
	font-size: 1.8rem;
	font-weight: bold;
}
.g-card_ttl a:hover span{
	text-decoration: underline;
}
.g-card_ttl .m-ico{
	margin-left: 5px;
}

/* txt */
.g-card_roomtype{
	font-size: 1.6rem;
	font-weight: bold;
}
.g-card_txt{
	margin-top: 10px;
}

/* price */
.g-card_price {
    width: 100%;
    text-align: right;
    order: 4;
    line-height: 1.3;
}
.g-card_price-app{
        width: 100%;
}
.g-card_price-box{
	color: #CC0000;
	font-size: 1.8rem;
	font-weight: bold;
}
.g-card_price-num{
	font-size: 2.6rem;
	font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
	.g-card_price-box{
		font-size: 1.7rem;
	}
	.g-card_price-num{
		font-size: 2.8rem;
	}
}
.g-card_price-box-bl{
	font-size: 1.6rem;
	font-weight: bold;
}
.g-card_price-num-bl{
	font-size: 1.6rem;
	font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
	.g-card_price-box-bl{
		font-size: 1.0rem;
	}
}

/* price概算 */
.g-card_price.-app{
	display: flex;
	justify-content: flex-end;
  line-height: 1.8;
  font-size: 1.4rem;
}
.g-card_price.-app .g-card_price-box{
	font-size: 1.4rem;
  font-weight: normal;
}

.g-card_price-app dt{
  font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}
.g-card_price.-app .g-card_price-num{
  font-weight: bold;
}
.g-card_price-fuel{
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1000px) {
  .g-card_price.-app{
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

/* bt */
.g-card_foot{
	display: flex;
	margin-top: 20px;
}
.g-card_foot .JTB-el_btn, .g-card_foot .JTB-el_btn{
	max-width: 350px;
	line-height: 1;
	font-size: 1.6rem;
}
.g-card_foot.-r1{
	justify-content: flex-end;
}

/* 下部の注意書き */
.g-card_btmtxt{
	margin-top: 24px;
	font-size: 1.4rem;
}

/* 3点リーダーもっと見る */
.g-card_desc {
    overflow: hidden;
}
.g-blueAcc_trg { /* JSの修正必要 */
	margin-bottom: 15px;
}
.g-blueText { /* JSの修正必要 */
	color: #3498db;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}

/* ボタンレイアウト ============================= */
.g-btnBlock{
	display: flex;
}
.g-btnBlock.-center{
	justify-content: center;
}
.g-btnBlock.-right{
	justify-content: flex-end;
}

.JTB-el_btn.g-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px 10px 13px;
	min-height: 55px;
	font-size: 100%;
}
.JTB-el_btn.g-btn .m-ico{
	margin-left: 5px;
	font-size: 3.0rem;
	line-height: 1;
}

.g-morebtn{
	margin-top: 30px;
}
.g-morebtn .g-btn{
	max-width: 320px;
	width: 100%;
}
.bt-inline{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px calc(1em + 8px) 6px 8px;
  color: #3498db;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50vw;
  border: solid 1px #3498db;
}
.bt-inline .m-ico{
  position: absolute;
  right: 4px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  font-size: 2.0rem;
  line-height: 1;
}
@media print, screen and (min-width: 1000px) {
	.g-cardlist{
		margin-top: 50px;
	}
	.g-card:not(:first-child){
		margin-top: 50px;
	}
	.g-card_wrap{
		display: flex;
		flex-direction: row-reverse;
		padding: 30px;
	}
	.g-card_body{
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.g-card_bodymain{
		font-size: 1.6rem;
	}
	.g-card_img{
		display: block;
		margin-right: 30px;
		width: 315px;
	}

	/* ttl */
	.g-card_ttl a span{
		font-size: 2.1rem;
	}

	/* bt */
	.g-card_foot{
		margin-top: 30px;
	}
	.g-card_foot button{
		max-width: 350px;
	}
}

/* プルダウン ============================= */
.g-form-fieldset.is-open{
	position: relative;
	z-index: 2;
}
.g-form-select{
	position: relative;
}
.g-form-dropdown_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	padding: 13px 15px 13px 20px;
	width: 100%;
	height: 48px;
	min-height: calc(1em + 31px);
	text-align: left;
	text-overflow: ellipsis;
	line-height: 1;
	color: #323743!important;
	border: 1px solid #bcbdc2;
	outline: 0;
	background: #fff;
}
.g-form-dropdown_title .m-ico{
	color: #bcbdc2;
	transition: .3s;
}
.g-form-dropdown_title[aria-expanded=true] .m-ico{
	position: relative;
	transform: rotate(540deg);
}
.g-form-dropdown_list{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	opacity: 0;
	border-bottom: 1px solid #bcbdc2;
	transition: opacity .3s ease-in-out;
}
.g-form-dropdown_list[aria-hidden=false]{
	display: block;
	height: auto;
	background: #fff;
	opacity: 1;
}
.g-form-dropdown_item{
	display: flex;
	justify-content: space-between;
	padding: 13px 17px;
	line-height: 1.4;
	border-right: 1px solid #bcbdc2;
	border-left: 1px solid #bcbdc2;
	background: #fff;
}
.g-form-dropdown_item.is-active{
	color: #3498DB;
	background: #ECF9FF;
}
.g-form-dropdown_item .m-ico{
	display: none;
}
.g-form-dropdown_item.is-active .m-ico{
	display: inline-block;
}
.g-form-dropdown_item:not(.is-active):hover{
	background: #ECF9FF;
}

/* ホテルの変更・選択 ============================= */
.g-card_htlwrap{
	padding: 10px;
	line-height: 1.5;
}
.g-card_htltypewrap{
  display: none;
}
.g-card_htltypewrap[aria-hidden="false"]{
  margin-top: 40px;
}
.g-card_htltypewrap.JTB-el_accordion__body{
	display: block;
}
.g-card_htltype-status{
	margin-bottom: 10px;
	padding: 3px 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
	background-color: #95999e;
}
.g-card_htltype-card:not(:first-of-type){
    margin-top: 30px;
    padding-top: 30px;
	border-top: 1px solid #ddd;
}

.g-card_htltype-txt{
	font-size: 1.6rem;
	font-weight: bold;
}
.g-card_htltype-size{
	font-size: 1.2rem;
}
.g-card_htltype-roomdetail{
	font-size: 1.4rem;
}
.g-card_htltype-roomdetail .m-ico{
	margin-left: 5px;
	font-size: 2.0rem;
}

.g-card_htltype-detail{
	margin-top: 20px;
	width: 100%;
}
.g-card_htltype-price{
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.g-card_htltype-payLocal{
	margin-top: 10px;
}
.g-card_hotelPlan_price_sale{
	position: relative;
}
.g-card_hotelPlan_price_sale:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top: solid 1px #323743;
}

/* 新モーダルヘッダーなし ============================= */
.g-modal-nohead{
	width: calc(100% - 24px);
	max-width: calc(100% - 32px)!important;
	max-height: calc(100% - 140px);
	height: calc(100% - 24px);
}
.g-modal-nohead_cnt{
	padding: 24px!important;
	height: 100%;
}
.g-modal-nohead_close{
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	cursor: pointer;
	padding: 12px;
	font-size: 2.4rem;
	color: #95999e;
	line-height: 1;
}
.g-modal-nohead .c-modal_inner > :last-child{
	padding-bottom: 0!important;
}
.g-modal-nohead .c-modal_inner{
	padding-bottom: 24px;
	height: auto;
}
@media print, screen and (min-width: 1000px) {
	.g-modal-nohead{
		width: 80%;
		max-width: 80%!important;
		max-height: 648px;
		height: 90%;
	}
	.g-modal-nohead_cnt{
		padding: 24px!important;
		height: 100%;
	}
	.g-modal-nohead_close{
		position: absolute;
		top: 6px;
		right: 20px;
		cursor: pointer;
		padding: 12px;
		font-size: 2.4rem;
		color: #95999e;
		line-height: 1;
	}
	.g-modal-nohead .c-modal_inner > :last-child{
		padding-bottom: 0!important;
	}
	.g-modal-nohead .c-modal_inner{
		padding-bottom: 24px;
		height: auto;
	}
}

/* 新モーダルサイズ対応 ============================= */
@media print, screen and (min-width: 1000px) {
	.c-fullmodal.-modal.g-modal{
		width: 80%;
		max-width: 80%!important;
		max-height: 648px;
		height: 90%;
	}
	.c-fullmodal.-modal.g-modal .l-inner{
		max-width: 100%;
	}
}



/* 必須アイコン ============================= */
.icon-required{
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	color: #CC0D21;
	padding: 2px 6px 3px;
	border: solid 1px #CC0D21;
	border-radius: 50vw;
	background-color: #fff;
	margin-left: 5px;
	vertical-align: middle;
	transform: translateY(-1px);
}

.g-localPay {
	font-size: 1.4rem;
	line-height: 1.5;
}
.g-localPay > li {
	text-align: right;
}
.g-localPay > li::before {
	content: '\203B';
}
.g-localPay_link {
	margin-left: 8px;
	display: inline-block;
}
@media print, screen and (max-width: 999px){
	.g-card_htlwrap .g-card_img{
		display: block;
	}
	.g-card_htlwrap .g-card_htlhead .g-card_cnt{
		display: flex;
		flex-wrap: wrap;
	}
	.g-card_htlwrap .g-card_htlhead .g-card_img{
		margin: 10px 10px 0 0;
		width: 120px;
	}
	.g-card_htlwrap .g-card_htlhead .g-card_txt {
		width: calc(100% - 130px);
	}
	.g-card_htltype-card{
		display: flex;
		flex-wrap: wrap;
	}
	.g-card_htlwrap .g-card_htltype-card .g-card_img{
		order: -1;
		width: 100px;
		margin-right: 10px;
	}
	.g-card_htlwrap .g-card_htltype-card .g-card_htltype-head{
		width: calc(100% - 110px);
	}


}

@media print, screen and (min-width: 1000px) {
	.g-card_htlwrap{
		padding: 30px;
	}
	.g-card_htlwrap .g-card_cnt{
		position: relative;
		width: 100%;
		min-height: 235px;
	}

	.g-card_htlwrap .g-card_htlhead .g-card_tag,
	.g-card_htlwrap .g-card_htlhead .g-card_header,
	.g-card_htlwrap .g-card_htlhead .g-card_desc,
	.g-card_htlwrap .g-card_htlhead .g-card_price{
		width: calc(100% - 345px);
		margin-left: 345px;
	}
	.g-card_htlwrap .g-card_htlhead .g-card_img {
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	.g-card_htltypewrap[aria-hidden="false"]{
		margin-top: 30px;
	}

	.g-card_htltype-card{
		position: relative;
	}
	.g-card_htltype-card:not(:first-of-type){
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #ddd;
	}

	.g-card_htlwrap .g-card_htltype-card .g-card_htltype-head{
		width: calc(100% - 285px);
		margin-left: 285px;
	}
	.g-card_htlwrap .g-card_htltype-card .g-card_img{
		position: absolute;
		left: 0;
		top: 0;
		width: 255px;
		text-align: center;
	}
	 .g-card_htlwrap .g-card_htltype-card:not(:first-of-type) .g-card_img{
		top: 30px;
	}

	.g-card_htltype-detail{
		margin-left: auto;
		width: 320px;
	}
}

/* 部屋タイプの開閉 */
.g-card_roomtype.-open{
	margin-top: 40px;
	border-top: solid 1px #ddd;
	text-align: center;
}
@media print, screen and (min-width: 1000px) {
	.g-card_roomtype.-open{
		margin-top: 20px;
	}
}
.g-card_roomtype button[aria-expanded=false]{
	display: block;
	padding: 0!important;
}
.g-card_roomtype button[aria-expanded=false] span{
	position: relative;
	display: block;
	height: 100%;
	font-size: 1.6rem;
}
.g-card_roomtype button[aria-expanded=true]{
	margin: 0 auto 0;
	padding-bottom: 0;
	width: auto;
	line-height: 1.4;
	text-align: center;
}
.g-card_roomtype button[aria-expanded=true] span {
	font-size: 1.6rem;
	padding: 0 1.5em 0 0;
	background: none;
}

.g-card_roomtype button:after{
	top: 4px;
	width: 8px;
	height: 8px;
	font-size: 1.3rem!important;
	border-color: #3498DB;
}
.g-card_roomtype button[aria-expanded=true]:after{
	top: 18px;
}
@media print, screen and (min-width: 1000px) {
	.g-card_roomtype button{
		margin-top: 20px;
		width: 100%;
	}
	.g-card_roomtype button[aria-expanded=false]{
		margin-left: auto;
		max-width: 300px;
	}
	.g-card_roomtype button:after{
		width: 10px;
		height: 10px;
	}
	.g-card_roomtype button[aria-expanded=true]:after{
		top: 20px;
	}
}

/* ホテルグレード説明 */
.g-hotelgrade_icon{
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	line-height: 1;
}
.g-hotelgrade_icon > .m-ico{
	margin-left: -4px;
	color: #656972;
	font-size: 1.82rem;
}
.g-hotelgrade_icon .m-ico.star-on{
  color: #e18d52;
}
.g-hotelgrade_icon .m-ico.star-off{
  color: #bcbdc2;
}
.g-hotelgrade_icontooltip{
	margin: 0 5px;
}
.g-hotelgrade_icontooltip .m-ico{
	color: #656972;
	font-size: 1.82rem;
}

/* 検索条件 */
.searchconditions{
	margin-bottom: 24px;
}
.searchconditions-wrap{
	padding: 16px;
	background: #F8F9F9;
}
.searchconditions-list_item{
	display: flex;
	margin-top: 8px;
	line-height: 1.5;
}
.searchconditions-list_ttl{
	width: 2em;
}
.searchconditions-list_ttl .m-ico{
	font-size: 2.0rem;
	line-height: 1;
}
.searchconditions-list_ttl span{
	display: none;
}
.searchconditions-list_bd{
	flex: 1;
}
@media screen and (min-width: 1000px) {
	.searchconditions{
		margin-bottom: 53px;
	}
	.searchconditions-wrap{
		padding: 24px 32px;
	}
	.searchconditions-list_item{
		margin-top: 16px;
	}
	.searchconditions-list_ttl{
		width: 13em;
	}
	.searchconditions-list_ttl span{
		display: inline-block;
		margin-left: 8px;
		font-weight: bold;
	}
}

/* ローディング */
.JTB-el_loading{z-index:10001;position:fixed;top:0;left:0;width:100%;height:100vh;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.JTB-el_loading[aria-dis="false"]{display:none}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-transform-origin:center;-ms-transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.JTB-el_loading.-circle{background:rgba(50,55,67,.1)}.JTB-el_loading.-liner{-webkit-box-pack:start;-ms-flex-pack:start;z-index:11;position:relative;justify-content:flex-start;width:100%;height:5px;background:#e4e5e7}.JTB-el_loading__item{width:30%;height:100%;background:-o-linear-gradient(315deg,#3498db 0,#52c8ff 100%);background:linear-gradient(135deg,#3498db,#52c8ff)}

/* ログインページ ============================= */
.login-error{
	max-width: 848px;
	margin: 0 12px;
}
.login-error .JTB-el_attention__inner{
	color:  #D94F5D;
}
.login-error[aria-hidden="true"]{
	display: none;
}
.loginwrapper{
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
	max-width: 632px;
}
.login-sect{
	margin-top: 40px;
	padding: 40px 16px;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgb(50 55 67 / 50%);
}
.login-inner{
	margin: 0 auto;
	width: 100%;
	max-width: 416px;
}
.login-sectsub:not(:first-of-type){
	margin-top: 24px;
	padding-top: 24px;
	border-top: solid 1px #BCBDC2;
}
.login-inner .list-dot li,
.login-inner .kome{
	line-height: 1.8;
}
.login-inner .JTB-el_btn{
	font-size: 2.1rem;
}
.login-inner .c-inputCheck.-important{
	padding: 12px;
}
.login-inner .c-inputCheck.-important > span{
	font-size: 1.8rem;
}
.input-password{
	position: relative;
}
.input-password .pass-display{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	font-size: 1.2rem;
	color: #656972;
}
@media print, screen and (min-width: 1000px) {
	.login-error{
		margin: 0 auto;
	}
	.loginwrapper{
		padding: 0;
	}
}

/* ICON TOOLTIP ============================= */
.tooltip-icon {
	cursor: pointer;
	display: inline-block;
	margin-left: 8px;
}
.tooltip-icon .material-icon{
	transform: translateY(-2px);
}
.tooltip-box {
	position: absolute;
	max-width: 350px;
	z-index: 9999;
	opacity: 0;
}
.tooltip-box.show {
	opacity: 1;
	transform: translateY(0);
}
.tooltip-box-up {
	padding-bottom: 6px;
	transform: translateY(8px);
	transition: opacity 0.3s ease, transform 0.5s ease;
}
.tooltip-box-down {
	padding-top: 6px;
	transform: translateY(-8px);
	transition: opacity 0.3s ease, transform 0.5s ease;
}
.tooltip-box-in{
	background: #333;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	white-space: normal;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.tooltip-arrow-up {
	bottom: 0;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.tooltip-arrow-down {
	top: 0;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #333 transparent;
}

/* FOOT LINK ============================= */
.footlink{
	margin: 40px 16px 0;
}
.footlink + .footlink{
	margin-top: 0px;
}
.footlink_sect{
	border-bottom: solid 1px #BCBDC2;
}
.footlink_ttl{
	position: relative;
	padding: 16px 24px 16px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.footlink_ttl .m-ico{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 2.5rem;
	transition: all .3s ease;
}
.footlink_ttl.is-active .m-ico{
	transform: translateY(-50%) rotate(179deg);
}
.footlink_wp{
	display: none;
}
.footlink_item{
	position: relative;
}
.footlink_item a{
	position: relative;
	display: block;
	padding: 12px 24px 12px 16px;
	line-height: 1.3;
	color: #323743;
	font-size: 1.4rem;
}
.footlink_item .m-ico{
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	color: #656972;
	font-size: 2.5rem;
}
.footlink_item .disabled{
	pointer-events: none;
	opacity: .3;
}
.footlink_item .disabled .m-ico{
	display: none;
}
@media print, screen and (min-width: 1000px) {
	.footlink{
		max-width: 1290px;
		margin: 40px auto 0;
		padding: 0 30px;
	}
	.footlink + .footlink{
		margin-top: 24px;
	}
	.footlink_sect:not(:first-of-type){
		margin-top: 24px;
	}
	.footlink_sect{
		border-bottom: none;
	}
	.footlink_ttl{
		padding: 0;
		font-size: 1.8rem;
	}
	.footlink_ttl .m-ico{
		display: none;
	}
	.footlink_wp{
		display: block;
	}
	.footlink_list{
		display: flex;
		flex-wrap: wrap;
		margin-left: -8px;
	}
	.footlink_item{
		margin: 8px 0 0 8px;
		padding-right: 9px;
	}
	.footlink_item:not(:last-child):after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		display: inline-block;
		width: 1px;
		height: 1em;
		line-height: 1;
		background: #bcbdc2;
	}
	.footlink_item a{
		display: inline;
		padding: 0;
		font-size: 100%;
	}
	.footlink_item .m-ico{
		display: none;
	}
}

/* 注意枠 */
.gl-warning{
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
  font-size: 100%;
}
@media print, screen and (min-width: 1000px) {
  .gl-warning{
    margin: 10px 15px 0;
    width: calc(100% - 30px);
  }
}
.gl-warning .JTB-el_attention__inner{
  flex: 1;
  margin-left: 10px;
  line-height: 1.3;
  font-size: 100%;
}
.gl-warning_bot{
  margin-top: 10px;
  width: 100%;
}
.gl-warning_bot li{
  font-size: 1.2rem;
}

/* 検索 空席・料金カレンダー ============================= */
.p-searchDetail_calendar{
	margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
	.p-searchDetail_calendar .c-ttlBlock-lg{
		margin-bottom: 16px;
	}
}
.pricecalendar-sort{
	padding: 16px;
	background: #F8F9F9;
}

.pricecalendar-sort_item.-dept{
	width: 100%;
}
.pricecalendar-sort_item.-days{
	margin-top: 16px;
	max-width: 150px;
	width: 100%;
}
.pricecalendar-sort_item.-htl{
	margin-top: 16px;
}
.pricecalendar-sort_item.-htl dt{
	font-weight: bold;
}
.pricecalendar-sort_item.-htl dd{
	line-height: 1.5;
}
.pricecalendar-sort_item .form-select{
	width: 100%;
}
.pricecalendar-sort_fieldset{
	position: relative;
}
.pricecalendar-sort_fieldset legend{
        font-weight: bold;
}

.pricecalendar-sort_fieldset .form-dropdown_item.is-active{
	color: #3498DB;
	background: #ECF9FF;
}
@media screen and (min-width: 1000px) {
	.pricecalendar-sort_box{
		display: flex;
	}
	.pricecalendar-sort_box:not(:first-child){
		margin-top: 8px;
	}
	.pricecalendar-sort_box dt{
		width: 130px;
		font-weight: bold;
	}
	.pricecalendar-sort_box dt .m-ico{
		margin-right: 4px;
		font-size: 2.5rem;
		line-height: 1;
	}
	.pricecalendar-sort_box dd{
		flex: 1;
	}
	.pricecalendar-sortlist{
		display: flex;
		flex-wrap: wrap;
		margin-left: -16px;
	}
	.pricecalendar-sortlist_item{
		position: relative;
		margin-left: 16px;
		padding-right: 16px;
	}
	.pricecalendar-sortlist_item:not(:last-child):after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		display: inline-block;
		width: 1px;
		height: 18px;
		background: #323743;
	}


	.pricecalendar-sortlist_label{
		display: inline-block;
		padding: 8px 16px;
		line-height: 1;
		border-radius: 50vw;
	}
	.pricecalendar-sortlist_label:hover{
		color: #fff;
		background: transparent -o-linear-gradient(338deg, #3498db 0, #52c8ff 100%) 0 0 no-repeat padding-box;
		background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
	}
	.pricecalendar-sortlist_input:checked + .pricecalendar-sortlist_label{
		color: #fff;
		background: transparent -o-linear-gradient(338deg, #3498db 0, #52c8ff 100%) 0 0 no-repeat padding-box;
		background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
	}
	.pricecalendar-sort_htllink{
		margin-left: 16px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.pricecalendar-sort_htllink .m-ico{
		line-height: 1;
		margin-left: 4px;
	}

}

.pricecalendar{
	margin-top: 24px;
}
.pricecalendar-head{
	display: flex;
}
.pricecalendar-head_ttl{
	flex: 1;
	text-align: center;
}
.pricecalendar-head_ttl span{
	font-size: 2.6rem;
}
.pricecalendar-head_bt{
	color: #3498DB;
	font-size: 1.8rem;
	transition: opacity 0.3s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pricecalendar-head_bt.is-disabled{
	pointer-events: none;
}
.pricecalendar-head_bt.-prev{
	order: -1;
}
.pricecalendar-head_bt.is-disabled{
	color: rgba(21,23,33,.5);
}

@media screen and (max-width: 999px) {
	.pricecalendar-head{
		position: sticky;
		top: 0;
		z-index: 1;
		padding: 10px 0;
		background-color: rgba(255,255,255,0.9);
	}
}

.pricecalendar-body{
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}
.pricecalendar-list{
	position: relative;
	display: flex;
	align-items: flex-start;
	transition: left 0.3s;
}
.pricecalendar_item{
	display: none;
}
.pricecalendar_head, .pricecalendar_cell{
	flex: 1;
	border-top: solid 1px #BCBDC2;
	background: #fff;
}

.pricecalendar_head{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background: #E4E5E7;
}
.pricecalendar_head:first-child{
	color: #D94F5D;
	background: #FBEDEF;
}
.pricecalendar_head:last-child{
	color: #3498DB;
	background: #ECF9FF;
}
.pricecalendar_disabled,
.pricecalendar_cell a{
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 10px;
	line-height: 1.3;
}
.pricecalendar_disabled{
	background: #E4E5E7;
}
.pricecalendar_cell a{
	position: relative;
	transition: background 0.3s;
}
.pricecalendar_day{
	color: #323743!important;
}

.pricecalendar_ico{
	text-align: center;
	color: #D94F5D;
	font-size: 2.1rem;
	line-height: 1;
}
.pricecalendar_price{
	display: flex;
	text-align: center;
}
.pricecalendar_priceWp{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.pricecalendar_price-condition{
	font-size: 1.4rem;
}
.pricecalendar_price-num{
	white-space: nowrap;
}
.pricecalendar_price em{
	font-style: normal;
}

.pricecalendar_lowestprice{
	order: -1;
	padding: 4px 8px;
	color: #fff;
	line-height: 1;
	font-size: 1.2rem;
	border-radius: 50vw;
	background: #3498DB;
}
@media print, screen and (max-width: 999px) {
	.pricecalendar-body .kome{
		order: -1;
		align-self: flex-end;
		margin-bottom: 4px;
		font-size: 1.4rem;
	}
	.pricecalendar_item{
		border-bottom: solid 1px ;
		border-bottom: solid 1px #BCBDC2;
	}
	.pricecalendar_row.-head{
		display: none;
	}
	.pricecalendar_cell.-nocell{
		display: none;
	}
	.pricecalendar_cell a{
		color: #323743;
	}
	.pricecalendar_ico-sp{
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.pricecalendar_ico{
		margin-left: 9vw;
		text-align: center;
	}
	.pricecalendar_day{
		min-width: 70px;
	}
	.pricecalendar_cell:first-child .pricecalendar_day .pricecalendar_day-week,
	.pricecalendar_cell.is-holiday .pricecalendar_day .pricecalendar_day-week{
		color: #D94F5D!important;
	}
	.pricecalendar_cell:last-child .pricecalendar_day .pricecalendar_day-week{
		color: #3498DB!important;
	}
	.pricecalendar_price{
		order: 1;
		display: flex;
		align-items: center;
		margin-left: auto;
		font-size: 1.4rem;
	}
	.pricecalendar_price br{
		display: none;
	}
	.pricecalendar_price-num{
		margin-left: 8px;
		font-size: 1.0rem;
		text-align: right;
	}
	.pricecalendar_price em{
		font-size: 1.8rem;
	}
	.pricecalendar_price-condition{
		color: #656972;
	}
}

@media print, screen and (min-width: 1000px) {
	.pricecalendar-body{
		margin-top: 20px;
	}
	.pricecalendar_item{
		display: none;
		border-bottom: solid 1px #BCBDC2;
	}
	.pricecalendar_row{
		display: flex;
	}
	.pricecalendar_head, .pricecalendar_cell{
		border-left: solid 1px #BCBDC2;
	}
	.pricecalendar_head:last-child, .pricecalendar_cell:last-child{
		border-right: solid 1px #BCBDC2;
	}
	.pricecalendar-head_bt:not(.is-disabled):hover{
		opacity: .6;
	}

	.pricecalendar_disabled,
	.pricecalendar_cell a{
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		min-height: 130px;
		padding: 10px;
	}
	.pricecalendar_cell a:hover{
		opacity: 1;
		background: #ECF9FF;
	}
	.pricecalendar_day{
		font-weight: bold;
	}
	.pricecalendar_day-sp{
		display: none;
	}
	.pricecalendar_cell:first-child .pricecalendar_day,
	.pricecalendar_cell.is-holiday .pricecalendar_day{
		color: #D94F5D!important;
	}
	.pricecalendar_cell:last-child .pricecalendar_day{
		color: #3498DB!important;
	}
	.pricecalendar_price{
		flex-direction: column;
		margin-top: 3px;
	}
	.pricecalendar_priceWp{
		align-items: center;
	}
	.pricecalendar_lowestprice{
		order: 1;
		align-self: center;
		margin-top: 2px;
		font-size: 1.4rem;
	}
	.pricecalendar_ico-sp{
		display: none;
	}
}
@media screen and (max-width: 350px) {
	.pricecalendar_ico {
		margin-left: 1vw;
	}
}

/* =============================================
 予約画面
============================================= */
@media print, screen and (min-width: 1000px){
  .rsv-error p{
    display: flex;
    justify-content: space-between;
  }
  .rsv-error .u-color-primary{
    flex: 1;
  }
}

.rsv-wrap{
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}

.ttl-required::after{
  content: '\5FC5\9808';
  display: inline-block;
  margin-left: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #CC0D21;
  padding: 2px 6px 3px;
  border: solid 1px #CC0D21;
  border-radius: 50vw;
  background-color: #fff;
  vertical-align: middle;
  transform: translateY(-1px);
}

/* 個人情報 */
.consentchk .c-box_checkbox,
.understandingchk .c-box_checkbox{
  display: block;
}
.consentchk .c-inputCheck,
.understandingchk .c-inputCheck{
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  width: 100%;
  border-radius: 4px;
}
.consentchk .c-inputCheck{
  background: #ECF9FF;
  border: solid 1px #BCBDC2;
}
.consentchk .c-inputCheck.-error,
.consentchk.is-error .c-inputCheck,
.understandingchk .c-inputCheck{
  background: #FBEDEF;
  border: solid 1px #D94F5D;
}
.consentchk .c-inputCheck span,
.understandingchk .c-inputCheck span{
  position: relative;
  padding-left: 28px;
  color: #323743;
}
@media print, screen and (min-width: 1000px){
  .consentchk .c-inputCheck span,
  .understandingchk .c-inputCheck span{
    padding-left: 32px;
  }
}

/* レイアウト */
.rsv-section{
  padding: 40px 0;
  border-top: 12px solid #f4f4f4;
}
.rsv-section.-noline{
	border-top: none;
	padding-top: 0;
}
@media print, screen and (max-width: 999px){
  .rsv-inner,
  .rsv-inner02{
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 1000px){
  .rsv-section{
    padding: 80px 0;
    border-top-width: 16px;
  }
  .rsv-inner{
    margin: 0 auto;
    max-width: 848px;
  }
  .rsv-inner02{
		margin: 0 auto;
		max-width: 1064px;
	}
}
.rsv-room + .rsv-room,
.rsv-person + .rsv-person{
  padding-top: 60px;
  border-top: solid 1px #BCBDC2;
}
@media print, screen and (min-width: 1000px){
  .rsv-room + .rsv-room,
  .rsv-person + .rsv-person{
    padding-top: 100px;
  }
}


.rsv-pointUse{
  margin-top: 30px;
}
.rsv-pointUse .c-inputNum, .rsv-pointUse .kome{
  margin-top: 10px;
}

.rsv-section .c-formField_creditSecure{
  margin-top: 10px;
}
.rsv-section .c-formField_creditSecure .c-formField_note{
  margin-top: 0;
}
@media print, screen and (min-width: 1000px) {
  .rsv-section .c-formField_creditSecure{
    margin-top: 20px;
  }
}
.rsv-section .c-formField_creditSecure .c-formField_gridItem.-credit-cnt{
  width: 100%;
}
@media print, screen and (max-width: 999px) {
  .rsv-section .c-formField_creditSecure_img{
    text-align: left;
  }
}
.rsv-section .rsv-width100{
  width: 100%;
}
.rsv-section .rsv-width50{
  width: 100%;
}
@media print, screen and (min-width: 1000px) {
  .rsv-section .rsv-width50{
    width: 50%;
  }
}
.clearbox{
  clear: both;
}
.rsv-reserveComplete-option_txt{
  line-height: 1.5;
}
@media print, screen and (max-width: 999px){
  .rsv-section .rsv-reserveComplete-option_txt{
    margin-left: 135px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-formField_label{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
@media print, screen and (min-width: 1000px) {
  .rsv-section .c-formField_note.-credit-cnt{
    max-height: inherit;
    min-height: inherit;
  }
}

.rsv-section .c-select.-set.-cuntory {
  max-width: 350px;
}

@media print, screen and (min-width: 1000px) {
  .rsv-section .c-formField.-radioSet .c-inputRadio_set{
    margin-right: 0;
  }
  .rsv-section .c-select.-set.-cuntory {
    min-width: 350px;
  }
  .rsv-section .c-formField_search > input{
    width: calc(50% - 15px);
  }
  .rsv-section .c-formField_gridItem.-lg-5{
    width: 50%;
  }
  .rsv-section .c-formField_text{
    width: 50%;
  }
}

/* 青いラインのボタン */
.bt-rsvsecondary{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 13px;
  min-height: 55px;
  font-size: 100%;
}
@media print, screen and (max-width: 999px){
  .bt-rsvsecondary{
    margin: 0;
    width: auto;
    max-width: 250px;
  }
}
.bt-rsvshop{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 10px 13px;
  width: 100%;
  max-width: 280px;
  min-height: 56px;
  font-size: 100%;
}
.bt-rsvshop .material-icon{
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
	.bt-rsvshop{
	  margin: 0 0 0 25%;
    max-width: 416px;
	}
}

/* ページ下ボタン */
.JTB-el_btn.-rsv-bt{
  margin: 30px auto 0;
  max-width: 280px;
  min-height: 56px;
}
.JTB-el_btn.-rsv-bt.-fb{
	font-size: 2.1rem;
	font-weight: bold;
}
@media screen and (min-width: 960px) {
  .JTB-el_btn.-rsv-bt{
    max-width: 416px;
  }
}
.rsv-back{
  margin-top: 30px;
}
.rsv-back a{
  font-size: 2.1rem;
  font-weight: bold;
}
.rsv-back button{
  color: #3498db;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
.rsv-back .material-icon{
  position: relative;
  top: -2px;
  margin-right: 10px;
}
@media print, screen and (min-width: 1000px) {
	.rsv-back button:hover{
		opacity: .6;
	}
}

/* 金額 */
.rsv-priceText_price {
  color: #CC0000;
  font-weight: bold;
}

.rsv-priceText_price span {
  font-size: 2.4rem;
}

@media print, screen and (min-width: 1000px) {
  .rsv-priceText_price span {
    font-size: 2.6rem;
  }
}
.rsv-priceDetail_discount {
  color: #CC0000;
}

.rsv-priceDetail_discount span {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1000px) {
  .rsv-priceDetail_discount span {
    font-size: 1.4rem;
  }
}

.rsv-priceDetail_total {
  font-weight: 700;
}

.rsv-priceDetail_totalPrice {
  font-weight: 900;
  color: #CC0000;
}

.rsv-priceRed {
  color: #CC0000;
}

.rsv-priceRed span {
  font-size: 24px;
  font-weight: 600;
}

@media print, screen and (min-width: 1000px) {
  .rsv-priceRed span {
    font-size: 26px;
  }
}

.c-flexItem.-confirm.-gl{
        padding-bottom: 12px;
        border-bottom: solid 1px #BCBDC2;
}
.c-flexItem.-confirm.-gl dl{
        margin-left: 0;
        min-width: 100%;
        max-width: 100%;
}
.c-flexItem.-confirm.-gl dl > dt{
        font-weight: bold;
        color: #323743;
}
.c-flexItem.-confirm.-gl dl > .u-color-primary{
        color: #CC0000;
}

@media print, screen and (max-width: 999px) {
	.c-flexItem.-confirm.-gl{
		display: block;
	}
	.c-flexItem.-confirm.-gl dl{
		display: flex;
	}
	.c-flexItem.-confirm.-gl dt{
		margin: 0;
		font-size: 1.6rem;
	}
	.c-flexItem.-confirm.-gl dd{
		flex: 1;
		margin-left: 8px;
	}
}
@media print, screen and (min-width: 1000px) {
	.c-flexItem.-confirm.-gl dl{
		padding-right: 30px;
		min-width: 25%;
		max-width: 25%;
	}
}

/* ルックJTB安心パック */
.reserveSafepack_hdlink{
	margin-top: 8px;
	text-align: right;
}
.reserveSafepack{
	margin-top: 24px;
}
.reserveSafepack_traveler:not(:first-child){
	margin-top: 40px;
}
.reserveSafepack_travelername{
	display: flex;
	line-height: 1.5;
}
.reserveSafepack_travelerlabel{
	font-weight: bold;
}
.reserveSafepack_travelerlabel:after{
	content: "：";
	margin: 0 8px;
}
.reserveSafepack_travelertxt{
	flex: 1;
	font-weight: bold;
}
.reserveSafepack_travelertxt.is-error {
  color: #D94F5D;
}
.reserveSafepackSelect{
	margin: 0 16px;
}
.reserveSafepackSelect_item{
	margin-top: 8px;
}
.reserveSafepackList{
	margin-top: 8px;
}
.reserveSafepackSelect_input{
	display: none;
}
.reserveSafepackSelect_itemlabel{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 16px 16px 8px;
	height: 100%;
}
.reserveSafepackSelect_itemlabel:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 1px #BCBDC2;
}
.reserveSafepackSelect_inputtxt{
	position: relative;
	padding-left: 28px;
	line-height: 1.5;
	font-weight: bold;
}
.reserveSafepackSelect_inputtxt::before, .reserveSafepackSelect_inputtxt::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-radius: 50%;
}
.reserveSafepackSelect_inputtxt::before{
	display: block;
	width: 18px;
	height: 18px;
	left: 0;
	border: 1px solid #888;
}
.reserveSafepackSelect_inputtxt::after{
	display: none;
}
.reserveSafepackSelect_input:checked + .reserveSafepackSelect_itemlabel:before{
	border: solid 2px #3498DB;
}
.reserveSafepackSelect_input:checked + .reserveSafepackSelect_itemlabel .reserveSafepackSelect_inputtxt::after{
	display: block;
	width: 12px;
	height: 12px;
	left: 3px;
	background: transparent linear-gradient(112deg,#3498db,#52c8ff) 0 0 no-repeat padding-box;
}
.reserveSafepackSelect_input[data-validation*="required"] + .reserveSafepackSelect_itemlabel .reserveSafepackSelect_inputtxt::before {
	background-color: #fae6e8;
}
.reserveSafepackSelect_input.is-error + .reserveSafepackSelect_itemlabel .reserveSafepackSelect_inputtxt::before {
	background-color: #fae6e8;
	border: 2px solid #cc0d21;
}
.reserveSafepackSelect_input.is-valid + .reserveSafepackSelect_itemlabel .reserveSafepackSelect_inputtxt::before {
  background-color: #fff;
}
.reserveSafepackList{
	flex: 1;
	margin-left: 28px;
}
.reserveSafepackList_itemprice{
	text-align: right;
	font-size: 1.8rem;
}
.reserveSafepackList_itemprice span{
	font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
	.reserveSafepack_hd{
		display: flex;
		justify-content: space-between;
	}
	.reserveSafepack_hdlink{
		margin-top: 0;
	}
	.reserveSafepack{
		margin-top: 32px;
	}
	.reserveSafepackSelect{
		display: flex;
		margin: 8px 16px 0 0;
	}
	.reserveSafepackSelect_item{
		flex: 1;
		margin: 0 0 0 16px;
	}
	.reserveSafepackSelect_inputtxt{
		display: flex;
		align-items: center;
	}
	.reserveSafepackSelect_inputtxt::before{
		width: 20px;
		height: 20px;
	}
	.reserveSafepackSelect_input:checked + .reserveSafepackSelect_itemlabel .reserveSafepackSelect_inputtxt::after {
		width: 14px;
		height: 14px;
	}
}

/* =============================================
 ご予約のご注意・ご案内
============================================= */
.rsv-cautionbox .c-cautionBox_subttl{
  margin-bottom: 10px;
  color: #C55B65;
  font-weight: bold;
}
.c-box.-border-gray .c-box_item.-list{
  margin-top: 20px;
}
.rsv-cautionbox .c-cautionBox_subttl:first-child{
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: #323743;
  border-bottom: solid 1px #BCBDC2;
}


.rsv-cautionbox table{
  margin: 20px 0;
}
.rsv-cautionbox .bgc1{
  padding: 5px;
  text-align: center;
  background: #EEEEEE;
  border: solid 1px #969696;
}
.rsv-cautionbox th,
.rsv-cautionbox td{
  padding: 5px;
  border: solid 1px #969696;
}

.c-box.-border-gray.rsv-wrap .c-box_item .c-cautionBox_subttl:not(:first-child),
.c-box.-border-gray.rsv-wrap02 .c-box_item .c-cautionBox_subttl:not(:first-child){
	margin-top: 20px;
}
@media print, screen and (min-width: 1000px){
	.c-box.-border-gray.rsv-wrap .c-box_item .c-cautionBox_subttl:not(:first-child),
	.c-box.-border-gray.rsv-wrap02 .c-box_item .c-cautionBox_subttl:not(:first-child){
		margin-top: 40px;
	}
}

/* =============================================
 見出し
============================================= */
.ttl-lv1Block{
	margin-bottom: 25px;
	text-align: center;
}
.ttl-lv1{
  font-size: 2.9rem;
  font-weight: bold;
}
.ttl-lv-br{
	display: inline-block;
	font-weight: bold;
}
.ttl-lv1_fs-sp{
	font-weight: bold;
}
@media print, screen and (max-width: 999px){
	.ttl-lv1_fs-sp{
		font-size: 2.1rem;
	}
}
.ttl-lv2Block{
  margin-bottom: 16px;
}
.ttl-lv2{
  font-size: 2.4rem;
  font-weight: bold;
}
.ttl-lv2.-mb{
  margin-bottom: 15px;
}
.ttl-lv3Block{
  margin-bottom: 16px;
}
.ttl-lv3{
  font-size: 2.1rem;
  font-weight: bold;
}
.ttl-lv3.-mb{
  margin-bottom: 15px;
}
.ttl-lv4Block{
  margin-bottom: 16px;
}
.ttl-lv4{
  font-size: 1.8rem;
  font-weight: bold;
}
.ttl-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

@media print, screen and (min-width: 1000px){
 .ttl-lv1Block{
  	margin-bottom: 70px;
  }
  .ttl-lv2.-mb{
    margin-bottom: 30px;
  }
  .ttl-lv3.-mb{
    margin-bottom: 30px;
  }
}

/* =============================================
 リストマーク・※印
============================================= */
.list-dot li, .list-square li{
	position: relative;
	padding-left: 1.2em;
	line-height: 1.5;
}
.list-dot li:before, .list-square li:before{
	position: absolute;
	left: 0;
	top: 0;
}
.list-dot > li:before{
	content: "・";
}
.list-square > li:before{
	content: "■";
}
ul.kome > li, p.kome{
	display: flex;
	line-height: 1.5;
}
@media print, screen and (min-width: 1000px) {
	ul.kome.-right > li, p.kome.-right{
		justify-content: flex-end;
	}
}
ul.kome > li:before,
p.kome:before{
	content: "※";
	margin-right: 5px;
}
/* 現地プラン・送迎の追加・変更 ============================= */
.localplan{
	margin-top: 32px;
}
.localplan + .localplan{
	padding-top: 32px;
	border-top: solid 1px #BCBDC2;
}
.localplan .ttl-lv3{
	display: flex;
}
.localplan_ico{
	flex: none;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	margin: -6px 8px 0 0;
    width: 38px;
    height: 38px;
	line-height: 1;
    border-radius: 50vw;
    border: solid 1px #BCBDC2;
}
.localplan_bts{
	margin-top: 16px;
}
.localplan_bts .JTB-el_btn.-gl-btn + .JTB-el_btn.-gl-btn{
	margin-top: 8px;
}
.localplan_bts .JTB-el_btn.-gl-btn .m-ico{
	margin-right: 4px;
	font-size: 2.5rem;
	line-height: 1;
}
@media screen and (max-width: 999px){
	.scheduleblock.-spwide{
		margin-right: -16px;
		margin-left: -16px;
	}
}

#modal-participant .c-inputCheckList{
	padding: 0 16px;
}

#modal-participant .c-inputCheckList_item:not(:first-child){
	margin-top: 16px;
}
.c-modal_box.-backatt{
  border-radius: 4px;
}
@media print, screen and (min-width: 1000px) {
	.localplan_wp{
		display: flex;
		justify-content: space-between;
	}
	.localplan_bd{
		width: 70%;
	}
	.localplan_bts{
		margin-top: 0;
		width: calc(30% - 24px);
	}
}

/* モーダル チェック
-----------------------------------------------------------*/
@media screen and (max-width: 959px){
	html.modalCheck-lock{
		overflow: inherit;
	}
	body.modalCheck-lock{
		height: calc(var(--window-inner-height) - 1px);
		overflow: hidden;
		box-sizing: border-box;
	}
}
@media print, screen and (min-width: 1000px) {
	body.modalCheck-lock {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
	}
}
.modalCheck{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 85%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .38);
}
.modalCheck-wrap * {
    box-sizing: border-box;
}
.modalCheck-wrap {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalCheck-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.modalCheck-content{
	padding: 8vw 24px;
}
.modalCheck_txt{
	text-align: center;
}
.modalCheck_action{
	margin-top: 24px;
}
.modalCheck_action .JTB-el_btn{
	width: 100%;
	padding: 15px 24px 13px;
	min-height: 55px;
	font-size: 1.8rem;
}
.modalCheck_action .JTB-el_btn:not(:first-child){
	margin-top: 16px;
}

@media screen and (max-width: 959px){
	.modalCheck{
		max-width: 632px;
		width: calc(100% - 32px);
	}
}
@media print, screen and (min-width: 1000px) {
	.modalCheck-content{
		padding: 38px;
		width: 632px;
	}
	.modalCheck_action{
		display: flex;
		flex-direction: row-reverse;
		margin: 40px auto 0;
		max-width: 416px;
	}
	.modalCheck_action .JTB-el_btn{
		flex: 1;
	}
	.modalCheck_action .JTB-el_btn:not(:first-child){
		margin: 0 16px 0 0;
	}

}

/* ホテル 地図から探す
-----------------------------------------------------------*/
.map-modal_header, .map-modalSearch_header{
	display: flex;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	border-bottom: none;
}
.map-modal_header .c-fullmodal_prev{
	min-width: 110px;
	padding-left: 8px;
	color: #3498DB;
	font-weight: bold;
}
.map-modal_header .l-block{
    flex-grow: 1;
    text-align: center;
    padding-right: 110px;
}
.map-modal_header .c-ttl-main,
.map-modalSearch_header .c-ttl-main{
	font-size: 2.0rem;
	font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
	.map-modal_header .c-ttl-main,
	.map-modalSearch_header .c-ttl-main{
		font-size: 2.2rem;
	}
}
.map-modalSearch_header .l-block {
    flex-grow: 1;
    text-align: center;
}
.map-modalSearch_header .c-clear_bt{
    width: 40px;
    height: 24px;
    font-size: 1.3rem;
    color: #3498db;
}
.map-modalSearch_header .c-fullmodal_bt{
    width: 40px;
    text-align: center;
}

/* 検索パネル */
.map-modal_body{
	padding-top: 50px;
}
@media print, screen and (min-width: 1000px) {
	.map-modal_body{
		padding-top: 60px;
	}
}
.c-fullmodal .c-fullmodal_body.map-modal_body .filter-search-div{
	margin-top: 0;
	padding: 0;
	width: 653px;
	height: calc(100% - 60px);
	background: #F4F5F5;
}
@media screen and (max-width: 999px) {
	.filterSearchForm-sp{
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.filterSearchForm-sp .c-fullmodal_header{
		position: inherit;
		padding: 0 10px;
		width: 100%;
		height: 56px;
		box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
		border-bottom: none;
	}
	.filterSearchForm-sp .map-modal_body{
		flex: 1;
		padding: 16px 16px 0;
		scrollbar-width: auto!important;
		-ms-overflow-style: auto!important;
	}
	.filterSearchForm-sp .fullmodal_footer{
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 16px;
		box-shadow: 0px -1px 3px rgb(0 0 0 / 30%);
		background-color: #fff;
		text-align: center;
	}
	.filterSearchForm-sp .fullmodal_footer .JTB-el_btn{
		padding: 12px 20px;
		min-height: inherit;
		line-height: 1.4;
	}
	.c-fullmodal .c-fullmodal_body.map-modal_body .filter-layout{
		padding: 16px 16px 0;
		height: 100%;
	}
	.c-fullmodal_body.map-modal_body.map-modal_body .JTB-el_attention.-alert.-gl{
		margin-bottom: 16px;
	}
	.c-fullmodal_body.map-modal_body.map-modal_body .c-searchFilter_btn{
		display: block;
	}
}

@media print, screen and (min-width: 1000px) {
	.c-fullmodal .c-fullmodal_body.map-modal_body .filter-search-div .filter-layout{
		padding: 0;
		width: 293px;
		height: 100%;
	}
}
@media screen and (max-width: 600px) {
	.c-fullmodal .c-fullmodal_body .mobile{
		height: 100%!important;
		margin-top: 0!important;
	}
}
.c-fullmodal .c-fullmodal_body.map-modal_body .gl-searchFilter_box{
	padding-bottom: 0!important;
}
.c-fullmodal .c-fullmodal_body.map-modal_body .c-searchFilter_btn{
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #fff;
	margin: 0 -16px;
	padding: 16px;
	box-shadow: 0 -1px 4px rgb(0 0 0 / 25%);
}
.c-fullmodal .c-fullmodal_body.map-modal_body .c-btn.-gl-white{
	padding: 8px 30px;
}

/* カセット一覧 */
.c-fullmodal .c-fullmodal_body.map-modal_body .filter-search-div .search-result-card-layout{
	padding: 8px;
}

/* 地図 */
@media print, screen and (min-width: 1000px) {
	.c-fullmodal.-fade {
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
		transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	}
	.c-fullmodal.is-show.-fade {
		opacity: 1;
		visibility: visible;
	}
}
.c-fullmodal .c-fullmodal_body.map-modal_body .iframe-div{
	margin-top: 0;
	height: calc(100% - 50px);
}
@media print, screen and (min-width: 1000px) {
	.c-fullmodal .c-fullmodal_body.map-modal_body .iframe-div{
		left: 653px;
		margin-top: 0;
		width: calc(100% - 653px);
		height: calc(100% - 60px);
	}
}
@media print, screen and (max-width: 999px) {
	.c-fullmodal .c-fullmodal_body.map-modal_body .map-filter-btn{
		left: inherit;
		right: 8px;
		top: 58px;
		transform: translate(0);
		padding: 0 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		min-width: 116px;
		color: #3498DB;
		font-size: 1.4rem;
		font-weight: bold;
		border-radius: 50vw;
		border-width: 3px;
		border-color: #3498DB;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
		white-space: nowrap;
	}
	.c-fullmodal .c-fullmodal_body.map-modal_body .map-filter-btn .m-ico{
		font-size: 2.0rem;
	}
	.c-fullmodal .c-fullmodal_body.map-modal_body .map-filter-btn .filter_txt{
		margin-left: 4px;
		font-weight: bold;
	}
}
.c-fullmodal .c-fullmodal_body.map-modal_body .p-searchResult_cardList{
	margin-bottom: 0;
}
.results-block-card{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 2px;
    background: #fff;
	overflow: hidden;
}
.results-block-card-mobile{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    background: #fff;
}
.results-block-card:not(:first-child){
	margin-top: 8px;
}
.c-fullmodal .c-fullmodal_body.map-modal_body .filter-search-div .search-result-card-layout .result-block-selected {
    background: #ECF9FF;
}
.c-fullmodal .c-fullmodal_body.map-modal_body .search-result-card-layout-mobile{
	flex-direction: column;
}
.c-fullmodal .c-fullmodal_body.map-modal_body .border-for-feature-block,
.search-result-card-layout-mobile.border-for-feature-block{
    border: 2px solid #3498DB;
}
.c-fullmodal .c-fullmodal_body.map-modal_body .border-for-feature-block::before{
	content: '\9078\629E\4E2D\306E\30DB\30C6\30EB';
	margin: 0 -2px;
	padding: 4px 8px;
	line-height: 1.3;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
    background-color: #3498DB;
}
@media print, screen and (min-width: 1000px) {
	.c-fullmodal .c-fullmodal_body.map-modal_body .border-for-feature-block::before{
		margin: -8px -8px 8px;
	}
}
.results-block-card_body{
	display: flex;
    flex-wrap: wrap;
}
.results-block-card_header{
	margin-bottom: 8px;
	width: 100%;
}
.results-block-card_icons{
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -8px;
}
.results-block-card_icon{
	margin: 8px 0 0 8px;
	padding: 6px;
    color: #fff;
	line-height: 1;
	font-size: 1.2rem;
    border-color: #323743;
	background: #323743;
}
.results-block-card_close{
	position: absolute;
	right: 8px;
	top: 4px;
	line-height: 1;
	font-size: 2.0rem;
}
.border-for-feature-block .results-block-card_close{
	top: 0;
	color: #fff;
}
.results-block-card_img{
	width: 120px;
}
.results-block-card_cnt{
	flex: 1;
	margin-left: 8px;
}
.results-block-card_ttl{
	line-height: 1.5;
}
.results-block-card_ttl span{
	font-weight: bold;
}
.results-block-card_cnt .c-card_ttl-hotelgrade .material-icon{
	position: relative;
    top: -2px;
    font-size: 1.4rem;
}
.results-block-card_cnt .c-card_ttl-hotelgrade{
	font-size: 1.2rem;
	line-height: 1;
}
.results-block-card_price{
	margin-top: 8px;
	line-height: 1.5;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
}
.results-block-card_price-box{
	margin-left: 4px;
	color: #CC0000;
	font-size: 1.2rem;
	font-weight: bold;
}
.results-block-card_price-num{
	font-size: 1.8rem;
	font-weight: bold;
}
.results-block-card_bt{
	margin-top: 8px;
}
.results-block-card_bt .JTB-el_btn{
	width: 100%;
	min-height: 42px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

/* 検索パネル */
.c-fullmodal .c-fullmodal_body.map-modal_body .filter-search-div{
	margin-top: 0;
	padding: 0;
	width: 653px;
	height: calc(100% - 60px);
	background: #F4F5F5;
}

/* 現地プラン
-----------------------------------------------------------*/
@media print, screen and (min-width: 1000px) {
	.localplan-bt_block{
		transition: transform .5s;
		transform: translateY(100%);
	}
	.localplanbt-fixed .localplan-bt_block{
		position: fixed;
		left: 0;
		bottom: 0;
		margin: 0!important;
		padding: 16px;
		width: 100%;
		background: #fff;
		box-shadow: 0 -2px 4px rgb(0 0 0 / 25%);
		animation: 0.5s forwards localplanbt;
	}
}
@keyframes localplanbt {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

/*# sourceMappingURL=maps/styles.css.map */
