@charset "utf-8";
.bold{font-weight:bold;}
.txt15{font-size:15px}
.underline{text-decoration:underline}
.mb0 {margin-bottom:0}
.mb10 {margin-bottom:10px !important}
.mb15 {margin-bottom:15px !important}
.mb20 {
  margin-bottom: 20px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.bg_blue {
  background: #2284ee !important
}
.white {
  color: #ffffff !important
}
.dblue {
  color: #2b509a !important
}
.sblue {
  color: #004ea2 !important
}
.p15 {
  padding: 15px !important
}
.mlr5 {
  margin-left: 5px !important;
  margin-right: 5px !important
}
.mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important
}
.mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important
}
.mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important
}
.size16 {
  font-size: 16px !important
}
.align_l {
  text-align: left !important
}
.page_back {
  text-align: center;
  text-decoration: underline
}
.send {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.8em 5.6em;
  background: #e95b43;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  margin: auto;
}
.send[disabled] {
  background-color: #aaa;
  cursor: not-allowed
}
/*.required {
    color:red;
}*/
.required:before {
  content: "【必須】";
  position: absolute;
  margin-top: 1.4%;
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
}
.clndr {
  background: #fff;
}

/*
	ress.css ¥ v1.2.2
	MIT License
	github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
a, header, article, menu, nav, footer, aside, main, b, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, ul, ol, li, p, section, span, strong, table, td, th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, product {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
.line {
  color: #00509f;
  font-weight: bolder;
  text-decoration: underline;
}
a:active, a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b, strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto; /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
/*
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;/* Correct the inability to style clickable types in iOS */
/* } */
button, select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden ~ ="screen"] {
    display: inherit;
  }
  [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */ ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  html {
    font-size: 75%;
  }
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 79, 163, 0.3);
  color: #000;
}
p {
  line-height: 1.75;
}
/* a p {
	color: inherit;
} */
img {
  max-width: 100%;
}
figure {
  background-size: cover;
}
table {
  width: 100%;
}
label {
  display: block;
}
input, textarea {
  -webkit-appearance: none;
}
button {
  width: 100%;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
.-isSp {
  display: none;
}
@media (max-width: 320px) {
  .-isSp {
    display: block;
  }
}
@media (max-width: 320px) {
  .-isPc {
    display: none;
  }
}
.c-card {
  background: #fff;
  position: relative;
}
.c-card .c-card__rank {
  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;
  font-weight: bold;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  border-radius: 100%;
}
.c-card .c-card__rank.-rank1 {
  background: #D9B340;
}
.c-card .c-card__rank.-rank2 {
  background: #6F7B83;
}
.c-card .c-card__rank.-rank3 {
  background: #A15326;
}
.c-card > a {
  display: block;
  color: inherit;
}
.c-card figure {
  padding-bottom: 63%;
  position: relative;
}
/*▽北部リゾートcss*/
.c-card figure figcaption {
  display: inline-block;
  background: #16c692;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽中部リゾートcss*/
.c-card figure figcaption2 {
  display: inline-block;
  background: #e5aebd;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽南部リゾートcss*/
.c-card figure figcaption3 {
  display: inline-block;
  background: #f58a00;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽那覇市内css*/
.c-card figure figcaption4 {
  display: inline-block;
  background: #00cfe7;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽宮古島css*/
.c-card figure figcaption5 {
  display: inline-block;
  background: #fc5645;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽石垣島・八重山css*/
.c-card figure figcaption6 {
  display: inline-block;
  background: #536dfe;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽久米島css*/
.c-card figure figcaption7 {
  display: inline-block;
  background: #f06292;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
/*▽その他離島css*/
.c-card figure figcaption8 {
  display: inline-block;
  background: #388e3c;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 12px;
}
.c-card .c-card__title {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 7px
}
.c-card .c-card__cat {
  margin-top: 12px;
}
.c-card .c-card__cat li {
  display: inline-block;
  background: #eee;
  padding: 6px 8px;
  border-radius: 3px;
  margin-right: 4px;
}
.c-card .c-card__cat li.c-card__cat_term {
  background: #58AEF9;
  color: #fff;
}
.c-card .c-card__text {
  margin-top: 12px;
  text-align: justify;
}
.c-card .c-card__tag {
  margin-top: 12px;
}
.c-card .c-card__tag li {
  display: inline-block;
  color: #999;
}
.c-card .c-card__tag li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: .4rem;
}
.c-slickSlider .c-card {
  padding: 8px;
}
li.c-card--m.container.inner, li.c-card--s.container.inner {
  border-bottom: 1px solid #ddd;
  padding: 4% 3%;
  position: relative;
}
li.c-card--m.container.inner:first-child, li.c-card--s.container.inner:first-child {
  border-top: none;
}
li.c-card--s.container.inner:after {
  content: "\e901";
  font-family: 'icomoon';
  position: absolute;
  font-size: 1.6rem;
  top: 45%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1E88E5;
}
@media (min-width: 768px) {
  .c-slickSlider .c-card {
    max-width: 480px;
  }
}
.c-slickSlider .c-card > a {
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.c-card--m > a {
  display: block;
  color: inherit;
}
.c-card--m .c-card__wrap--top, .c-card--s .c-card__wrap--top {
  display: block;
  margin: 0;
  position: relative;
}
.c-card--m .c-card__wrap--top figure {
  width: 23.5%;
  padding-bottom: 25%;
  margin-right: 7px;
  float: left;
  margin-bottom: 5px;
}
.c-card__wrap--bottom {
  clear: both;
  marg
}
.c-card--m .c-card__text figure, .c-card--s .c-card__text figure {
  width: 40%;
  padding-bottom: 30%;
  margin-right: 12px;
}
.c-card--m .c-card__title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1%;
  display: flex;
}
.c-card--m .c-card__cat {
  width: 71%;
  float: left;
  padding-top: 2%
}
.c-card--m .c-card__cat li, .c-card--s .c-card__cat li {
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  margin-right: 4px;
  line-height: 1;
  margin-bottom: 1%;
}
.c-card--m .c-card__cat li.c-card__cat--term {
  background: #58AEF9;
  color: #fff;
  display: block;
  width: 25%;
  margin-bottom: 1%;
  text-align: center;
}
.c-card--m .c-card__text, .c-card--s .c-card__text {
  margin-top: 6px;
  margin-bottom: 3%;
  position: relative;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.c-card--m .c-card__text::after {
  content: "\e901";
  font-family: 'icomoon';
  position: absolute;
  font-size: 1.8rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1E88E5;
}
.c-card--m .c-card__text p, .c-card--s .c-card__text p, .c-card--s h2.c-card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.c-card--m .c-card__tag {
  margin: 8px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.c-card_scroll {
  width: 100%;
  height: 4.5rem;
  overflow: auto;
  margin-bottom: 8px
}
.c-card__tag_scroll {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  height: 4rem;
  white-space: nowrap;
}
.c-card_scroll::-webkit-scrollbar {
  height: 5px;
}
.c-card_scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
}
.c-card_scroll::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.c-card__tag_scroll2 {
  width: 100%;
  overflow-x: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 27px;
}
.c-card__tag_scroll2::-webkit-scrollbar {
  height: 15px;
}
.c-card__tag_scroll2::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 8px;
}
.c-card__tag_scroll2::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.c-card--m .c-card__tag li, .c-card__tag_scroll li, .c-card__tag_scroll2 li {
  background-color: #1E90FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1%;
  margin-right: 2px;
  text-align: center;
  padding: 2% 1%;
  font-size: 1.3rem;
}
.c-card--s > a {
  display: block;
}
.c-card--s .c-card__wrap figure {
  width: 100px;
  height: 100px;
}
@media (max-width: 320px) {
  .c-card--s .c-card__wrap figure {
    height: 83px;
  }
}
.c-card--s .c-card__wrap div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .c-card--s .c-card__title {
    font-weight: bold;
  }
}
.c-card--s .c-card__cat {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .c-card--s .c-card__cat {
    margin-top: 16px;
  }
}
.c-card--s .c-card__cat--term {
  background: #58AEF9 !important;
  color: #fff !important;
}
.c-card--s .m-infobar {
  margin-top: 8px;
}
.c-estimate {
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
}
/* ▽20190919 shimada add*/
.map-label-yellow {
  background: #f58a00;
}
.map-label-red {
  background: #fc5645;
}
.map-label-darkblue {
  background: #536DFE;
}
.map-label-darkgreen {
  background: #388E3C;
}
.map-label-pink {
  background: #F06292;
}
.map-label-blue {
  background: #00cfe7;
}
.map-label-purple {
  background: #e5aebd;
}
.map-label-green {
  background: #16c692;
}
/*△20190919 shimada add*/
.c-estimate__code {
  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;
  padding: 8px 12px;
}
.c-estimate__code > a {
  background: #fff;
  border: #eee solid 1px;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 16px;
  color: #999;
}
.c-estimate__code b {
  font-weight: normal;
  font-size: 1.4rem;
  color: #666;
}
@media (max-width: 320px) {
  .c-estimate__code b {
    font-size: 1.2rem;
  }
}
.c-estimate__indicator {
  padding: 8px 12px;
  background: #fff;
  margin-bottom: 10px;
}
.c-estimate__indicator > div {
  background: #eee;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.c-estimate__indicator > div span {
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 6px 12px 6px 3px;
  background: #00b5cb;
  white-space: nowrap;
}
.c-estimate__title {
  background: #0d47a1;
  color: #fff;
  padding: 14px 12px;
  display: block;
  font-size: 1.9rem;
}
.c-estimate__text {
  background: #fff;
}
.c-estimate__text h2 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
.c-form__btnSubmit--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: #eee solid 1px;
  z-index: 20;
  padding: 20px 12px;
  background: #fafafa;
  max-width: 1000px;
  text-align: center;
}
.c-form__btnSubmit--fixed dl {
  border-bottom: #eee solid 1px;
  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;
  padding: 0 0 8px;
  margin-bottom: 8px;
}
.c-form__btnSubmit--fixed dl dt {
  font-size: 1.2rem;
}
.c-form__btnSubmit--fixed dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__btnSubmit--fixed dl dd > time {
  font-size: 1.2rem;
}
.c-form__btnSubmit--fixed dl dd > time > span {
  font-size: 1.2rem;
}
.c-form__btnSubmit--fixed dl dd > b {
  color: #D32F2F;
  margin-left: 16px;
  font-size: 1.2rem;
}
.c-form__btnSubmit--fixed dl dd .c-form__btnSbumit_total {
  font-size: 1.8rem;
  margin-right: 2px;
}
.c-form__btnSubmit--fixed .m-btn.-isDisabled {
  background: #ccc;
  pointer-events: none;
}
.c-form {
  padding: 22px 12px;
}
.inner + .c-form, .c-form + .inner {
  padding-top: 0;
}
.inner .c-form {
  padding-left: 0;
  padding-right: 0;
}
.c-form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__col + .c-form__col {
  margin-top: 16px;
}
.c-form__row {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-form__row:nth-of-type(n + 2) {
  margin-left: 8px;
}
.c-login {
  margin: 0 24px;
  background: #fff;
  padding: 40px 16px;
  -webkit-box-shadow: 1px 1px 8px 2px rgba(75, 75, 75, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(75, 75, 75, 0.1);
}
.c-login__head {
  margin-bottom: 40px;
}
.c-login__head figure {
  display: block;
  width: 140px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/svg/logo.svg);
  background-size: contain;
  margin: 0 auto;
}
.c-login__head h1 {
  text-align: center;
  margin-top: 16px;
  font-size: 1.6rem;
}
.c-login__content > p {
  text-align: center;
  margin-bottom: 24px;
}
.c-login__content > small {
  display: block;
  margin-bottom: 8px;
}
.c-login__content label:nth-of-type(n + 2) {
  margin-top: 16px;
}
.c-login__content button {
  margin-top: 16px;
}
.c-login__forgetpass {
  display: block;
  margin-top: 24px;
  text-align: center;
  text-decoration: underline;
  color: #004EA2;
}
.js-modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-modaltel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 200;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.c-modaltel.-isShow {
  opacity: 1;
  pointer-events: all;
}
.c-modaltel .c-tel .inner {
  padding: 0;
}
.c-modaltel__inner {
  background: #fff;
  padding: 24px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.c-modaltel__closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-modaltel__closeBtn::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50px;
}
.c-modaltel__closeBtn::before {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 50px;
}
.c-modaltel__ttl {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  color: #666;
  border-bottom: #eee solid 1px;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.c-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.c-modal.-isShow {
  opacity: 1;
  pointer-events: all;
  top: 0;
}
.c-modal__ttl {
  background: #333;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  height: 60px;
  top: 50px;
  left: 0;
  width: 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;
  flex-flow: column;
  justify-content: center;
  border-bottom: #ddd solid 1px;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.c-modal__ttl2 {
  background: #fafafa;
  font-size: 1.8rem;
  font-weight: normal;
  color: #666;
  height: 40px;
  top: 50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-flow: column;
  justify-content: center;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.-isShow .c-modal__ttl {
  top: 0;
}
.choice_dep {
  width: 100%;
  height: 40%;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.map_tab {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.map_show, .map_hide {
  background-color: #E6E6E6;
  float: left;
  height: 100%;
  width: 50%;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.map_show.selected, .map_hide.selected {
  background: #333;
  color: #fff
}
.c-modal__closeBtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-modal__closeBtn::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50px;
}
.c-modal__closeBtn::before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.modal2::after {
  background: #fff;
}
.modal2::before {
  background: #fff;
}
.c-modal__contents {
  /*	padding-top: 60px; */
  padding-bottom: 60px;
  overflow: scroll;
  height: 100vh;
  background: #333;
}
.c-modal {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-modal__contents2 {
  padding-bottom: 60px;
  height: 100vh;
  z-index: 99
}
.label_mainlist {
  background: #333;
  padding: 4px 10px;
  color: #fff;
  line-height: 26px
}
.c-modal__mainlist ul li a, .c-modal__mainlist ul li span {
  display: block;
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #eee solid 1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.c-modal__mainlist ul li label input {
  display: none;
}
.c-modal__mainlist ul li a::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.6rem;
  float: right;
  color: #ccc;
  position: absolute;
  right: 12px;
}
@media (max-width: 767px) {
  .c-modal__contents {
    -webkit-overflow-scrolling: touch;
  }
}
[data-modal-key="airportLink"] .c-modal__contents, [data-modal-key="airportSelect"] .c-modal__contents, [data-modal-key="tourSchedule"] .c-modal__contents {
  padding-bottom: 0;
}
.c-modal__submit {
  border-top: #eee solid 1px;
  background: #fafafa;
  padding: 8px 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-modal__note p {
  margin-left: 16px
}
[data-modal-key="airportLink"] .c-modal__map, [data-modal-key="airportSelect"] .c-modal__map, [data-modal-key="dep_list"] .c-modal__map, [data-modal-key="dep_list_map"] .c-modal__map {
  background: #222;
  height: 400px;
}
[data-modal-key="airportLink"] .c-modal__map ul, [data-modal-key="airportSelect"] .c-modal__map ul, [data-modal-key="dep_list"] .c-modal__map ul, [data-modal-key="dep_list_map"] .c-modal__map ul {
  position: relative;
  height: 100%;
}
[data-modal-key="airportLink"] .c-modal__map ul li, [data-modal-key="airportSelect"] .c-modal__map ul li, [data-modal-key="dep_list"] .c-modal__map ul li, [data-modal-key="dep_list_map"] .c-modal__map ul li {
  background: #fff;
  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 solid 8px;
  width: 20%;
  height: 20%;
  border-radius: 2px;
  position: absolute;
}
[data-modal-key="airportLink"] .c-modal__map ul li a, [data-modal-key="airportSelect"] .c-modal__map ul li a, [data-modal-key="dep_list"] .c-modal__map ul li a, [data-modal-key="dep_list_map"] .c-modal__map ul li a {
  padding: 16px;
  text-decoration: underline;
  color: #222;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-weight: bold;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-isDisabled, [data-modal-key="airportSelect"] .c-modal__map ul li.-isDisabled, [data-modal-key="dep_list"] .c-modal__map ul li.-isDisabled, [data-modal-key="dep_list_map"] .c-modal__map ul li.-isDisabled {
  opacity: .5;
  pointer-events: none;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-hokkaido, [data-modal-key="airportSelect"] .c-modal__map ul li.-hokkaido, [data-modal-key="dep_list"] .c-modal__map ul li.-hokkaido, [data-modal-key="dep_list_map"] .c-modal__map ul li.-hokkaido {
  width: 30%;
  height: 25%;
  top: 6%;
  left: 67%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-tohoku, [data-modal-key="airportSelect"] .c-modal__map ul li.-tohoku, [data-modal-key="dep_list"] .c-modal__map ul li.-tohoku, [data-modal-key="dep_list_map"] .c-modal__map ul li.-tohoku {
  width: 22%;
  height: 25%;
  top: 30%;
  left: 67%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-tokai, [data-modal-key="airportSelect"] .c-modal__map ul li.-tokai, [data-modal-key="dep_list"] .c-modal__map ul li.-tokai, [data-modal-key="dep_list_map"] .c-modal__map ul li.-tokai {
  width: 33%;
  height: 30%;
  top: 39%;
  left: 36%;
  padding-bottom: 10px;
  padding-right: 10px;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-kanto, [data-modal-key="airportSelect"] .c-modal__map ul li.-kanto, [data-modal-key="dep_list"] .c-modal__map ul li.-kanto, [data-modal-key="dep_list_map"] .c-modal__map ul li.-kanto {
  width: 28%;
  height: 20%;
  top: 52%;
  left: 63%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-kansai, [data-modal-key="airportSelect"] .c-modal__map ul li.-kansai, [data-modal-key="dep_list"] .c-modal__map ul li.-kansai, [data-modal-key="dep_list_map"] .c-modal__map ul li.-kansai {
  width: 23%;
  height: 20%;
  top: 62%;
  left: 36%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-chugoku, [data-modal-key="airportSelect"] .c-modal__map ul li.-chugoku, [data-modal-key="dep_list"] .c-modal__map ul li.-chugoku, [data-modal-key="dep_list_map"] .c-modal__map ul li.-chugoku {
  width: 20%;
  height: 20%;
  top: 46%;
  left: 18%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-shikoku, [data-modal-key="airportSelect"] .c-modal__map ul li.-shikoku, [data-modal-key="dep_list"] .c-modal__map ul li.-shikoku, [data-modal-key="dep_list_map"] .c-modal__map ul li.-shikoku {
  width: 17%;
  height: 15%;
  top: 63%;
  left: 20%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-kyusyu, [data-modal-key="airportSelect"] .c-modal__map ul li.-kyusyu, [data-modal-key="dep_list"] .c-modal__map ul li.-kyusyu, [data-modal-key="dep_list_map"] .c-modal__map ul li.-kyusyu {
  width: 20%;
  height: 35%;
  top: 60%;
  left: 2%;
}
[data-modal-key="airportLink"] .c-modal__map ul li.-okinawa, [data-modal-key="airportSelect"] .c-modal__map ul li.-okinawa, [data-modal-key="dep_list"] .c-modal__map ul li.-okinawa, [data-modal-key="dep_list_map"] .c-modal__map ul li.-okinawa {
  width: 20%;
  height: 20%;
  top: 9%;
  left: 5%;
}
[data-modal-key="airportLink"] .c-modal__list dt span, [data-modal-key="airportSelect"] .c-modal__list dt span, [data-modal-key="dep_list"] .c-modal__list dt span, [data-modal-key="dep_list_map"] .c-modal__list dt span {
  display: block;
  background: #333;
  padding: 15px 16px 15px 16px;
  color: #fff;
  border-top: #ddd solid 1px;
}
[data-modal-key="airportLink"] .c-modal__list dt :last-child, [data-modal-key="dep_list"] .c-modal__list dt :last-child {
  height: 50px
}
[data-modal-key="airportLink"] .c-modal__list dt span, [data-modal-key="dep_list"] .c-modal__list dt span {
  font-size: 15px
}
[data-modal-key="airportLink"] .c-modal__list ul li:not(:last-child), [data-modal-key="airportSelect"] .c-modal__list ul li:not(:last-child), [data-modal-key="dep_list"] .c-modal__list ul li:not(:last-child), [data-modal-key="dep_list_map"] .c-modal__list ul li:not(:last-child) {
  border-bottom: #eee solid 1px;
}
[data-modal-key="airportLink"] .c-modal__list ul li a, [data-modal-key="dep_list"] .c-modal__list ul li a {
  font-size: 15px;
  display: block;
  padding: 16px 16px;
  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;
  position: relative;
}
[data-modal-key="airportLink"] .c-modal__list ul li a::after, [data-modal-key="dep_list"] .c-modal__list ul li a::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.6rem;
  float: right;
  color: #ccc;
  position: absolute;
  right: 12px;
}
[data-modal-key="airportSelect"] .c-modal__list ul li label, [data-modal-key="dep_list"] .c-modal__list ul li label {
  display: block;
}
[data-modal-key="airportSelect"] .c-modal__list ul li label input[type="radio"], [data-modal-key="dep_list"] .c-modal__list ul li label input[type="radio"] {
  display: none;
}
[data-modal-key="airportSelect"] .c-modal__list ul li label input[type="radio"]:checked + span, [data-modal-key="dep_list"] .c-modal__list ul li label input[type="radio"]:checked + span {
  background: #f2f8fe;
}
[data-modal-key="airportSelect"] .c-modal__list ul li label input[type="radio"]:checked + span::after, [data-modal-key="dep_list"] .c-modal__list ul li label input[type="radio"]:checked + span::after {
  pointer-events: none;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border-bottom: #1E88E5 solid 2px;
  border-right: #1E88E5 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-modal-key="airportSelect"] .c-modal__list ul li label span, [data-modal-key="airportSelect"] .c-modal__list ul li span, [data-modal-key="dep_list"] .c-modal__list ul li label span {
  display: block;
  padding: 16px 16px;
  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;
  background: #fff
}
[data-modal-key="tourTerm"] .c-modal__list dt {
  background: #fff;
  padding: 12px 16px;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul li {
  border-bottom: #eee solid 1px;
  width: calc(100% / 3);
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul li:not(:nth-of-type(4)), [data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul li:not(:nth-of-type(7)) {
  border-right: #eee solid 1px;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul li:first-of-type {
  width: 100%;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 ul li.-isDisabled label {
  pointer-events: none;
  opacity: .4;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 label {
  display: block;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 label input[type="radio"] {
  display: none;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 label input[type="radio"]:checked + span {
  background: #f2f8fe;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 label input[type="radio"]:checked + span::after {
  pointer-events: none;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border-bottom: #1E88E5 solid 2px;
  border-right: #1E88E5 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1 label span {
  display: block;
  padding: 16px 16px;
  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;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-1.-isDisabled {
  pointer-events: none;
  opacity: .4;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 {
  border-bottom: #eee solid 1px;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 ul li:not(:first-child) span {
  border-top: #eee solid 1px;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 label {}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 label input {
  display: none;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 label input:checked + span::before {
  background: #1E88E5;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 label span {
  display: block;
  padding: 26px;
  position: relative;
  padding-left: 50px;
  background: #fff
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2 label span::before {
  font-family: 'icomoon';
  content: "\e910";
  width: 24px;
  height: 24px;
  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;
  background: #eee;
  border-radius: 2px;
  margin-right: 8px;
  color: #eee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
[data-modal-key="tourTerm"] .c-modal__list .list_wrap-2.-isDisabled {
  pointer-events: none;
  opacity: .4;
}
[data-modal-key="destinationSelect"] .c-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px;
  margin-top: -24px;
}
[data-modal-key="destinationSelect"] .c-modal__list li {
  width: calc(50% - 6px);
  margin-top: 24px;
  padding: 9px;
}
[data-modal-key="destinationSelect"] .c-modal__list li label input {
  display: none;
}
[data-modal-key="destinationSelect"] .c-modal__list li label input:checked + figure > div {
  background: #1E88E5;
}
[data-modal-key="destinationSelect"] .c-modal__list li label figure {
  width: 100%;
  padding-bottom: 65%;
  margin-bottom: 16px;
  position: relative;
}
[data-modal-key="destinationSelect"] .c-modal__list li label figure.imgup {
  width: 100%;
  padding-bottom: 65%;
  margin-bottom: 16px;
  position: relative;
  background-position: bottom;
}
[data-modal-key="destinationSelect"] .c-modal__list li label figure div {
  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;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: 1px solid #ddd;
}
[data-modal-key="destinationSelect"] .c-modal__list li label figure div:after {
  content: "";
  display: block;
  width: 25%;
  height: 45%;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -5%;
  right: -2%;
}
[data-modal-key="destinationSelect"] .c-modal__list li label b {
  font-size: 2rem;
  font-weight: normal;
  color: #26C6DA;
  display: block;
  margin-bottom: 8px;
}
[data-modal-key="destinationSelect"] .c-modal__list li label .tags {
  color: #fff;
  padding: 4px 0;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  margin-bottom: 4px;
  display: -webkit-box;
}
[data-modal-key="destinationSelect"] .c-modal__list li label .text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  display: -webkit-box;
}
[data-modal-key="destinationDetail"] .c-modal__list dt {
  background: #fff;
  padding: 12px 16px;
  border-top: #ddd solid 1px;
  font-size: 16px
}
[data-modal-key="destinationDetail"] .c-modal__list ul li:not(:last-child) {
  border-bottom: #eee solid 1px;
}
[data-modal-key="destinationDetail"] .c-modal__list ul li label {
  display: block;
  background: #fff;
}
[data-modal-key="destinationDetail"] .c-modal__list ul li label input[type="checkbox"] {
  display: none;
}
[data-modal-key="destinationDetail"] .c-modal__list ul li label input[type="checkbox"]:checked + span {
  background: #f2f8fe;
}
[data-modal-key="destinationDetail"] .c-modal__list ul li label input[type="checkbox"]:checked + span::after {
  pointer-events: none;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border-bottom: #1E88E5 solid 2px;
  border-right: #1E88E5 solid 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-modal-key="destinationDetail"] .c-modal__list ul li label span {
  display: block;
  padding: 16px 30px;
  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;
  background: #fff;
}
[data-modal-key="departDate"] .c-modal__calendar {
  border-bottom: #eee solid 1px;
}
[data-modal-key="departDate"] .c-modal__calendar table th:nth-of-type(1), [data-modal-key="departDate"] .c-modal__calendar table td:nth-of-type(1) {
  color: #EB5757;
}
[data-modal-key="departDate"] .c-modal__calendar table th:nth-of-type(7), [data-modal-key="departDate"] .c-modal__calendar table td:nth-of-type(7) {
  color: #1E88E5;
}
[data-modal-key="departDate"] .c-modal__calendar table thead td {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td label {
  height: 50px;
  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;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td input {
  display: none;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td input:checked + span {
  background: #222;
  color: #fff;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td.-isDisabled, [data-modal-key="departDate"] .c-modal__calendar table tbody td.past, [data-modal-key="departDate"] .c-modal__calendar table tbody td.aftertoday {
  opacity: .2;
  pointer-events: none !important;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td.-isToday, [data-modal-key="departDate"] .c-modal__calendar table tbody td.today {
  pointer-events: none !important;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td.-isToday span, [data-modal-key="departDate"] .c-modal__calendar table tbody td.today span {
  background: #d3d3d3;
}
[data-modal-key="departDate"] .c-modal__calendar table tbody td.adjacent-month {
  color: #fff;
  pointer-events: none;
}
[data-modal-key="departDate"] .c-modal__calendar .clndr-controls {
  border-bottom: #eee solid 1px;
  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;
  padding: 16px 12px;
  position: relative;
}
[data-modal-key="departDate"] .c-modal__calendar .clndr-controls .clndr-control-button span {
  display: block;
  width: 80px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #1E88E5;
  border-radius: 3px;
  font-weight: bold;
}
[data-modal-key="departDate"] .c-modal__calendar .clndr-controls .month {
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-modal-key="departDate"] .c-modal__calendar .clndr-controls .thisMonth, [data-modal-key="departDate"] .c-modal__calendar .clndr-controls .thisYear {
  display: none;
}
[data-modal-key="departDate"] .c-modal__check {
  border-bottom: #eee solid 1px;
}
[data-modal-key="departDate"] .c-modal__check label {
  padding: 0 12px;
}
[data-modal-key="departDate"] .c-modal__check label input {
  display: none;
}
[data-modal-key="departDate"] .c-modal__check label input:checked + span::before {
  background: #1E88E5;
}
[data-modal-key="departDate"] .c-modal__check label span {
  display: block;
  padding: 26px;
  position: relative;
  padding-left: 50px;
}
[data-modal-key="departDate"] .c-modal__check label span::before {
  font-family: 'icomoon';
  content: "\e910";
  width: 24px;
  height: 24px;
  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;
  background: #eee;
  border-radius: 2px;
  margin-right: 8px;
  color: #eee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
[data-modal-key="tourSchedule"] .c-modal__list {
  margin-top: 24px;
  padding-right: 12px;
  background-size: 70%;
  background-position: center 95%;
  padding-bottom: 90%;
}
[data-modal-key="tourSchedule"] .c-modal__list > dt {
  background: #333;
  color: #fff;
  float: left;
  width: 70px;
  padding: 24px 0;
  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;
  position: relative;
  font-weight: bold;
  z-index: 1;
}
[data-modal-key="tourSchedule"] .c-modal__list > dd {
  padding-left: 90px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
[data-modal-key="tourSchedule"] .c-modal__list > dd:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #c4c4c4;
  position: absolute;
  left: 35px;
}
[data-modal-key="tourSchedule"] .c-modal__list > dd > dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #97b4f6;
  margin-bottom: 8px;
}
[data-modal-key="tourSchedule"] .c-modal__list > dd > dl dt:not(:first-child) {
  margin-top: 24px;
}
[data-modal-key="tourSchedule"] .c-modal__list > dd > dl dd {
  color: #fff;
  line-height: 1.4;
}
[data-modal-key="childPrice"] .c-modal__contents {
  padding-top: 90px;
  padding-left: 12px;
  padding-right: 12px;
  overflow-x: scroll;
}
[data-modal-key="childPrice"] .c-modal__contents .scroll__inner {
  overflow-x: scroll;
  margin-bottom: 16px;
}
/*▽20190927 shimada add */
[data-modal-key="childPrice"] .c-modal__contents table th, [data-modal-key="childPrice"] .c-modal__contents table td {
  white-space: nowrap;
  border: #eee solid 2px;
  padding: 12px;
  color: #fff;
}
tr.black th {
  background: #67686a;
}
/*△20190927 shimada add */
[data-modal-key="childPrice"] .c-modal__contents table thead {
  background: #ebebeb;
}
[data-modal-key="childPrice"] .c-modal__contents table tbody th {
  background: #fafafa;
}
/*▽20190927 shimada add */
[data-modal-key="childPrice"] .c-modal__contents table tbody td span {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1px;
  font-weight: bold;
}
p.soine {
  color: #fff;
  line-height: 100%;
}
/*△20190927 shimada add */
[data-modal-key="childPrice"] .c-modal__contents table tbody td span:not(.red) {
  font-size: 2rem;
}
[data-modal-key="insuranceNote"] .c-modal__contents {
  padding: 30px 12px 10px;
}
[data-modal-key="insuranceNote"] .c-modal__contents > b {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 24px;
}
[data-modal-key="insuranceNote"] .c-modal__contents ol {
  list-style-type: decimal;
  margin-left: 1.6rem;
}
[data-modal-key="insuranceNote"] .c-modal__contents ol li {
  line-height: 1.4;
  margin-bottom: 16px;
}
[data-modal-key="insuranceNote"] .c-modal__contents ol ul {
  margin-top: 8px;
}
[data-modal-key="activityDetail"] .c-modal__contents {
  height: 100%;
}
[data-modal-key="activityDetail"] .c-modal__contents iframe {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
}
.c-modal.-isShow[data-modal-key="activityDetail"] .c-modal__contents iframe {
  display: block;
}
[data-modal-key="hotelInfo"] .c-modal__contents {
  padding: 80px 24px;
}
[data-modal-key="hotelInfo"] .c-modal__contents b {
  font-size: 1.8rem;
  display: block;
  color: #fafafa;
}
[data-modal-key="hotelInfo"] .c-modal__contents p {
  margin-top: 1.6rem;
  color: #ccc;
}
.c-search__selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.c-search__selecter label {
  width: 50%;
  display: block;
}
.c-search__selecter label:not(:first-child), .c-search__selecter label:not(:last-child) {
  border-top: #eee solid 1px;
}
.c-search__selecter label:nth-of-type(even) {
  border-right: #eee solid 1px;
}
.c-search__selecter label.-isDisabled {
  background: rgba(170, 170, 170, 0.3);
  pointer-events: none;
}
.c-search__selecter label .js-modal_openBtn {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 12px;
  height: 55px;
  position: relative;
}
.c-search__selecter label .js-modal_openBtn span {
  font-size: 1.6rem;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  line-height: 1.4;
}
@media (max-width: 320px) {
  .c-search__selecter label .js-modal_openBtn span {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .c-search__selecter label .js-modal_openBtn span {
    margin-left: 34px !important;
  }
}
.c-search__selecter label .js-modal_openBtn span.-isNoSelected {
  color: #a9a9a9;
}
.c-search__selecter label .js-modal_openBtn::before {
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.c-search__selecter label .js-modal_openBtn::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.6rem;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.c-search__selecter label[data-selecter-key="airportSelect"] {
  width: 100%;
}
.c-search__selecter label[data-selecter-key="airportSelect"] button::before {
  content: "\e920";
  font-size: 1.2rem;
}
.c-search__selecter label[data-selecter-key="destinationSelect"] button::before, .c-search__selecter label[data-selecter-key="destinationDetail"] button::before {
  content: "\e91e";
  font-size: 1.4rem;
}
.c-search__selecter label[data-selecter-key="departDate"] button::before {
  content: "\e91b";
  font-size: 1.3rem;
}
.c-search__selecter label[data-selecter-key="tourTerm"] button::before {
  content: "\e91a";
  font-size: 1.1rem;
  margin-left: -2px;
}
.c-search__selecter label input[type="hidden"] {
  display: none;
}
.c-search__selecter label[data-selecter-key="tourRoom"] {
  border-right: none;
  width: 100%;
  position: relative;
  color: #999;
}
.c-search__selecter label[data-selecter-key="tourRoom"]::before {
  content: "\e90f";
  font-family: 'icomoon';
  color: #999;
  font-size: 1.1rem;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  font-size: 1.4rem;
}
.c-search__selecter label[data-selecter-key="tourRoom"]::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.6rem;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.c-search__selecter label[data-selecter-key="tourRoom"] select {
  padding: 20px 16px 20px 32px;
  width: 100%;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 320px) {
  .c-search__selecter label[data-selecter-key="tourRoom"] select {
    font-size: 1.4rem;
  }
}
.c-search__selecter label[data-selecter-key="tourRoom"] select.-isNoSelected {
  color: #a9a9a9;
}
.c-search__option_btnArea, .c-search__option_btnArea2 {
  min-height: 30px;
  background: #fff;
}
.c-search__option_btnArea .btnArea_summary, .c-search__option_btnArea2 .btnArea_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.c-search__option_btnArea .btnArea_summary > span, .c-search__option_btnArea2 .btnArea_summary > span {
  color: #666;
  width: 40%;
  font-size: 1.6rem;
}
.c-search__option_btnArea .btnArea_summary .searchNum, .c-search__option_btnArea2 .btnArea_summary .searchNum {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 4px;
  color: #EB5757;
}
.c-search__option_btnArea .btnArea_summary .addOptionBtn, .c-search__option_btnArea2 .btnArea_summary .addOptionBtn {
  color: blue;
  text-align: right;
  color: #1E88E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  font-size: 1.6rem;
  outline: none;
}
.c-search__option_btnArea .btnArea_summary .addOptionBtn::before, .c-search__option_btnArea2 .btnArea_summary .addOptionBtn::before {
  content: "+";
  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;
  border: #1E88E5 solid 1px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  font-size: 14px;
  padding-bottom: 2px;
  padding-left: 1px;
  margin-right: 2px;
  position: relative;
}
.c-search__option_btnArea .btnArea_submit, .c-search__option_btnArea2 .btnArea_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-search__option_btnArea .btnArea_submit .resetBtn, .c-search__option_btnArea2 .btnArea_submit .resetBtn {
  margin-right: 8px;
  width: 30%;
  background: #ccc;
  display: none;
}
.c-search__option_btnArea .btnArea_submit .submitBtn, .c-search__option_btnArea2 .btnArea_submit .submitBtn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-search__option_btnArea_inner, .c-search__option_btnArea2_inner {
  padding: 12px 12px;
  background: #fff;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-top: #eee solid 1px;
}
.c-search__option_btnArea.-isFixedBottom .c-search__option_btnArea_inner, .c-search__option_btnArea2.-isFixedBottom .c-search__option_btnArea2_inner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.c-search__option_btnArea.-isFixedBottom .c-search__option_btnArea_inner .btnArea_submit .resetBtn, .c-search__option_btnArea2.-isFixedBottom .c-search__option_btnArea2_inner .btnArea_submit .resetBtn {
  display: block;
}
.js-heightBox {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  width: 1px;
}
.c-search__option_detail {
  padding: 12px;
  display: none;
}
.c-search__option_detail > input[type="text"] {
  border: #eee solid 1px;
  width: 100%;
  background: #FAFAFA;
  padding: 12px 8px;
  border-radius: 2px;
  font-size: 1.6rem;
}
.c-search__option_detail > select {
  margin-top: 8px;
  display: block;
  border: #eee solid 1px;
  width: 100%;
  background: #FAFAFA;
  padding: 14px 8px;
  border-radius: 2px;
  color: #999;
}
.c-search__option_detail fieldset {
  border-bottom: #eee solid 1px;
  padding-top: 16px;
}
.c-search__option_detail fieldset > b {
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.c-search__option_detail fieldset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-search__option_detail fieldset li {
  width: 50%;
  margin-bottom: 24px;
  color: #666;
  padding-left: 24px;
}
.c-search__option_detail fieldset label input {
  display: none;
}
.c-search__option_detail fieldset label input:checked + span::before {
  background: #1E88E5;
  color: #fff;
}
.c-search__option_detail fieldset label span {
  line-height: 1.4;
}
.c-search__option_detail fieldset label span::before {
  content: "\e910";
  font-family: 'icomoon';
  background: #eee;
  padding: 2px;
  font-size: 1rem;
  border-radius: 2px;
  margin-right: 6px;
  color: #eee;
  margin-left: -24px;
}
/* ▽20190820 SHIMADA ADD */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #66b8ff;
}
/* △20190820 SHIMADA ADD */
.c-steps {
  overflow: scroll;
  background: #fff;
  padding: 16px 12px;
}
.c-steps__list {
  width: 9999px;
}
.c-steps__list li {
  float: left;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 16px;
  color: #999;
}
.c-steps__list li span {
  margin-right: 4px;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 21px;
  background: #999;
  color: #fff;
  border-radius: 100%;
  font-size: 1rem;
  font-weight: bold;
}
.c-steps__list li.-isCurrent {
  color: #004EA2;
  font-weight: bold;
}
.c-steps__list li.-isCurrent span {
  background: #004EA2;
}
.c-steps__list li.-isComplete {
  display: none;
}
.c-tel_list li {
  background: #f6f6f6;
}
.c-tel_list li:nth-of-type(n + 2) {
  margin-top: 16px;
  margin-bottom: 16px;
}
.c-tel_list a {
  display: block;
  padding: 16px 12px;
  position: relative;
  color: inherit;
}
.c-tel_list a div:nth-of-type(1) {
  position: relative;
}
.c-tel_list a div:nth-of-type(1) b {
  display: inline-block;
}
.c-tel_list a div:nth-of-type(1) b span {
  font-size: 2.2rem;
  margin-top: 4px;
  font-weight: bold;
  color: #1E88E5;
  border-bottom: #1E88E5 solid 1px;
}
.c-tel_list a div:nth-of-type(1) b::before {
  content: "\e916";
  font-family: 'icomoon';
  font-size: 1.6rem;
  margin-right: 4px;
  position: relative;
  color: #1E88E5;
}
.c-tel_list a div:nth-of-type(1)::after {
  content: "\e901";
  font-size: 1.8rem;
  font-family: 'icomoon';
  position: absolute;
  color: #1E88E5;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-tel_list a div:nth-of-type(2) {
  background: #fff;
  padding: 16px 12px;
  margin-top: 16px;
}
.c-tel_list a div:nth-of-type(2) table caption {
  text-align: left;
  padding-bottom: 4px;
  font-weight: bold;
}
.c-tel_list a div:nth-of-type(2) table th {
  text-align: left;
}
.c-tel_list a div:nth-of-type(2) table td {
  padding-top: 8px;
  padding-left: 8px;
}
.c-wysiwyg p {
  line-height: 1.6;
}
.c-wysiwyg p + p {
  margin-top: 1.6rem;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.red {
  color: #D32F2F !important;
}
/*　▽　20190729 shimada-add　*/
.htl-up {
  color: #D32F2F !important;
  font-size: 1.6rem;
  font-weight: bold;
}
/*　△　　20190729 shimada-add　*/
.font-l {
  font-size: 1.6rem;
}
.font-xl {
  font-size: 1.8rem;
}
.-isSaturday {
  color: #1E88E5 !important;
}
.-isHoliday {
  color: #EB5757 !important;
}
.wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrap100 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 320px) {
  .wrap {
    width: 100%;
  }
}
.wrap:before,.wrap100:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.wrap.-isDisabled::before,.wrap100.-isDisabled::before {
  opacity: .5;
  pointer-events: all;
}
.wrap.-isNoFooter .ftr .ftr__sns, .wrap.-isNoFooter .ftr .ftr__nav, .wrap.-isNoFooter .ftr .ftr__message, .wrap.-isNoFooter .ftr .ftr__info, .wrap.-isNoFooter .ftr .ftr__switcher, .wrap.-isNoFooter .ftr small {
  display: none;
}
.wrap.-hasFixedBottom {
  padding-bottom: 120px;
}
.wrap.-hasFixedBottom .ftr small {
  display: none;
}
@media (min-width: 768px) {
  .wrap.-hasFixedBottom {
    padding-bottom: 100px;
  }
}
.wrap.-hasFixedBottom.-isNoFooter {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .wrap.-hasFixedBottom.-isNoFooter {
    padding-bottom: 100px;
  }
}
main {
  padding-top: 60px;
}
/* ▽SHIMADA CSS*/
.departure-sl {
  border-bottom: #eee solid 1px;
  background: #fff;
  margin: 0 auto 28px;
  width: 95%
}
/* △SHIMADA CSS*/
.inner {
  padding: 12px;
}
.innercldr {
  padding: 12px;
  overflow: auto;
  height: 500px;
  width: 100%;
}
.inner_s {
  padding: 12px;
  background: #fff;
}
.inner--l {
  padding: 24px 12px;
  background: #fff;
  border: 2px solid red;
}
/*.ftr {
	margin-top: 16px;
}*/
.ftr__sns_line {
  position: relative;
}
.ftr__sns_line::after {
  content: "\e901";
  font-size: 1.8rem;
  font-family: 'icomoon';
  color: #00B900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ftr__sns_line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B900;
}
.ftr__sns_line figure {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 16px;
  padding: 8px;
  background-color: #00B900;
}
.ftr__sns_line figure::before {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 34px;
  color: #fff;
}
.ftr__sns_line b {
  font-size: 2rem;
}
@media (max-width: 320px) {
  .ftr__sns_line b {
    font-size: 1.8rem;
  }
}
.ftr__sns_line p {
  font-size: 1.2rem;
}
@media (max-width: 320px) {
  .ftr__sns_line p {
    font-size: 1rem;
  }
}
.ftr__sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: #eee solid 1px;
  padding-top: 12px;
  margin-top: 12px;
}
.ftr__sns_share > li {
  width: calc((100%/3) - 7px);
  font-weight: bold;
  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;
}
.ftr__sns_share > li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2px;
}
.ftr__sns_share > li a::before {
  content: "";
  font-family: 'icomoon';
  display: inline-block;
  margin-right: 5px;
  margin-left: -8px;
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.ftr__sns_share > li.-fb a {
  background: #3B5998;
}
.ftr__sns_share > li.-fb a::before {
  content: "\e905";
}
.ftr__sns_share > li.-tw a {
  background: #1DA1F2;
}
.ftr__sns_share > li.-tw a::before {
  content: "\e907";
}
.ftr__sns_share > li.-ln a {
  background: #00B900;
}
.ftr__sns_share > li.-ln a::before {
  content: "\e906";
}
/*.ftr__nav {
	margin-top: 12px;
}*/
.ftr__nav > li {
  list-style-type: none;
  width: 48%;
  display: inline-block;
  font-size: 12px;
  line-height: 8px;
}
.ftr__nav > li:not(:last-child) {
  border-bottom: #eee solid 1px;
}
.ftr__nav > li.js-accordion {
  position: relative;
}
.ftr__nav > li.js-accordion:after {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 1.6rem;
  float: right;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ftr__nav > li:last-child {
  width: 50%;
}
.ftr__nav > li.js-accordion.-isShow::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.ftr__nav > li ul {
  padding-top: 12px;
  display: none;
}
.ftr__nav > li ul li a {
  margin-left: 16px;
}
.ftr__nav > li ul li a::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
.ftr__nav a, .ftr__nav .js-accordion {
  display: block;
  padding: 12px 0;
}
.ftr__nav > li:first-child a {
  padding-top: 0;
}
.ftr__nav > li:last-child a {
  padding-bottom: 0;
}
.ftr__message {
  margin-top: 16px;
  padding: 12px;
}
.ftr__message::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 45%;
  margin-top: 20px;
  background-image: url(../img/common/character-01.png);
  background-size: contain;
  background-size: 80%;
  background-position: center top;
}
.ftr__message_txt {
  position: relative;
}
.ftr__message_txt ul {
  background: #fff;
  padding: 12px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.ftr__message_txt ul::after {
  content: "▼";
  display: block;
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: -3px;
  left: 0;
  width: 100%;
  color: #fff;
}
.ftr__message_txt ul li {
  text-align: center;
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}
.ftr__message_txt ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #666;
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.ftr__message_txt ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #666;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.js-accordion ul li {
  line-height: 16px;
}
@media (min-width: 768px) {
  .ftr__message_txt ul li {
    font-size: 1.6rem;
  }
}
.ftr__message_txt ul li a {
  text-decoration: underline;
  color: #1E88E5;
}
.ftr__message_txt .slick-prev.slick-arrow::before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 1.6rem;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}
.ftr__message_txt .slick-next.slick-arrow::before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.6rem;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}
.ftr__info {
  text-align: center;
}
.ftr__info strong {
  display: block;
  font-weight: normal;
  color: #999;
  font-size: 3.5vw;
  margin: 20px
}
@media (min-width: 768px) {
  .ftr__info strong {
    font-size: 1.6rem;
  }
}
.ftr__info_otslogo {
  margin-top: 24px;
}
.ftr__info_otslogo img {
  width: 200px;
}
.ftr__info_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 24px;
  padding: 0 80px;
  position: relative;
  left: -5px;
}
.ftr__info_logos li img {
  height: 30px;
  width: auto;
}
.ftr__switcher {
  margin: 6px;
}
.ftr__switcher dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 1.5rem;
}
.ftr__switcher dl dt:after {
  content: "：";
}
.ftr__switcher dl dd span::after {
  content: "｜";
}
.ftr__switcher dl dd a {
  text-decoration: underline;
}
.ftr small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 16px;
  margin-top: 24px;
  background: #004ea2;
}
/* ▽SHIMADA CSS*/
.small2 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0 0 black;
  position: relative;
  bottom: 32px;
}
.ftr-img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  position: relative;
}
.ftr-imgbox {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
}
/* △SHIMADA　CSS*/
.hdr {
  height: 60px;
  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;
  padding: 0 8px;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 1000px
}
.hdr100 {
  height: 60px;
  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;
  padding: 0 8px;
  background: #fff;
  z-index: 100;
  top: 0px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.hdr_search {
  top: 35px;
}
.hdr_plan {
  top: 35px
}
.hdr__logo a {
  display: block;
  width: 102px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/img/svg/logo.svg);
  background-size: contain;
}
@media (min-width: 768px) {
  .hdr__logo a {
    width: 130px;
    height: 35px;
  }
}
.hdr__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdr__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdr__nav_list li {
  font-size: 1rem;
  width: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .hdr__nav_list li {
    width: 80px;
  }
}
.hdr__nav_list li button {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .hdr__nav_list li button {
    white-space: nowrap;
  }
}
.hdr__nav_list li:before {
  content: "";
  font-family: 'icomoon';
  color: #004ea2;
  font-size: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 5px;
}
.hdr__nav_list li:nth-of-type(2) {
  margin-left: 10px;
}
.hdr__nav_list li.nav--tel::before {
  content: "\e916";
}
.hdr__nav_list li.nav--search::before {
  content: "\e914";
}
.hdr__nav_list li.nav--history::before {
  content: "\e921";
}
.hdr__nav_list a, .hdr__nav_list button {
  color: #004ea2;
}
.hdr__btn {
  color: #004ea2;
  font-size: 1rem;
  margin-left: 15px;
}
.hdr__btn_hbg {
  width: 18px;
  height: 15px;
  margin: 0 auto 5px;
  position: relative;
  display: block;
}
.hdr__btn_hbg span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 100px;
  background: #004ea2;
  position: absolute;
}
.hdr__btn_hbg span:nth-of-type(1) {
  top: 0;
}
.hdr__btn_hbg span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}
.hdr__btn_hbg span:nth-of-type(3) {
  bottom: 0;
}
.globalNav {
  width: 80%;
  height: 100vh;
  position: fixed;
  background: #fff;
  top: 0;
  right: -105%;
  z-index: 200;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.globalNav.-isShow {
  right: 0;
}
.globalNav__closeBtn {
  position: absolute;
  width: 25%;
  right: 100%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.globalNav__closeBtn::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50px;
}
.globalNav__closeBtn::before {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  top: 35px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-radius: 50px;
}
.globalNav__inner {
  height: 100%;
  overflow: scroll;
  padding-bottom: 60px;
  background: #333;
}
.globalNav__loginBtn {
  padding: 16px 24px;
  border-bottom: #eee solid 1px;
}
.globalNav__loginBtn a {
  display: block;
  background: #1E88E5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
}
.globalNav__list {
  padding: 24px;
}
.globalNav__list li {
  margin-bottom: 16px;
  border-bottom: #eee solid 1px;
}
.globalNav__list li:last-child {
  margin-bottom: 0;
}
.globalNav__list li a {
  color: #f2f8fe;
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 1.6rem;
}
.globalNav__list li a::before {
  display: inline-block;
  font-family: 'icomoon';
  color: #ccc;
  margin-right: 8px;
  position: relative;
  top: 1px;
}


@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?j2hsln');
  src:  url('/fonts/icomoon.eot?j2hsln#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?j2hsln') format('truetype'),
    url('/fonts/icomoon.woff?j2hsln') format('woff'),
    url('/fonts/icomoon.svg?j2hsln#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* トップ */
.globalNav__list li.icon-home a::before {
  content: "\e900";
}
/* 固定・変動について */
.globalNav__list li.icon-edit a::before {
  content: "\e904";
}
/* お気に入り */
.globalNav__list li.icon-like a::before {
  content: "\e905";
}
/* 沖縄コラム */
.globalNav__list li.icon-coconut a::before {
  content: "\e912";
}
/* よくある質問 */
.globalNav__list li.icon-question a::before {
  content: "\e91d";
}
/* 予約方法 */
.globalNav__list li.icon-infomark a::before {
  content: "\e91f";
}
/* キャンセル */
.globalNav__list li.icon-stop a::before {
  content: "\e91b";
}
/* 出発までの */
.globalNav__list li.icon-airplane a::before {
  content: "\e902";
}
/* 傷害保険 */
.globalNav__list li.icon-insurance a::before {
  content: "\e91c";
}




.icon-heart:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e903";
}
.icon-new-badge:before {
  content: "\e906";
}
.icon-marker:before {
  content: "\e907";
}
.icon-gear:before {
  content: "\e908";
}
.icon-calendar-star:before {
  content: "\e909";
}
.icon-yenmark:before {
  content: "\e90a";
}
.icon-airplane-wide:before {
  content: "\e90b";
}
.icon-car:before {
  content: "\e90c";
}
.icon-calendar:before {
  content: "\e90d";
}
.icon-bed:before {
  content: "\e90e";
}
.icon-checkmark-light:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-file-1:before {
  content: "\e911";
}
.icon-line:before {
  content: "\e913";
}
.icon-mushimegane:before {
  content: "\e914";
}
.icon-paperplane:before {
  content: "\e915";
}
.icon-phone:before {
  content: "\e916";
}
.icon-twitter1:before {
  content: "\e917";
}
.icon-to-top:before {
  content: "\e918";
}
.icon-server:before {
  content: "\e919";
}
.icon-phone2:before {
  content: "\e91a";
}
.icon-arrow-down:before {
  content: "\e91e";
}
.icon-arrow-right:before {
  content: "\e920";
}
.icon-arrow-left:before {
  content: "\e921";
}
.icon-arrow-up:before {
  content: "\e922";
}
.icon-reservation:before {
  content: "\e923";
}
.icon-checkmark-bold:before {
  content: "\ea10";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}





.globalNav__list li.-tour a::before {
  content: "\e920";
}
.globalNav__list li.-new a::before {
  content: "\e924";
}
.globalNav__list li.-recommend a::before {
  content: "\e923";
}
.globalNav__list li.-config a::before {
  content: "\e91f";
}
.globalNav__list li.-reserves a::before {
  content: "\e928";
}
.globalNav__list li.-reservation a::before {
  content: "\e916";
}
.globalNav__list li.-aboutprice a::before {
  content: "\e951";
}
.globalNav__list li span {
  display: inline-block;
  background: #eb5757;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  min-width: 23px;
  text-align: center;
  padding: 6px;
  color: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 4px;
  right: -3px;
}
.m-btn {
  display: block;
  width: 100%;
  background: #0D47A1;
  color: #fff;
  padding: 16px 0;
  border-radius: 2px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-btn.-isDisabled {
  background: #999;
  pointer-events: none;
}
.m-btn--skyblue {
  display: block;
  width: 100%;
  background: #1E88E5;
  color: #fff;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
}
.m-btn--normal {
  display: block;
  padding: 16px 12px;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  color: #1E88E5;
  font-weight: bold;
}
.m-btn--arrow-r {
  display: block;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  color: #1E88E5;
  font-weight: bold;
}
.m-btn--arrow-r::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 1.8rem;
  float: right;
  position: relative;
  top: -1px;
  font-weight: normal;
}
.m-btn--arrow-l {
  display: block;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  color: #1E88E5;
  font-weight: bold;
}
.m-btn--arrow-l::before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 1.8rem;
  float: left;
  position: relative;
  top: -1px;
  font-weight: normal;
}
.m-btn--underline {
  display: block;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  color: #1E88E5;
  font-weight: bold;
  text-decoration: underline;
}
/*　▽　20190806 shimada-add　*/
.m-infobar2 {
  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;
  background: #fff;
  margin-left: 10px;
}
.m-infobar2 > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 8px 2px 8px 24px;
}
.m-infobar2 > div b {
  font-size: 1.3rem;
  line-height: 1;
}
.m-infobar2 > div:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  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;
  font-weight: normal !important;
  font-family: 'icomoon';
  font-size: .9rem;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 320px) {
  .m-infobar2 > div {
    padding: 8px 0 8px 4px;
  }
  .m-infobar2 > div:before {
    content: none;
    display: none;
  }
}
.m-infobar2 > div.m-infobar__yen {
  background: #d32f2f;
}
.m-infobar2 > div.m-infobar__yen b {
  color: #fff;
}
.m-infobar2 > div.m-infobar__yen b span {
  font-size: .8rem;
  display: inline-block;
  margin: 0 2px;
}
.m-infobar2 > div.m-infobar__yen small {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}
.m-infobar2 > div.m-infobar__yen::before {
  background: #fff;
  content: "\e91d";
  color: #d32f2f;
}
.m-infobar2 > div.m-infobar__term b {
  color: #d32f2f;
}
.m-infobar2 > div.m-infobar__term::before {
  background: #d32f2f;
  content: "\e91c";
  color: #fff;
  padding-left: 1px;
}
@media (max-width: 320px) {
  .m-infobar2 > div.m-infobar__term .-isDispNone {
    display: none;
  }
}
/*　△　20190806 shimada-add　*/
.m-infobar {
  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;
  background: #fff;
  border: 1px solid #052f57;
}
.m-infobar > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 8px 2px 8px 24px;
}
.m-infobar > div b {
  font-size: 1.3rem;
  line-height: 1;
}
.m-infobar > div:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  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;
  font-weight: normal !important;
  font-family: 'icomoon';
  font-size: .9rem;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 320px) {
  .m-infobar > div {
    padding: 8px 0 8px 4px;
  }
  .m-infobar > div:before {
    content: none;
    display: none;
  }
}
.m-infobar > div.m-infobar__yen {
  background: #004ea2;
}
.m-infobar > div.m-infobar__yen b {
  color: #fff;
  white-space: nowrap;
}
.m-infobar > div.m-infobar__yen b span {
  font-size: .8rem;
  display: inline-block;
  margin: 0 2px;
}
.m-infobar > div.m-infobar__yen small {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}
.m-infobar > div.m-infobar__yen::before {
  background: #fff;
  content: "\e91d";
  color: #096ac8;
}
.m-infobar > div.m-infobar__term b {
  color: #004ea2;
  white-space: nowrap;
}
.m-infobar > div.m-infobar__term::before {
  background: #096ac8;
  content: "\e91c";
  color: #fff;
  padding-left: 1px;
}
@media (max-width: 320px) {
  .m-infobar > div.m-infobar__term .-isDispNone {
    display: none;
  }
}
.c-slickSlider .m-infobar > div {
  padding: 8px 2px 8px 8px;
}
.c-slickSlider .m-infobar > div b {
  font-size: 1.2rem;
}
.c-slickSlider .m-infobar > div:before {
  display: none;
}
.m-input input[type="radio"] {
  display: none;
}
.m-input input[type="radio"]:checked + div::before, .m-input input[type="radio"]:checked + span::before {
  background: #1E88E5;
  color: #fff;
}
.m-input input[type="radio"] + span {
  font-size: 1.6rem;
  padding-top: 10px !important;
}
.m-input input[type="radio"] + div, .m-input input[type="radio"] + span {
  display: block;
  padding: 8px 0 8px 34px;
  position: relative;
}
.m-input input[type="radio"] + div::before, .m-input input[type="radio"] + span::before {
  font-family: 'icomoon';
  content: "\e910";
  width: 24px;
  height: 24px;
  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;
  background: #eee;
  border-radius: 100%;
  margin-right: 8px;
  color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-input input[type="checkbox"] {
  display: none;
}
.m-input input[type="checkbox"]:checked + div::before, .m-input input[type="checkbox"]:checked + span::before {
  background: #1E88E5;
  color: #fff;
}
.m-input input[type="checkbox"] + span {
  font-size: 1.6rem;
  padding-top: 8px !important;
}
.m-input input[type="checkbox"] + div, .m-input input[type="checkbox"] + span {
  display: block;
  padding: 8px 0 8px 36px;
  position: relative;
}
.m-input input[type="checkbox"] + div::before, .m-input input[type="checkbox"] + span::before {
  font-family: 'icomoon';
  content: "\e910";
  width: 24px;
  height: 24px;
  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;
  background: #eee;
  border-radius: 2px;
  margin-right: 8px;
  color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-input input[type="text"], .m-input input[type="email"], .m-input input[type="password"], .m-input input[type="number"] {
  background: #fafafa;
  border: #eee solid 1px;
  padding: 12px 8px;
  width: 111%;
  border-radius: 2px;
  font-size: 1.6rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left;
  transform-origin: left;
  margin-bottom: -2px;
}
.m-select, .m-select--nobg {
  display: block;
  position: relative;
}
.m-select:after, .m-select--nobg:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_select.svg);
  background-size: contain;
  background-position: center center;
  right: 12px;
  width: 8px;
  height: 16px;
  pointer-events: none;
}
/*　▽　20190805 shimada-add　*/
.m-select2 select, .m-select--nobg select {
  border: #eee solid 1px;
  width: 100%;
  border-radius: 2px;
  background: #fafafa;
  padding: 12px 16px;
  color: #000;
  font-size: 1.6rem;
  transform: scale(1.0);
}
/*　△　20190805 shimada-add　*/
.m-select select, .m-select--nobg select {
  border: #eee solid 1px;
  width: 100%;
  border-radius: 2px;
  background: #fafafa;
  padding: 12px 16px;
  color: #000;
  font-size: 1.6rem;
}
.m-select--nobg select {
  border: none;
  background: none;
  padding: 8px 0;
}
.m-table th, .m-table td {
  border: #eee solid 1px;
  padding: 12px 10px;
  text-align: left;
}
.m-table th {
  background: #fafafa;
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.m-table th > span {
  font-size: 1rem;
  display: block;
}
.m-table td {
  vertical-align: middle;
}
.m-table:nth-of-type(n + 2) {
  margin-top: 12px;
}
.m-table thead th {
  padding: 16px 12px;
}
.m-table--price {
  background: #fef9fa;
  margin: 13px 0px;
  border: #eee solid 2px;
}
.m-table--price th {
  padding: 7px;
  padding-right: 0;
  font-size: 1.0rem;
  vertical-align: middle;
  text-align: left;
}
.m-table--price td {
  padding: 9px;
  vertical-align: middle;
  text-align: right;
  color: #D32F2F;
}
.m-table--price td.gray {
  padding: 12px;
  vertical-align: middle;
  text-align: right;
  color: #000000;
  font-size: 1.2rem;
}
.m-table--price tr:nth-of-type(n + 2) th, .m-table--price tr:nth-of-type(n + 2) td {
  padding-top: 0;
}
.m-ttl {
  background: #2196F3;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 12px;
  width: 100%;
  display: block;
}
.p-ttl {
  background: #2196F3;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 12px;
  width: 100%;
  display: block;
}
@media (max-width: 320px) {
  .m-ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .m-ttl {
    padding: 24px 12px;
  }
}
section.l-reason {
  margin-bottom: 20px
}
section.l-feature {
  margin-top: 50px
}
section.l-ranking {
  margin-bottom: 50px;
}
/*　▽shimada　add　20190807　*/
.foot__departure {
  padding: 12px;
  background-color: #eff4f5;
}
/* 見積りツアー内容確認ページ　タイトル①（大項目　1/4）
.large__title__indicator {
	padding: 8px 12px;
	background: #fff;
	border-top: #eee solid 1px;
}
.large__title__indicator > div {
	background: #eee;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.large__title__indicator > div span {
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 6px 12px 6px 3px;
	background: #00b5cb;
	white-space: nowrap;
}
.large__title {
    background: #06f;
    color: #fff;
    padding: 16px 12px;
    display: block;
    font-size: 1.9rem;
}
*/
/* 見積りツアー内容確認ページ　タイトル②（中項目　2/4）*/
.medium__title {
  display: block;
  font-size: 1.8rem;
  color: #fafafa;
  font-weight: bold;
  padding: 13px 12px;
  background: #2670c5;
  margin-bottom: 3px;
}
.medium__title--blue {
  display: block;
  font-size: 1.8rem;
  color: #fafafa;
  font-weight: bold;
  padding: 13px 12px;
  background: #2670c5;
  margin-bottom: 3px;
}
.medium__title--blue.-bed::before {
  content: "\e90f";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 2px;
  margin-right: 16px;
}
@media (max-width: 320px) {
  .medium__title--blue {
    font-size: 1.5rem;
  }
}
/* 見積りツアー内容確認ページ　タイトル③（小項目　3/4）*/
.m-ttl2 {
  background: #2196F3;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 12px;
  width: 100%;
}
.m-ttl2.-coconut::before {
  content: "\e913";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 2px;
  margin-right: 8px;
}
/* 見積りツアー内容確認ページ　タイトル④（最小項目　4/4）*/
.mini__title {
  display: block;
  font-weight: bold;
  padding: 5px 12px;
  background: #eff7f8;
  position: relative;
  font-size: 1.5rem;
}
/*　△shimada　add　20190807　*/
.m-ttl.-coconut::before {
  content: "\e913";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.m-ttl.-file::before {
  content: "\e912";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-thumbsup::before {
  content: "\e923";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-trophy::before {
  content: "\e99e";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-star::before {
  content: "\e930";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-airplane-small::before {
  content: "\e932";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-tel::before {
  content: "\e916";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-history::before {
  content: "\e94d";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-percentage::before {
  content: "\e931";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-hotel::before {
  content: "\e92f";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-bus::before {
  content: "\e92e";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-mushimegane::before {
  content: "\e914";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-like::before {
  content: "\e926";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-history::before {
  content: "\e921";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-world::before {
  content: "\e92b";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.-world, .-hotel, .-soine {
  width: 100%
}
.m-ttl.-bed::before {
  content: "\e90f";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-insurance::before {
  content: "\e90c";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-infomark::before {
  content: "\e909";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl.-clock::before {
  content: "\e921";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.m-ttl--darkgray {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 18px 12px;
  background: #c3c3c3;
}
@media (max-width: 320px) {
  .m-ttl--darkgray {
    font-size: 1.5rem;
  }
}
.m-ttl--darkgray.-bed::before {
  content: "\e90f";
  display: inline-block;
  font-family: 'icomoon';
  position: relative;
  top: 2px;
  margin-right: 16px;
}
.m-ttl--gray {
  display: block;
  font-weight: normal;
  padding: 12px 12px;
  background: #eee;
  position: relative;
  font-size: 1.6rem;
}
.m-ttl--gray > span {
  font-size: 1.8rem;
  margin-left: 8px;
}
.m-ttl--gray.-required::after {
  content: "必須";
  display: inline-block;
  background: #EB5757;
  color: #fff;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 3px 10px;
  margin-left: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pageTop {
  position: fixed;
  bottom:68px;
  right:21px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7
}
#pageTop span {
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 18px;
  right: 15px
}
div.ui-datepicker {
  font-size: 140%
}
@media (max-width: 320px) {
  div.ui-datepicker {
    font-size: 110%
  }
}
.arrow {
  display: inline-block;
  padding-left: 20px;
}
.arrow_ins {
  display: inline-block;
  padding-left: 20px;
  top: -10px;
}
.arrow::before, .arrow_ins::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  position: absolute;
  top: 18px;
  right: 24px;
}
.blue {
  color: #2196F3
}
.red {
  color: #e53935
}
.right {
  text-align: right;
  margin-right: 1px
}
.ftr__sns.container.inner {
  padding-bottom: 19px;
  padding-top: 19px;
  border-top: #eee solid 1px;
}
.l-ranking ul li.ranking1:before {
  content: "1";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0px;
  left: 0px;
  line-height: 34px;
  background-color: #e6b422;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.l-ranking ul li.ranking2:before {
  content: "2";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 5px;
  left: 5px;
  line-height: 34px;
  background-color: #C0C0C0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.l-ranking ul li.ranking3:before {
  content: "3";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 5px;
  left: 5px;
  line-height: 34px;
  background-color: #C47222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.l-ranking ul li.ranking4:before {
  content: "4";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  line-height: 31px;
  background-color: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #333;
  font-size: 17px;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.l-ranking ul li.ranking5:before {
  content: "5";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
  line-height: 31px;
  background-color: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #333;
  font-size: 17px;
  z-index: 1;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 1px;
  padding: 0;
  cursor: pointer;
}
.c-card--s p.change_p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1;
  background: #1B5E20;
  z-index: 0;
  padding: 5px 5px 5px 10px;
  margin-top: 5px;
  margin-right: 24px;
  border-radius: 0;
  width: 95%;
  color: white;
}
.c-card--m p.change_p, .c-card--m p.change_n, .c-card--s h2.c-card__title, .c-card--s div .c-card_scroll, .c-card--s .c-card__tag {
  display: none;
}
.c-card--s p.change_p:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 39px white;
  border-bottom: solid 27px transparent;
  z-index: 9;
}
.c-card--s p.change_p:after {
  position: absolute;
  content: '';
  left: 0;
  top: 21px;
  width: 100%;
  border: 0.7px solid #fff;
}
.c-card--s p.change_n {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1;
  background: #E91E63;
  z-index: 0;
  padding: 5px 5px 5px 10px;
  margin-top: 5px;
  margin-right: 24px;
  border-radius: 0;
  width: 95%;
  color: white;
}
.c-card--s p.change_n:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 39px white;
  border-bottom: solid 27px transparent;
  z-index: 9;
}
.c-card--s p.change_n:after {
  position: absolute;
  content: '';
  right: 0;
  top: 21px;
  width: 100%;
  border: 0.7px solid #fff;
}
/* ▽20191010　shimada add*/
h1.prm {
  background: #004ea1;
  text-align: center;
  line-height: 30px;
  padding: 5px 0;
  height: 36px;
  position: fixed;
  width: 100%;
  z-index: 99;
  color: #fff;
  font-size: .9rem;
  ｝