@charset "UTF-8";

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

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

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウトの初期設定
-------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */



/*
---------------------------------------
  search_form_style(2016/06/08)
---------------------------------------
*/

.origin-search-frame input,
.origin-search-frame textarea,
.origin-search-frame select {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.origin-search-frame dl,
.origin-search-frame dt,
.origin-search-frame dd,
.origin-search-frame input,
.origin-search-frame select {
  margin: 0;
  padding: 0;
}

.origin-search-frame ul,
.origin-search-frame ol,
.origin-search-frame li {
  list-style: none;
}

.origin-search-frame {
  margin-bottom: 20px;
}

.origin-search-frame,
.origin-search-frame #searchBox #departure,
.origin-search-frame #searchBox #arrival {
  width: 100%;
}

.origin-search-frame #searchBox {
  width: 100%;
  background: #0f317b;
  padding: 15px 15px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.seach-main-ttl {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.datepicker {
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.origin-search-frame .departure,
.origin-search-frame .arrival,
.origin-search-frame .datepicker {
  width: 100%;
  margin: 0;
  padding: 0 5px;
  line-height: 2.6em;
  height: 2.6em;
  text-indent: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
  border: 1px solid #fff;
  background: #fff;
  font-size: 15px;
}

select.time {
  visibility: hidden;
}

.search-list-ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #3f5a95;
  margin-bottom: 15px;
}

.search-form-list > dt {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}

.search-form-list > dt > em,
.seach-main-ttl > em {
  color: #ff9;
  font-style: normal;
}

.search-form-list > dd + dt {
  margin-top: 20px;
}

.origin-search-frame select {
  background: #fff;
}

.origin-search-frame select,
.origin-search-frame input[type="submit"],
.origin-search-frame input[type="text"] {
-webkit-appearance: none;
}

#arrival {
  margin-top: 45px;
  display: none;
}

/* 検索ボタンまわり */

.searchBtn {
  width: 100%;
  margin: 20px 0 0;
  text-align:center;
}

.openarea {
  width: 100%;
  font-size: 0;
  margin: 0 auto 15px;
}

.openarea > .open1,
.openarea > .open2 {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 48.5%;
  margin: 0;
  font-size: 15px;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  background-color: #3f5c96;
  color: #fff;
}

.openarea > #on-pointer {
  background-color: #fff;
  color: #0f317c;
}

.openarea > .open2 {
  margin-left: 3%;
}

.origin-search-frame .searchBtn input.over,
.origin-search-frame .searchBtn input.over:focus {
  margin: 10px 0 0;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #f60 !important;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: none !important;
  color: #fff;
  cursor: pointer;
  display: block;
}

/* datepicker */

.ui-widget-content {
  width: 310px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ui-datepicker table {
  font-size: 1.4em;
}

.nocomments {
  display: none !important;
}

.article .wp-post-image {
  height: auto;
  max-width: 100%;
}
