﻿@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%;
}
::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 {
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 3px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.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;
}
p {
  margin-bottom: 0;
}
/* -------base end------ */

/* -------個別設定------ */
/*全体設定*/
.tourlist-box {
  font-size:0.9rem;
}
.tourlist-box:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 overflow:hidden;
 font-size:0.1em;
 line-height:0;
}
/*見出し*/
.tourlist-box .tourlist-menu-heading {
  white-space: nowrap;
  font-size:0.9em;
  color: #fff;
}
/*select*/
select {
  /*background:transparent;selectの背景を透過するときはこれ*/
  background-color:#fff;
  color: #333;
  border: solid 1px #ccc;
  height:3em;
  font-size:1em;
  border-radius: 5px;
}
/*selectの三角*/
.select:after {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/*送信ボタン*/
.tourlist-box .tourlist-button-box {
  position:relative;
}
.tourlist-box .tourlist-button-box .tourlist-button {
  background-color:#D4B572;
  border-radius: 5px;
  font-size: 1em;
  color: #000;
  border:none;
  display: block;
  width: 100%;
  position:relative;
  padding:10px 0;
  height:3em;
  cursor: pointer;
  position:absolute;
  right:0;
  bottom:0;
}
.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------ */
/* -------Layout------ */
.tourlist-box {
  display:flex;
  justify-content: space-between;
  padding:5px;
}
.tourlist-box .tourlist-menu-box {
  width: 85%;
  margin-left: 0;
  display:flex;
  justify-content: space-between;
  padding-right:10px;
  vertical-align: top;
}
.tourlist-box .tourlist-button-box {
  width: 15%;
  vertical-align: top;
}
.tourlist-box .tourlist-menu {
  padding:0 5px 0 0;
  margin-bottom:10px;
}
.tourlist-box .tourlist-menu.airport-box {
  vertical-align: top;
  width: 45%;
}
.tourlist-box .tourlist-menu.date-box {
  vertical-align: top;
  width: 29%;
}
.tourlist-box .tourlist-menu.nights-box {
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu {
  vertical-align: top;
  width: 13%;
}
.tourlist-box .tourlist-menu-body{
  display:flex;
  justify-content: space-between;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-y-m-box {
  width: 65%;
  margin-right:5px;
}
.tourlist-box .tourlist-menu-body .tourlist-menu-date-d-box {
  width: 35%;
}
@media screen and (max-width: 670px) {
  .tourlist-box{
    display:block;
  }
  .tourlist-menu-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow:hidden;
    font-size:0.1em;
    line-height:0;
  }
  .tourlist-box .tourlist-menu-box {
    display:block;
    width: 100%;
    margin-bottom:20px;
    padding-right:0;
  }
  .tourlist-box .tourlist-button-box {
    display:block;
    width: 100%;
  }
  .tourlist-box .tourlist-menu.airport-box {
    display:block;
    width: 100%;
  }
  .tourlist-box .tourlist-menu.date-box {
    display:block;
    width: 100%;
  }
  .tourlist-box .tourlist-menu.nights-box {
    display:block;
    width: 49%;
    float:left;
  }
  .tourlist-box .tourlist-menu {
    display:block;
    width: 49%;
    float:right;
  }
  .tourlist-box .tourlist-button-box .tourlist-button {
    position:static;
  }
}
/* -------Layout end------ */
