﻿@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
}
@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;
}

tr {
  word-break: break-all;
}
.nw {
  white-space: nowrap;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
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: solid 1px #ccc;
  background:#fff;
  color: #333;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 3px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  height:2.5em;
  font-size:1em;
}
.select {
  position:relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: '';
}
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;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
p {
  margin-bottom: 0;
}
.tourlist-box .tourlist-menu {
  overflow: hidden;
  margin-bottom: 5px;
}
/* -------base end------ */

/* -------Layout------ */
.tourlist-box .tourlist-menu-box {
  float: left;
  width: calc(100% - 380px) ;
  margin-left: 0;
  display:table;
}
.tourlist-box .tourlist-button-box {
  float: left;
  width: 70px;
}
.tourlist-comments-box{
  float: right;
  width: 280px;
  color:#fff;
  line-height: 1.6;
  padding-top:10px;
}
.tourlist-comments-box a{
  color:#fff;
  text-decoration:underline; 
}
.tourlist-box .tourlist-menu {
  padding:0px 2px;
}
.tourlist-box .tourlist-menu.airport-box {
  display:table-cell;
  vertical-align: top;
  width: 45%;
}
.tourlist-box .tourlist-menu.date-box {
  display:table-cell;
  vertical-align: top;
  width: 30%;
}
.tourlist-box .tourlist-menu.nights-box {
  display:table-cell;
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu {
  display:table-cell;
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-y-m-box {
  width: 64%;
  float: left;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-d-box {
  width: 35%;
  float: right;
}
/* -------Layout end------ */

/* -------個別設定------ */
/*全体設定*/
.tourlist-box {
  font-size:0.8rem;
  padding-top:7px;
  padding-left:10px;
}
/*見出し*/
.tourlist-box .tourlist-menu-heading {
  white-space: nowrap;
  font-size:0.9em;
  line-height: 1.4;
  color: #fff;
}
/*selectの三角*/
.select:after {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/*送信ボタン*/
.tourlist-box .tourlist-button-box .tourlist-button {
  background:#fff url(../Images/KOJ05/icn_search.png) 5px 50% no-repeat;
  background-size:18px;
  border-radius: 0px;
  font-size: 1em;
  color: #000;
  border:none;
  display: block;
  width: 100%;
  position:relative;
  padding:10px;
  height:2.5em;
  margin-top:1.22em;
  padding-left:30px;
  cursor: pointer;
  text-align: left;
}
.tourlist-box .tourlist-button-box .tourlist-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 190px) {
  .tourlist-box .tourlist-button-box {
    text-align:center;
  }
  .tourlist-box .tourlist-button-box .tourlist-button:before {
    content: ' ';
  }
  .checkSet02 .tsCheckTitle {
    display:none;
  }
}
/* -------個別設定 end------ */
