﻿@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1024px) {
  body {
    min-width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
  }
}
@media (max-width: 740px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
  box-sizing: border-box;
}
figure {
  margin: 0;
  padding: 0;
}
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  font-size: 1em;
  margin: 0px;
}
small {
  font-size: 12px;
}
@media (max-width: 1024px) {
  p,
  li,
  dl,
  table {
    line-height: 1.7;
  }
}
@media (max-width: 740px) {
  p,
  li,
  dl,
  table {
    line-height: 1.5;
  }
}
tr {
  word-break: break-all;
}
.nw {
  white-space: nowrap;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
::selection {
  background: #7cc6cf;
  color: #ffffff;
}
::-moz-selection {
  background: #7cc6cf;
  color: #ffffff;
}
a {
  background: transparent;
  text-decoration: none;
  color: #2a3297;
  transition: 0.3s;
}
a:focus {
  outline:none;
}
a:hover {
  text-decoration: underline;
}
.cfx:after {
  content: "";
  display: block;
  clear: both;
}
.cfxo {
  overflow: hidden;
}
ul,
.li_none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
dd {
  margin-left: 0;
}
.ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
select option {
  padding: 0px 5px;
}
form label {
  cursor: pointer;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
textarea,
select {
  width: 100%;
  height: 2em;
}
input[type='image'] {
  max-width: 100%;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  height: 2em;
}
textarea {
  min-height: 2em;
  resize: vertical;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
textarea,
select {
  padding-left: .4em;
  border-radius: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
/* -------reset end------ */

/* -------form------ */
select {
  border:none;
  color: #211e1f;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 3px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 0.9em;
  background:#fff;
  height:37px;
}
.select {
  position:relative;
  background:none;
}
.select:after {
  position: absolute;
  bottom: 22px;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
  content: "\f107";
  font-family: 'FontAwesome';
  color: #211e1f;
  pointer-events: none;
}
input {
  border: solid 1px #ccc;
}
.date-holiday, .date-sunday {
  background: none repeat scroll 0 0 #FBDCDD;
}
.date-saturday {
  background: none repeat scroll 0 0 #D2E6F8;
}
/* -------form end------ */

/* -------base------ */
body {
  background: transparent;
}
p {
  margin-bottom: 0;
}
.tourlist-box .tourlist-menu {
  overflow: hidden;
}
/* -------base end------ */

/* -------Layout------ */
.tourlist-box {
  display:flex;
  justify-content: space-between;
}
.tourlist-box .tourlist-menu-box {
  width: calc(100% - 150px) ;
  margin-left: 0;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tourlist-box .tourlist-button-box {
  width: 140px;
    position:relative;
}
  .tourlist-box .tourlist-button-box button {
    position:absolute;
    bottom:0 ;
  }
.tourlist-box .tourlist-menu {
  padding:0 2px;
}
.tourlist-box .tourlist-menu.airport-box {
  vertical-align: top;
  width: 35%;
}
.tourlist-box .tourlist-menu.date-box {
  vertical-align: top;
  width: 35%;
}
.tourlist-box .tourlist-menu.date-box .tourlist-menu-body {
  display:flex;
  justify-content: space-between;
}

.tourlist-box .tourlist-menu.nights-box {
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu.number-box {
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-y-m-box {
  width: 60%;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-d-box {
  width: 35%;
}
/* -------Layout end------ */

/* -------個別設定------ */
/*全体設定*/
.tourlist-box {
  padding: 0;
  font-size:1rem;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*見出し*/
.tourlist-box .tourlist-menu-heading {
  white-space: nowrap;
  font-size:0.9em;
  font-weight:normal;
  color:#fff;
  margin-bottom:5px;
}

/*送信ボタン*/
.tourlist-box .tourlist-button-box .tourlist-button {
  background-color:#fff;
  width:140px;
  height:40px;
  display:block;
  border:none;
  color:#333;
  font-size:1em;
  font-weight:bold;
}
.tourlist-box .tourlist-button-box .tourlist-button i {
  font-size:16px;
  margin-right:10px;
}
.tourlist-box .tourlist-button-box .tourlist-button:hover {
  background-color:#E6E6E6;
}
@media screen and (max-width: 650px) {
  .tourlist-box {
    display:block;
    padding-top:0;
  }
  .tourlist-box .tourlist-menu {
    margin-bottom:10px;
  }
  .tourlist-box .tourlist-menu-box {
    width: 100%;
  }
  .tourlist-box .tourlist-button-box {
    width: 100%;
    margin-top:10px;
  }
  .tourlist-box .tourlist-button-box {
    position:static;
  }
  .tourlist-box .tourlist-button-box button {
    position:static;
  }
  .tourlist-box .tourlist-button-box .tourlist-button {
    width:100%;
  }
  select {
    font-size: 120%;
  }
  .tourlist-menu-body.select-arrow {
       margin: 0;
  }
  .tourlist-box .tourlist-button-box .tourlist-button {
    margin: 0 auto;
  }
  .tourlist-box .tourlist-menu.airport-box {
    width:48%;
  }
  .tourlist-box .tourlist-menu.date-box {
    width:48%;
  }
  .tourlist-box .tourlist-menu.nights-box {
    width:48%;
  }
  .tourlist-box .tourlist-menu.number-box {
    width:48%;
  }
}
@media screen and (max-width: 420px) {
  .tourlist-box .tourlist-menu.airport-box {
    width: 100%;
  }
  .tourlist-box .tourlist-menu.date-box {
    width: 100%;
  }
}
/* -------個別設定 end------ */
