@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

html {
  font-size: 62.5%
}

body {
  line-height: 22px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #393939
}

* {
  box-sizing: border-box
}

a {
  color: #4682b4;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

ul {
  list-style: none
}

hr {
  height: 0;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa
}

input[type=radio] {
  vertical-align: top
}

.c-column {
  display: table;
  width: 100%
}

.c-column-two {
  display: table-cell;
  width: 50%;
  vertical-align: top
}

.c-column-line {
  border-right: 1px solid #aaa
}

.c-column.is-space .c-column-two:nth-child(1) {
  margin-right: 10px
}

.c-column.is-space .c-column-two:nth-child(2) {
  margin-left: 10px
}

.c-column-three {
  display: table-cell;
  width: 33.3%;
  vertical-align: top
}

.c-column-four {
  display: table-cell;
  width: 25%;
  vertical-align: top
}

.c-circle {
  position: relative;
  padding-left: 24px
}

.c-circle:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  background-image: url(/img/ico-cercle-blue.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 20px;
  width: 20px;
  background-size: 20px auto
}

.c-media_img {
  float: left;
  margin-right: 10px
}

.c-media_body {
  overflow: hidden
}

.c-media:after {
  content: "";
  display: block;
  clear: both
}

.c-img-vertical img, .c-img-vertical span {
  margin-right: 10px;
  vertical-align: middle
}

.c-img-vertical_left {
  margin-right: 10px;
  vertical-align: middle
}

.c-img-vertical_right {
  vertical-align: middle
}

.c-table {
  margin: 10px auto;
  border: 1px solid #aaa
}

.c-table th {
  background: #ddd
}

.c-table td, .c-table th {
  padding: 5px 10px;
  border: 1px solid #aaa
}

.c-nav_item {
  display: inline-block
}

.c-nav_item a {
  display: block;
  text-decoration: none
}

.c-nav_item a:hover {
  text-decoration: underline
}

.c-nav:after {
  content: "";
  display: block;
  clear: both
}

.c-list-line li {
  border-top: 1px solid #aaa
}

.c-list-line li:first-child {
  border-top: none
}

.c-tooltip {
  position: relative
}

.c-tooltip span {
  z-index: 10;
  display: none;
  border-radius: 4px
}

.c-tooltip span b {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 90px;
  margin-top: -16px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background: #f9f9f9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 1px 0 #fff inset
}

.c-tooltip span hr {
  margin: 5px 0
}

.c-tooltip:hover span {
  position: absolute;
  display: inline;
  border: 1px solid #aaa;
  background: #f9f9f9
}

.c-tooltip>span {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  width: 220px;
  margin-left: -135px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #393939
}

.c-tooltip:hover>span {
  left: 33px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  margin-top: 30px;
  display: inline;
  text-decoration: none
}

.btn {
  display: block;
  text-align: center;
  border-radius: 8px
}

.btn:hover {
  text-decoration: none;
  cursor: pointer
}

.btn.is-orange {
  background: #f4902a;
  color: #fff
}

.btn.is-orange:hover {
  background: #e78622
}

.btn.is-green {
  background: #22ac38;
  color: #fff
}

.btn.is-green:hover {
  background: #1e9c36
}

.btn.is-furusato {
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 12px;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center
}

.btn.is-side {
  width: 100%
}

.container {
  width: 1000px;
  margin: 0 auto
}

.breadcrumb {
  margin-bottom: 20px;
  padding: 20px 0;
  background: #e5f3ff;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 12px
}

.breadcrumb span {
  margin: 0 10px
}

.breadcrumb:after {
  content: "";
  display: block;
  clear: both
}

.breadcrumb-list {
  display: inline-block
}

.u-text-center {
  text-align: center!important
}

.u-text-right {
  text-align: right!important
}

.u-text-left {
  text-align: left!important
}

.u-text-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem
}

.u-text-medium {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem
}

.u-text-large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem
}

.u-text-red {
  color: #eb0000!important
}

.u-text-gray {
  color: #a0a0a0!important
}

.u-reflect {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: FlipH
}

.u-mt10 {
  margin-top: 10px!important
}

.u-mt20 {
  margin-top: 20px!important
}

.u-mt30 {
  margin-top: 30px!important
}

.u-mt40 {
  margin-top: 40px!important
}

.u-mt50 {
  margin-top: 50px!important
}

.u-mb10 {
  margin-bottom: 10px!important
}

.u-mb20 {
  margin-bottom: 20px!important
}

.u-mb30 {
  margin-bottom: 30px!important
}

.u-mb40 {
  margin-bottom: 40px!important
}

.u-pr5 {
  padding-right: 5px!important
}

.u-pl5 {
  padding-left: 5px!important
}

.u-pr10 {
  padding-right: 10px!important
}

.u-pl10 {
  padding-left: 10px!important
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.text-right {
  text-align: right
}

.btn-guide {
  padding: 6px 12px;
  display: inline-block;
  background: #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 10px;
  line-height: 1rem;
  border-radius: 15px;
  color: #fff
}

.btn-guide:first-child {
  margin-right: 15px
}

.search-wrap {
  margin-bottom: 15px
}

input.search {
  width: 100%;
  padding: 10px 10px 10px 35px;
  background: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAOVBMVEUAAAC1tbWzs7O0tLS0tLSzs7O0tLS0tLS0tLSzs7Ovr6+0tLS0tLSzs7O0tLS1tbW3t7ezs7O0tLQkqWijAAAAEnRSTlMAYECQ8MCwoJ+AEODf0HAwIFDBrV1mAAAAcElEQVQY01WOUQ6DMAxD3abtWmDAfP/DziihgvcT6clOApEbufUTwdLppBAfkt+6TpPJkjV3zQVC/YwLi4jyXj1Ic1HhkA1i5YZ72YgjOy5qLDup7oFcNT2aOBlhyjQWzydr44ch0/HEXiYuFrxNSX/CAAaXA+uSCQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #333
}

input.search::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400
}

input.search:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400
}

input.search::-moz-placeholder {
  color: #ccc;
  font-weight: 400
}

.search-tab_list {
  font-size: 0
}

.search-tab_item {
  display: inline-block;
  background: #e5f3ff;
  width: 33.33%;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
  color: #1c5db5;
  cursor: pointer
}

.search-tab_item.is-overseas {
  width: 50%
}

.search-tab_item:hover {
  background: #fff
}

.search-tab_item a:hover {
  text-decoration: none
}

.search-icon {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px
}

.search-tab_item.is-active {
  background: #fff
}

.search-ticket {
  margin-bottom: 20px;
  border: 2px solid #1c5db5
}

.search-ticket_title {
  background: #1c5db5;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center
}

.search-ticket_inner {
  padding: 10px 10px
}

.search-ticket_btn {
  text-align: center
}

.search_select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  color: #333
}

.search_select_inner {
  display: block
}

.search_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  display: block;
  width: 200%;
  height: 36px;
  padding: 0 35px 0 5px;
  background: none transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem
}

.search_select.is-people select {
  height: 28px
}

.search_select:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 8px;
  display: block;
  content: "";
  border-left: 1px solid #d8d8d8;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODg3OTgxRjAyODZGMTFFNTk3RkJGQTcyOUU4QzEyMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODg3OTgxRjEyODZGMTFFNTk3RkJGQTcyOUU4QzEyMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4ODc5ODFFRTI4NkYxMUU1OTdGQkZBNzI5RThDMTIxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4ODc5ODFFRjI4NkYxMUU1OTdGQkZBNzI5RThDMTIxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmLMV3YAAABaSURBVHjaYnQu3bGdgYHBgwE72MEEJIqA+A8WSZBYEUjBdSCehkXBdJAcE5TTBMRvkSTfAXEjiAFT8BaqCAYaYRqYkARB1tyA4ukwQRZ0RwExIxD/hgkCBBgARIMT8IbEMzsAAAAASUVORK5CYII=) center no-repeat;
  pointer-events: none
}

.search_select.is-place {
  width: 100%
}

.search_select.is-place select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem
}

.search_selectis-side {
  width: 100%
}

.search_select.is-year {
  width: 80px
}

.search_select.is-date {
  width: 58px
}

.search .search_ymd {
  vertical-align: middle
}

.search_radio {
  margin-right: 5px
}

.search_calendar {
  margin-left: 10px;
  vertical-align: middle
}

.search_btn {
  float: right;
  margin: 0 auto;
  padding: 11px 20px 11px 35px;
  font-size: 14px;
  line-height: 10px
}

.search_btn .search_btn_arrow {
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px
}

.search_btn span {
  vertical-align: middle
}

.search-ticket_head {
  font-weight: 700;
  margin-bottom: 10px
}

.daterangepicker {
  display: none
}

.daterangepicker.dropdown-menu {
  box-shadow: 0 0 2px #000
}

.daterangepicker .ranges {
  float: none!important;
  margin: 10px!important;
  text-align: center!important
}

.search-input {
  position: relative
}

.search-input_num {
  margin-top: 10px
}

.search-input_input {
  width: 100%;
  margin-bottom: 10px;
  padding: 6px 0 6px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  box-sizing: border-box
}

.search-input_input.is-date {
  margin-bottom: 5px;
  padding: 8px 0 8px 10px;
  font-size: 14px;
  line-height: 14px;
  padding-left: 23px
}

.search-input_input.is-rentacar {
  margin-bottom: 5px;
  padding: 8px 0 8px 10px;
  font-size: 13px;
  line-height: 13px;
  padding-left: 23px
}

.btn.btn-success {
  background: #ffc11c
}

.search-input_cal {
  position: absolute;
  top: 10px;
  left: 7px
}

.search-cal {
  width: 100%;
  font-size: 0;
  font-size: 0
}

.search-cal_select {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center
}

.search-cal_selectMonth {
  display: inline-block;
  background: #fafafa;
  margin: 0 5px;
  padding: 6px 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px
}

.search-cal_selectMonth:hover {
  background: #5884be;
  border-color: #5884be;
  text-decoration: none;
  color: #fff
}

.search-cal_selectMonth.is-current {
  background: #4476b6;
  border-color: #4476b6;
  color: #fff
}

.search-cal_selectMonth.is-current:hover {
  background: #5884be;
  text-decoration: none
}

.search-cal_selectMonth.is-hide {
  display: none
}

.search-cal_selectMonth_nav {
  display: inline-block;
  padding: 5px 8px;
  background: #4476b6;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 0;
  line-height: 0
}

.search-cal_selectMonth_nav:hover {
  background: #5884be
}

.search-cal_button {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 90px;
  background: #4476b6;
  border: none;
  vertical-align: top
}

.search-cal_button.is-prev {
  margin-right: 5px;
  border-radius: 4px 0 0 4px
}

.search-cal_button.is-next {
  margin-left: 5px;
  border-radius: 0 4px 4px 0
}

.search-cal_button.is-disabled {
  background: #ccc
}

.search-cal_button.is-disabled:hover {
  background: #ccc;
  cursor: default
}

.search-cal_button:hover {
  background: #5884be;
  cursor: pointer
}

.search-cal_button span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.search-cal_table_wrap {
  position: relative;
  display: inline-block;
  width: 953px;
  height: 91px
}

.search-cal_list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px
}

.search-cal_list_item {
  float: left;
  height: 100%;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer
}

.search-cal_scrollbar {
  position: relative;
  width: 953px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 5px;
  background: #ccc;
  line-height: 0;
  cursor: pointer
}

.search-cal_handle {
  width: 100px;
  height: 100%;
  background: #4476b6;
  cursor: pointer
}

.search-cal_mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px
}

.search-cal_table {
  width: 100%
}

.search-cal_weekday {
  width: 100%;
  background: #8cd0fd;
  padding: 8px 0;
  border-left: 1px solid #bbe3fe;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  color: #393939;
  cursor: default
}

.is-sun .search-cal_weekday {
  background: #fda7a9
}

.search-cal_day {
  width: 129px;
  background: #ddd;
  border-bottom: 1px solid #8cd0fd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem
}

.search-cal_day.is-today {
  background: #ffe1c1
}

.search-cal_day .search-cal_seat:before {
  position: absolute;
  top: 15px;
  left: 13px;
  content: "";
  color: #959595
}

.search-cal_day a {
  position: relative;
  display: block;
  height: 62px;
  color: #393939;
  cursor: default
}

.search-cal_day.is-lot {
  background: #fff
}

.search-cal_day.is-lot a:hover {
  background: #f9f9f9;
  cursor: pointer
}

.search-cal_day.is-lot .search-cal_seat:before {
  position: absolute;
  top: 5px;
  left: 13px;
  content: "◯";
  color: #4a87d6
}

.search-cal_day.is-low {
  background: #fff
}

.search-cal_day.is-low a:hover {
  background: #f9f9f9;
  cursor: pointer
}

.search-cal_day.is-low .search-cal_seat:before {
  position: absolute;
  top: 5px;
  left: 13px;
  content: "△";
  color: #d09b26
}

.search-cal_day.is-sun .search-cal_date {
  color: #d81313
}

.search-cal_week.is-bottom .search-cal_day {
  border-bottom: none
}

.search-cal_date {
  position: absolute;
  top: 5px;
  left: 5px
}

.is-today .search-cal_date {
  font-weight: 700
}

.search-cal_seat {
  position: relative;
  display: block;
  width: 40px;
  margin: 0 auto;
  content: ""
}

.search-cal_detail {
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-align: center;
  border-left: 1px solid #8cd0fd
}

.is-cheapest .search-cal_price {
  color: #ff0013
}

.is-null .search-cal_price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 61px
}

.search-cal_info {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem
}

.search-cache_head {
  display: block;
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #e1f1ff;
  border: 1px solid #a3bfe2;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: center
}

.search-cache_head span {
  color: #828282
}

.search-cache_tab {
  width: 110px;
  display: inline-block;
  padding: 12px 0;
  background: #fafafa;
  border-top: 2px solid #999;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #505050;
  text-align: center
}

.search-cache_tab:hover {
  background: #fefefe;
  border-top: 2px solid #aaa;
  text-decoration: none
}

.search-cache_tab:first-child {
  border-left: 1px solid #aaa
}

.search-cache_tab.is-active {
  background: #fff;
  border-top: 2px solid #59bafc;
  border-bottom: none
}

.search-cache_tab.is-rest {
  width: 380px;
  padding: 0 0 5px 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #aaa;
  text-align: right;
  vertical-align: bottom
}

.search-cache_tab_wrap {
  font-size: 0;
  font-size: 0
}

.search-cache_notice {
  position: relative;
  padding-left: 15px
}

.search-cache_notice.is-ana {
  margin-right: 10px;
  padding-left: 18px
}

.search-cache_notice.is-ana:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: -8px 0;
  height: 14px;
  width: 15px;
  background-size: 40px auto
}

.search-cache_notice.is-other:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: -9px -14px;
  height: 11px;
  width: 13px;
  background-size: 40px auto
}

.search-cache_list_item {
  display: table;
  width: 100%;
  height: 80px;
  margin: 10px 0;
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid #aaa
}

.search-cache_list_item span {
  display: table-cell;
  vertical-align: middle
}

.search-cache_list_item.is-jal .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -203px
}

.search-cache_list_item.is-ana .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -58px
}

.search-cache_list_item.is-apj .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -87px
}

.search-cache_list_item.is-sna .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -406px
}

.search-cache_list_item.is-jst .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -232px
}

.search-cache_list_item.is-sfj .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -319px
}

.search-cache_list_item.is-vnl .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -435px
}

.search-cache_list_item.is-sjo .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -348px
}

.search-cache_list_item.is-sky .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -377px
}

.search-cache_list_item.is-fda .search-cache_list_airline:before {
  display: block;
  background-image: url(/img/airline/sprite-s123a15c5e9.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px auto;
  background-position: 0 -116px
}

.search-cache_list_airline {
  position: relative;
  width: 200px;
  padding-left: 35px;
  font-size: 14px;
  font-size: 1.4rem
}

.search-cache_list_airline:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 29px;
  height: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 100%
}

.search-cache_list_time {
  font-size: 14px;
  font-size: 1.4rem
}

.search-cache_list_time.is-arrow {
  color: #828282
}

.search-cache_list_separate {
  padding-right: 10px;
  border-right: 1px solid #aaa
}

.search-cache_list_class {
  width: 100px;
  padding-left: 10px
}

.search-cache_list_seat {
  position: relative;
  width: 60px
}

.search-cache_list_seat:before {
  position: absolute;
  top: 17px;
  left: 10px;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: 0 -76px;
  height: 15px;
  width: 40px;
  background-size: 40px auto
}

.is-low .search-cache_list_seat:before {
  width: 40px;
  height: 14px;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: 0 -27px;
  height: 14px;
  width: 40px;
  background-size: 40px auto
}

.is-zero .search-cache_list_seat:before {
  width: 38px;
  height: 14px;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: 0 -41px;
  height: 14px;
  width: 38px;
  background-size: 40px auto
}

.search-cache_list_price {
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem
}

.is-cheapest .search-cache_list_price {
  position: relative;
  color: #ff0013
}

.is-cheapest .search-cache_list_price:before {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: -9px -14px;
  height: 11px;
  width: 13px;
  background-size: 40px auto
}

.is-jal .search-cache_list_price:before {
  top: 16px;
  display: block;
  background-image: url(/img/search/sprite-s1f14d9a337.png);
  background-repeat: no-repeat;
  background-position: -8px 0;
  height: 14px;
  width: 15px;
  background-size: 40px auto
}

.search-cache_btn {
  display: block;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  vertical-align: middle
}

.search-box {
  float: left;
  display: block;
  padding: 20px;
  border: 1px solid #aaa;
  background: #f9f9f9;
  border-radius: 4px
}

.search-box.is-route {
  width: 275px;
  padding: 10px
}

.search-box.is-route .search_select {
  width: 100%
}

.search-box.is-route .search_select.is-year {
  width: 60px
}

.search-box.is-route .search_select.is-date {
  width: 45px
}

.search-box .search-head {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #aaa;
  text-align: center
}

.search-box .search_select {
  margin-bottom: 10px
}

.search-box .search_select.is-place {
  width: 180px;
  margin-right: 5px
}

.search-box .search_select select {
  padding: 2px 30px 2px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem
}

.search-box .search_select_head {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #666
}

.search-box .search-seat, .search-box .search-type {
  display: block;
  margin-bottom: 8px
}

.search-box .search_label img, .search-box .search_label input, .search-box .search_label span {
  margin-right: 5px;
  vertical-align: middle
}

.search-box .search_btn {
  margin-top: 10px;
  float: none;
  text-align: center
}

.search-box_right {
  float: left;
  width: 710px;
  margin-left: 15px;
  padding-bottom: 100px
}

[class*=" ico-"].is-inline, [class^=ico-].is-inline {
  display: inline-block
}

.hidden {
  visibility: hidden
}

.message {
  padding: 10px;
  margin: 15px 0;
  display: block;
  text-align: left
}

.message-title {
  font-weight: 700;
  font-size: 1.45em
}

.message-body {
  margin-top: 4px
}

.error, .notice, .success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #aaa
}

.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4
}

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324
}

.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880
}

.error a {
  color: #8a1f11
}

.notice a {
  color: #514721
}

.success a {
  color: #264409
}

.select-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.select-icon-check {
  background-position: -64px -144px
}

.select-icon-closethick {
  background-position: -96px -128px
}

.select-icon-circle-close {
  background-position: -32px -192px
}

.select-multiselect {
  padding: 2px 0 2px 5px;
  text-align: left
}

.select-multiselect span.select-icon {
  float: right
}

.select-multiselect.is-default {
  border: none;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem
}

.select-multiselect-header {
  margin-bottom: 3px;
  padding: 5px;
  background: #59bafc;
  color: #fff
}

.select-multiselect-header a {
  color: #fff
}

.select-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0
}

.select-multiselect-header ul li.select-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0
}

.select-multiselect-header span.select-icon {
  float: left
}

.select-multiselect-menu {
  display: none;
  position: absolute;
  width: 253px!important;
  z-index: 10000;
  background: #f9f9f9;
  border: 1px solid #aaa;
  text-align: left
}

.select-multiselect-checkboxes {
  position: relative;
  overflow-y: auto
}

.select-multiselect-checkboxes label {
  display: block;
  padding: 3px;
  cursor: pointer;
  border: 1px solid transparent
}

.select-multiselect-checkboxes label:hover {
  background: #e1f1ff
}

.select-multiselect-checkboxes label input {
  position: relative;
  top: 0;
  padding-right: 4px
}

.select-multiselect-checkboxes label span {
  margin-left: 4px;
  vertical-align: middle
}

.select-multiselect-checkboxes li {
  clear: both
}

input[type=checkbox]:checked~.is-jal {
  display: none
}

#loading_part {
  display: none;
  text-align: center;
  margin: 10px;
  font-weight: 700
}

.search-result_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  z-index: 1000
}

.search-result_bottom_table {
  width: 100%;
  background: #fff
}

.search-result_bottom_table th {
  padding: 0;
  background: #eee;
  text-align: center
}

.search-result_bottom_table td {
  vertical-align: middle
}

.contents-main {
  margin-bottom: 40px
}

.main_top {
  margin-top: 20px;
  margin-bottom: 40px
}

.main_top section {
  margin: 0 0 20px 0
}

.select_year {
  float: none;
  min-width: 120px;
  padding-right: 20px
}

.select_date {
  float: none;
  min-width: 60px
}

.content_button {
  display: block;
  width: 260px;
  margin: 0 auto;
  position: relative;
  background-color: #ffbd5a;
  border-radius: 6px;
  box-shadow: 0 4px 0 #e78544;
  text-align: center;
  cursor: pointer;
  transition: none;
  text-align: center;
  text-decoration: none
}

.content_button:hover {
  background-color: #ffd266;
  box-shadow: 0 4px 0 #f3974d;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #f3974d;
  -moz-box-shadow: 0 4px 0 #f3974d
}

.content_button:active {
  top: 3px;
  box-shadow: none
}

.content_button span {
  display: block;
  color: #393939;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0
}

.header .wrap {
  width: 1000px;
  margin: 0 auto
}

.displayn {
  display: none
}

.header .global_nav_mainMenu_inner .mainMenu_grid li a, .header_top_inner .global_nav_help_inner li a, .link_arrow_menu a {
  display: block;
  padding: 12px;
  color: #555;
  position: relative;
  text-align: left
}

.header .global_nav_mainMenu_inner .mainMenu_grid li a:after, .header_top_inner .global_nav_help_inner li a:after, .link_arrow_menu a:after {
  content: "\e904";
  font-family: icomoon;
  speak: none;
  padding-right: 5px;
  position: absolute;
  top: 40%;
  right: 12px;
  font-size: 10px;
  color: #888
}

.header .global_nav_mainMenu_inner .mainMenu_grid li a:hover, .header_top_inner .global_nav_help_inner li a:hover, .link_arrow_menu a:hover {
  background-color: #f7f7f7
}

.header .global_nav_mainMenu_inner .mainMenu_grid li a>*, .header_top_inner .global_nav_help_inner li a>*, .link_arrow_menu a>* {
  display: inline-block;
  vertical-align: middle
}

.header .global_nav_mainMenu_inner .mainMenu_grid li a>i:first-of-type, .header_top_inner .global_nav_help_inner li a>i:first-of-type, .link_arrow_menu a>i:first-of-type {
  font-size: 16px;
  margin-right: 10px;
  color: #888
}

.header {
  background-color: #1ba1ff;
  color: #fff
}

.header_wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative
}

.header_top>* {
  vertical-align: middle;
  color: #fff;
  height: 60px
}

.header_top_inner {
  display: table;
  width: 100%;
  table-layout: fixed
}

.header_top_inner>* {
  display: table-cell;
  vertical-align: middle
}

.header_top_inner>.logo {
  width: 14%;
  height: 60px
}

.header_top_inner>.logo>img {
  display: block;
  width: 127px
}

.header_top_inner .header_metaText {
  width: 26%
}

.header_top_inner .header_metaText>h1 {
  font-size: 10px;
  line-height: 1em;
  word-wrap: break-word;
  color: rgba(255, 255, 255, .8)
}

.header_top_inner .global_nav {
  width: 70%;
  text-align: right;
  padding-right: 15px
}

.header_top_inner .global_nav>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  border-left: solid 1px rgba(255, 255, 255, .8);
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center
}

.header_top_inner .global_nav>:last-of-type {
  border: none
}

.header_top_inner .global_nav>:first-of-type {
  border: none
}

.header_top_inner .global_nav_lang {
  line-height: 2.5em;
  padding-left: 0;
  background-color: rgba(255, 255, 255, .3);
  padding: 0 15px;
  border-radius: 15px;
  font-size: 12px;
  border: none;
  display: block;
  box-sizing: border-box;
  color: #fff
}

.header_top_inner .global_nav_lang a {
  color: #fff
}

.header_top_inner .global_nav_lang a:hover {
  text-decoration: underline
}

.header_top_inner .global_nav_help.isLogin, .header_top_inner .global_nav_login.isLogin {
  width: 200px
}

.header_top_inner .global_nav_help>a, .header_top_inner .global_nav_login>a {
  color: #fff;
  margin-right: 10px;
  display: block
}

.header_top_inner .global_nav_help>a>*, .header_top_inner .global_nav_login>a>* {
  display: inline-block;
  vertical-align: middle
}

.header_top_inner .global_nav_help>a>i, .header_top_inner .global_nav_login>a>i {
  font-size: 18px;
  margin-right: 5px;
  color: rgba(255, 255, 255, .8)
}

.header_top_inner .global_nav_help>a:hover, .header_top_inner .global_nav_login>a:hover {
  opacity: .4
}

.header_top_inner .global_nav_help>a>span, .header_top_inner .global_nav_login>a>span {
  line-height: 1.2em
}

.header_top_inner .global_nav_help>a>span .s, .header_top_inner .global_nav_login>a>span .s {
  font-size: 10px;
  margin-left: 3px
}

.header_top_inner .global_nav_login:last-of-type {
  border-right: none
}

.header_top_inner .global_nav_help {
  position: relative
}

.header_top_inner .global_nav_help_inner {
  position: absolute;
  top: 30px;
  right: 0;
  width: 200px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

.header_top_inner .global_nav_help_inner li {
  border: none
}

.header_top_inner .global_nav_help_inner li>a {
  border-bottom: solid 1px #ddd
}

.header_top_inner .global_nav_help_inner:before {
  display: block;
  position: absolute;
  top: -20px;
  border: 1px solid transparent;
  content: '';
  right: 30px;
  border-width: 10px;
  border-bottom-color: #fff
}

.header_top_inner .global_nav_mainMenu>a {
  width: 105px;
  height: 30px;
  line-height: 2.5em;
  background-color: #66beff;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 15px
}

.header_top_inner .global_nav_mainMenu>a i {
  margin-left: 8px;
  font-weight: 400
}

.header_top_inner .global_nav_mainMenu>a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .5)
}

.header_top_inner .global_nav_mainMenu.on>a {
  background-color: #1c5db5;
  color: #fff
}

.header_top_inner .global_nav_mainMenu.on>a i:before {
  content: "\e95d"
}

.header .global_nav_mainMenu_inner {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 25px 0 35px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .4)
}

.header .global_nav_mainMenu_inner .mainMenu_grid {
  display: table;
  width: 1000px;
  margin: 0 auto
}

.header .global_nav_mainMenu_inner .mainMenu_grid>* {
  display: table-cell;
  vertical-align: top;
  font-size: 12px
}

.header .global_nav_mainMenu_inner .mainMenu_grid h3 {
  color: #555;
  font-weight: 700;
  font-size: 12px;
  margin-top: 0
}

.header .global_nav_mainMenu_inner .mainMenu_grid li {
  padding-left: 10px
}

.header .global_nav_mainMenu_inner .mainMenu_grid li>a {
  border-bottom: solid 1px #ddd
}

.header .global_nav_mainMenu_inner .mainMenu_grid>.service_menu {
  width: 500px
}

.header .global_nav_mainMenu_inner .mainMenu_grid>.service_menu ul {
  display: inline-block;
  vertical-align: top;
  width: 240px
}

.header .global_nav_mainMenu_inner .mainMenu_grid>.help, .header .global_nav_mainMenu_inner .mainMenu_grid>.login {
  width: 240px
}

.header_service_menu {
  background-color: #f7f7f7;
  border-bottom: solid 1px #ddd;
  height: 40px;
  box-sizing: border-box
}

.header_service_menu.helpOn .new {
  display: none
}

.header_service_menu ul {
  display: table;
  width: 100%
}

.header_service_menu li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 33.3%
}

.header_service_menu li:nth-child(2) {
  width: 33.4%
}

.header_service_menu li a {
  color: rgba(0, 0, 0, .8);
  display: block;
  padding: 11px 0;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em
}

.header_service_menu li a:hover {
  background-color: #1c5db5;
  text-decoration: none;
  color: #fff
}

.header_service_menu li.is-active>a {
  background: #1c5db5;
  color: #fff
}

.new {
  background-color: #ffc11c;
  text-align: center;
  font-size: 10px;
  width: 100%;
  position: absolute;
  top: -8px;
  display: block;
  z-index: 0;
  line-height: 10px;
  padding: 3px 0
}

.new:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #ffc11c transparent transparent;
  z-index: -1
}

.header-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 99;
  text-decoration: none;
  font-weight: 400
}

.header-tooltip a {
  text-decoration: none
}

.header-tooltip .tip {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0
}

.header-tooltip.north .tip {
  left: 50%;
  top: 0
}

.header-tooltip.medium {
  padding: 10px 10px 3px 10px;
  font-size: 14px;
  max-width: 200px;
  border-radius: 4px
}

.header-tooltip.north.medium .tip {
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px
}

.header-tooltip.light {
  background-color: #fff;
  border: 1px solid #53b8ff;
  box-shadow: 0 0 2px #52b8ff
}

.header-tooltip.light.north .tip {
  border-color: transparent transparent #53b8ff transparent
}

.global-footer {
  background: #2e2e2e;
  font-size: 14px
}

.global-footer .container {
  position: relative;
  padding: 35px 0 0
}

.global-footer a {
  color: #fff;
  text-decoration: none
}

.global-footer a:hover {
  text-decoration: underline
}

.global-footer_head {
  margin-bottom: 8px;
  padding: 0 0 7px;
  border-bottom: 1px solid #d7d7d7;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400
}

.global-footer_list {
  float: left;
  width: 38%;
  margin-left: 0
}

.global-footer_list:first-child {
  margin-right: 80px
}

.global-footer_block {
  float: left;
  width: 456px;
  margin: 0 0 0 40px;
  padding: 0 0 30px
}

.global-footer_block:first-child {
  margin: 0 0 0 90px;
  width: 316px
}

.global-footer_social {
  position: absolute;
  right: 100px;
  top: 10px
}

.global-footer_social_item {
  float: left;
  margin: 0 0 0 10px
}

.global-footer_logo {
  padding: 13px 0 0;
  float: left;
  width: 250px
}

.global-footer_copyright {
  color: #9ea4a8;
  font-size: 75%
}

.global-footer_geo {
  padding: 8px 0;
  float: left;
  width: 115px
}

.js-search-select-box {
  cursor: pointer
}

.search-list_box_seat {
  float: left;
  width: 80px
}

.search-list_box_price {
  float: left
}

.search-list_box:hover {
  background: #f2fae3
}

.header-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 99;
  text-decoration: none;
  font-weight: 400
}

.header-tooltip a {
  text-decoration: none
}

.header-tooltip .tip {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0
}

.header-tooltip.north .tip {
  left: 50%;
  top: 0
}

.header-tooltip.medium {
  padding: 10px 10px 3px 10px;
  font-size: 14px;
  max-width: 200px;
  border-radius: 4px
}

.header-tooltip.north.medium .tip {
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px
}

.header-tooltip.light {
  background-color: #fff;
  border: 1px solid #53b8ff;
  box-shadow: 0 0 2px #52b8ff
}

.header-tooltip.light.north .tip {
  border-color: transparent transparent #53b8ff transparent
}

.global-footer {
  background: #2e2e2e
}

.global-footer .container {
  position: relative;
  padding: 35px 0 0
}

.global-footer a {
  color: #fff;
  text-decoration: none
}

.global-footer a:hover {
  text-decoration: underline
}

.global-footer_head {
  margin-bottom: 8px;
  padding: 0 0 7px;
  border-bottom: 1px solid #d7d7d7;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400
}

.global-footer_list {
  float: left;
  margin-left: 0
}

.global-footer_list:first-child {
  margin-right: 80px
}

.global-footer_block {
  float: left;
  width: 456px;
  margin: 0 0 0 40px;
  padding: 0 0 30px
}

.global-footer_block:first-child {
  margin: 0 0 0 90px;
  width: 316px
}

.global-footer_social {
  position: absolute;
  right: 100px;
  top: 20px
}

.global-footer_social_item {
  float: left;
  margin: 0 0 0 10px
}

.global-footer_logo {
  padding: 13px 0 0;
  float: left;
  width: 250px
}

.global-footer_copyright {
  color: #9ea4a8;
  font-size: 75%
}

.global-footer_geo {
  padding: 8px 0;
  float: left;
  width: 115px
}

.article-side {
  float: left;
  width: 170px
}

.article-left {
  float: left;
  width: 700px;
  margin-bottom: 20px;
  padding-left: 15px;
  box-sizing: border-box
}

.article-left.is-content {
  width: 685px;
  padding-left: 0
}

.article-left.is-content img {
  width: 100%
}

.article-left.is-top {
  width: 685px;
/*   border-left: 1px solid #ddd */
}

.article-right {
  float: right;
  width: 300px;
  margin-left: 15px;
  box-sizing: border-box
}

.article-nav_list {
  margin: 30px 0 20px 0
}

.article-nav_list_item {
  display: inline-block;
  vertical-align: middle
}

.article-nav_list_item a {
  display: block;
  margin-left: 10px;
  padding: 15px 0;
  background: #1a5eb5;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #fff;
  text-align: center
}

.article-nav_list_item a:hover {
  text-decoration: none;
  background-color: #3253bc
}

.article-nav_list_item a:first-child {
  margin-left: 0
}

.article-nav_list_item.is-food {
  width: 134px
}

.article-nav_list_item.is-hotel {
  width: 134px
}

.article-header {
  margin-bottom: 15px
}

.article-header_head {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  line-height: 3.4rem
}

.article-header_subtitle {
  font-size: 18px;
  margin-bottom: 15px
}

.article-header_cnt {
  display: block;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #999
}

.article-header_list_item {
  display: inline-block;
  margin-right: 30px
}

.article-header_list_item.is-sight {
  margin-right: 0
}

.article-outline_head {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa
}

.article-outline_list {
  padding: 20px 0
}

.article-outline_list_item {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem
}

.article-outline_arrow {
  padding-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #ccc
}

.article-info_area {
  display: inline-block;
  background-color: #f9f9f9;
  margin-right: 10px;
  padding: 6px 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 14px
}

.article-info_date {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #999
}

.article-info_pv {
  float: right;
  display: inline-block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 18px;
  color: #999
}

.article-author {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box
}

.article-author_avatar {
  float: left;
  width: 70px;
  height: 70px;
  box-sizing: border-box
}

.article-author_detail {
  float: left;
  width: 178px;
  margin-left: 10px;
  box-sizing: border-box
}

.article-author_desc {
  font-size: 14px;
  line-height: 20px
}

.article-author_avatar img {
  border-radius: 100%
}

.article-share {
  width: 100%;
  margin: 0 0 15px;
  box-sizing: border-box
}

.article-share.is-bottom {
  border-bottom: none;
  margin: 15px 0 40px 0
}

.article-share_btn {
  display: table;
  width: 338.5px;
  height: 36px;
  float: left;
  box-sizing: border-box;
  margin-left: 8px;
  position: relative;
  border-radius: 4px;
  text-align: center
}

.article-share_btn a {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  vertical-align: middle;
  letter-spacing: -1px;
  text-decoration: none;
  font-weight: 700
}

.article-share_btn a i {
  font-size: 28px;
  line-height: 28px;
  width: 32px;
  height: 26px;
  margin: 0 10px 0 -15px;
  vertical-align: middle
}

.article-share_btn a span {
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle
}

.article-share_btn.fb {
  background-color: #3a5998
}

.article-share_btn.fb i {
  margin-top: 4px;
  font-size: 24px;
  line-height: 24px
}

.article-share_btn.tw {
  background-color: #55acee
}

.article-share_btn.hb {
  background-color: #1ba4de
}

.article-share_btn.gp {
  background-color: #df4a31
}

.article-share_btn.gp i {
  margin-top: 4px;
  font-size: 26px;
  line-height: 26px
}

.article-share_btn.pk {
  background-color: #f13d53
}

.article-share_btn.line {
  display: none
}

.article-share_btn.fb_nice {
  background-color: #eee
}

.article-share_btn:first-child {
  margin-left: 0
}

.article-share_icon:before {
  font-size: 18px;
  line-height: 18px;
  vertical-align: sub;
  padding-right: 10px
}

.article-content {
  margin-bottom: 20px
}

.article-content_head {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0 0 0;
  border-bottom: 3px solid #59bafc;
  font-size: 20px;
  line-height: 1.5
}

.article-content_head.is-top {
  padding: 20px 0 0 0;
  border-bottom: none
}

.article-content_head.is-side {
  padding: 8px 10px;
  border-left: 3px solid #59bafc;
  border-bottom: 1px solid #666;
  font-size: 18px;
  line-height: 18px;
  color: #666
}

.article-content_head_sub {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px
}

.article-content_img {
  width: 100%;
  height: auto
}

.article-content_img.is-org {
  width: auto;
  height: auto
}

.article-content_body {
  margin: 10px 0 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem
}

.article-note {
  background: #f5f5f5;
  margin: 30px 0;
  padding: 10px;
  border: 1px solid #dcdcdc
}

.article-note_head {
  font-weight: 700
}

.article-note_body {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem
}

.is-column .article-note_body {
  margin: 10px 0 20px 0
}

.article-note.is-column {
  float: left;
  width: 330px
}

.article-note.is-column:nth-child(odd) {
  margin-left: 20px
}

.article-tips {
  margin: 20px 0
}

.article-tips_img {
  text-align: center
}

.article-tips_img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.article-tips_inner {
  background: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 10px;
  border: 1px solid #dcdcdc
}

.article-tips_head {
  font-weight: 700
}

.article-tips_body {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem
}

.is-column .article-tips_body {
  margin: 10px 0 20px 0
}

.article-tips.is-column {
  float: left;
  width: 330px
}

.article-tips.is-column:nth-child(odd) {
  margin-left: 20px
}

.article-table {
  margin: 30px 0
}

.article-table td, .article-table th {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #c8c8c8
}

.article-table th {
  width: 25%;
  background: #ebf6ff
}

.article-link {
  margin-bottom: 30px
}

.article-link_list_item:hover img {
  opacity: .8
}

.article-link_list_item a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #393939
}

.article-link_img_blank {
  display: block;
  width: 80px;
  height: 80px;
  background: #ccc
}

.article-link_list.is-area {
  font-size: 0
}

.article-link_list_item.is-area {
  display: inline-block;
  width: 138px;
  margin-left: 2px;
  margin-right: 0;
  margin-bottom: 4px;
  border-bottom: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 14px
}

.article-link_list_item.is-area:nth-child(odd) {
  margin-left: 0;
  margin-right: 2px
}

.article-link_list_item.is-area:last-child {
  width: 100%;
  margin: 0
}

.article-link_list_item.is-area a {
  display: block;
  width: 100%;
  background: #e8f1fa;
  padding: 15px 10px
}

.article-link_list_item.is-area a:hover {
  background: #f1f8ff
}

.article-link_list_item.is-area a:before {
  display: inline-block;
  content: ">";
  padding-right: 10px;
  color: #999;
  text-decoration: none
}

.article-link_list_item.is-area a:hover:before {
  text-decoration: none
}

.article-gallery_list {
  font-size: 0
}

.article-gallery_list_item {
  display: inline-block;
  width: 220px;
  margin-left: 10px
}

.article-gallery_list_item:first-child {
  margin-left: 0
}

.article-gallery_img {
  width: 220px;
  height: 220px;
  padding: 5px;
  border: 1px solid #c8c8c8
}

.article-gallery_img img {
  position: absolute;
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: auto
}

.article-gallery_img a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%
}

.article-gallery_img a:hover img {
  opacity: .8
}

.article-access {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #aaa
}

.article-access_head {
  padding: 0 0 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center
}

.article-hr {
  margin: 60px 0
}

.article-category_list {
  width: 100%;
  font-size: 0;
  background: #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.article-category_list_item {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none
}

.article-category_title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px
}

.article-category_title.is-area {
  margin-left: 7px
}

.article-category_count {
  margin-left: 7px;
  font-size: 12px;
  line-height: 1;
  color: #999
}

.article-category_list_item.is-blank {
  background: #eee
}

.article-category_list_item a {
  display: block;
  background: #fff;
  padding: 10px 10px;
  color: #333
}

.article-category_list_item a:hover {
  background: #f1f8ff;
  text-decoration: none
}

.article-category_list_item a:hover span {
  text-decoration: underline
}

.article-category_list_item [class^=icon-] {
  font-size: 16px;
  margin-left: 7px;
  margin-right: 10px;
  vertical-align: baseline;
  color: #59bafc
}

.article-index {
  position: relative;
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd
}

.article-index_close {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 10px;
  font-size: 10px;
  color: #4682b4;
  text-decoration: none;
  cursor: pointer
}

.article-index_close:hover {
  text-decoration: underline
}

.article-index h2 {
  text-align: center;
  font-weight: 700
}

.article-index ul {
  padding-top: 10px
}

.articleTop {
  background: #f7f2ed
}

.articleTop-header {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center
}

.articleTop-header_head {
  display: inline-block;
  padding: 20px 0
}

.articleTop-header_head h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #6d2626
}

.articleTop-header_head p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem
}

.articleTop-header_img {
  border-top: 4px solid #aaa
}

.articleTop-header_body {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem
}

.articleTop-content {
  background: #fcfcfc;
  margin-left: -15px;
  margin-bottom: 40px;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #aaa
}

.articleTop-content .c-column-three {
  display: inherit;
  float: left;
  margin-bottom: 20px
}

.articleTop-content_box {
  display: block;
  margin-left: 15px;
  border: 1px solid #aaa
}

.articleTop-content_inner {
  padding: 10px 10px
}

.articleTop-content_thumb {
  line-height: 0
}

.articleTop-content_thumb_right {
  float: right;
  width: 104px;
  line-height: 0
}

.articleTop-content_thumb_right img:first-child {
  margin-bottom: 4px
}

.articleTop-content_head {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #935401
}

.articleTop-content_body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem
}

.articleTop-content_footer {
  padding: 10px;
  background: #f7f2ed;
  border-top: 1px solid #aaa
}

.articleTop-content_list {
  position: relative;
  margin: 5px 0 0 0;
  padding-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem
}

.articleTop-content_list.is-hotel {
  padding-left: 0
}

.articleTop-content_list.is-hotel span {
  margin: 5px 0 10px;
  padding: 0;
  font-weight: 700;
  border-bottom: 1px solid #999
}

.articleTop-content_list.is-hotel li:before {
  position: absolute;
  left: 0;
  content: ""
}

.articleTop-content_list_title {
  text-align: center
}

.articleTop-content_list span {
  float: right;
  padding-left: 10px
}

.articleTop-content_list:after {
  content: "";
  display: block;
  clear: both
}

.articleTop-content_list li:before {
  position: absolute;
  left: 0;
  content: "・"
}

.articleTop-content_return {
  padding: 20px 0;
  text-align: center
}

.articleTop-content_return .btn-guide {
  font-size: 22px;
  line-height: 22px
}

.articleTop-content_btn {
  padding: 10px 0;
  border-top: 1px solid #aaa;
  text-align: center
}

.articleTop-content_btn a {
  display: inline-block;
  padding: 6px 12px;
  background: #f4902a;
  border-radius: 15px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  vertical-align: middle
}

.articleTop-content_btn a:hover {
  background: #e78622;
  text-decoration: none;
  cursor: pointer
}

.article-content_info {
  background: #e5f3ff;
  padding: 15px 15px;
  border: 1px solid #59bafc;
  box-sizing: border-box
}

.article-content_info_head {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700
}

.article-content_info:after {
  content: "";
  display: block;
  clear: both
}

.article-content_info_title:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat
}

.article-content_info_title.is-address:before {
  left: 8px;
  width: 10px;
  height: 16px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-address.png)
}

.article-content_info_title.is-access:before {
  top: 1px;
  left: 5px;
  width: 17px;
  height: 18px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-access.png)
}

.article-content_info_title.is-open:before {
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-open.png)
}

.article-content_info_title.is-parking:before {
  left: 5px;
  width: 16px;
  height: 16px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-parking.png)
}

.article-content_info_title.is-tel:before {
  left: 6px;
  width: 14px;
  height: 14px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-tel.png)
}

.article-content_info_title.is-url:before {
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(/wp/contents/wp-content/themes/hueman/img/ico-url.png)
}

.article-content_info dt {
  position: relative;
  width: 107px;
  margin-bottom: 10px;
  padding-left: 28px;
  float: left
}

.article-content_info dt.is-url {
  margin-bottom: 0
}

.article-content_info dd {
  margin-bottom: 10px;
  overflow: auto
}

.article-content_info dd.article-content_info_last {
  margin-bottom: 0
}

.link_arrow {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  border-radius: 2px
}

.link_arrow a {
  display: block;
  padding: 12px 30px 12px 12px;
  color: #555;
  position: relative;
  text-align: left;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  min-height: 50px;
  box-sizing: border-box
}

.link_arrow a:after {
  content: "\e904";
  font-family: icomoon;
  speak: none;
  padding-right: 5px;
  position: absolute;
  top: 40%;
  right: 12px;
  font-size: 10px;
  color: #888
}

.link_arrow a:hover {
  background-color: #fdfdfd;
  border-color: #ddd
}

.link_arrow a>* {
  display: inline-block;
  vertical-align: middle
}

.link_arrow a>i:first-of-type {
  font-size: 16px;
  margin-right: 10px;
  color: #888
}

.footer {
  background-color: #f7f7f7;
  color: #333;
  border-top: solid 1px #fff
}

.footer p {
  font-size: 11px;
  letter-spacing: 1px
}

.footer a:hover {
  opacity: .8
}

.footer ul li {
  display: inline-block;
  vertical-align: middle
}

.footer ul li>a {
  display: block
}

.footer_wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative
}

.footer_wrap .pagetop {
  display: none;
  right: 0;
  bottom: 50px;
  position: absolute;
  z-index: 9999;
  background: 0 0;
  border: none;
  padding: 0
}

.footer_contents {
  padding: 25px 0
}

.footer_contents .footer_grid {
  display: table;
  width: 100%
}

.footer_contents .footer_grid_col {
  display: table-cell;
  vertical-align: top
}

.footer_contents .footer_grid_col:first-of-type {
  border-right: solid 1px #e6e6e6
}

.footer_contents .footer_grid_col:last-of-type {
  padding-left: 25px
}

.footer_contents .footer_grid h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0
}

.footer_contents .footer_grid .service_menu {
  margin-bottom: 40px
}

.footer_contents .footer_grid .service_menu ul li {
  border-right: solid 1px #ddd;
  padding-right: 15px;
  margin-right: 15px
}

.footer_contents .footer_grid .service_menu ul li>a {
  color: #555;
  font-size: 12px
}

.footer_contents .footer_grid .service_menu ul li>a:hover {
  opacity: .8
}

.footer_contents .footer_app {
  margin-bottom: 40px
}

.footer_contents .footer_app p {
  margin-bottom: 10px
}

.footer_contents .footer_help {
  margin-bottom: 20px
}

.footer_contents .footer_help ul li {
  margin-bottom: 5px;
  display: block
}

.footer_contents .footer_help ul li a {
  width: 100%;
  background-color: #fff;
  padding: 12px;
  box-sizing: border-box;
  display: block;
  color: #555;
  text-align: center
}

.footer_contents .footer_help ul li a:hover {
  background-color: #fdfdfd
}

.footer_contents .footer_social ul li a {
  font-size: 26px;
  color: #888;
  width: 50px
}

.footer_nav {
  padding: 10px 0;
  background-color: #000
}

.footer_nav .footer_grid {
  display: table;
  width: 100%
}

.footer_nav .footer_grid_col {
  display: table-cell;
  vertical-align: middle
}

.footer_nav_list a {
  font-size: 12px;
  color: #fff;
  margin-right: 10px
}

.footer_nav .geo {
  width: 115px;
  height: 55px
}

.footer_nav .geo a {
  display: block
}

.footer_nav .geo a img {
  display: block
}

.footer_bottom {
  padding: 10px 0;
  background-color: #fff
}

.footer_bottom .footer_grid {
  display: table;
  width: 100%
}

.footer_bottom .footer_grid_col {
  display: table-cell;
  vertical-align: middle
}

.footer_bottom li {
  border-right: solid 1px #ddd;
  margin-right: 10px;
  padding-right: 10px
}

.footer_bottom li a {
  font-size: 11px;
  color: #555
}

.col-9 {
  width: 75%
}

.col-8 {
  width: 66.666667%
}

.st-text-right {
  text-align: right!important
}

.logo-top {
  margin: 15px 0 10px;
  text-align: center
}

.logo-top img {
  vertical-align: bottom
}

.logo-side {
  margin-bottom: 20px;
  text-align: center
}

.logo-side img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.list-pickup {
  margin-top: 40px;
  margin-bottom: 40px
}

.featured-entry {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  background: #fafafa
}

.featured-entry_list {
  height: 245px;
  font-size: 0
}

.featured-entry_item {
  display: inline-block;
  width: 33.3%;
  height: 245px;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top
}

.featured-entry_item:nth-child(2) {
  width: 33.4%
}

.featured-entry_item:first-child {
  margin-left: 0
}

.featured-entry_item:hover .featured-entry_title {
  text-decoration: underline
}

.featured-entry_item:hover .featured-entry_thumb img {
  opacity: .8
}

.featured-entry_item a {
  position: relative;
  display: block
}

.featured-entry_thumb {
  position: relative;
  width: 100%;
  height: 245px;
  background: #fff
}

.featured-entry_thumb img {
  width: 100%;
  min-width: 400px;
  min-height: 245px;
  overflow: hidden;
  vertical-align: middle;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.featured-entry_content {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: #fff;
  box-sizing: border-box;
  z-index: 1
}

.featured-entry_item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%)
}

.featured-entry_title {
  font-size: 18px;
  line-height: 26px
}

.featured-entry_meta {
  font-size: 12px;
  line-height: 20px
}

.featured-entry_meta.is-top {
  text-align: right
}

.related-entry {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd
}

.related-entry:hover .related-entry_title {
  text-decoration: underline
}

.related-entry:hover img {
  opacity: .8
}

.related-entry_title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px
}

.related-entry_thumb {
  float: left;
  width: 110px;
  height: 110px;
  background-color: #eee
}

.related-entry_thumb img {
  width: 100%;
  height: auto
}

.related-entry_content {
  float: left;
  width: 545px;
  margin-left: 10px;
  box-sizing: border-box
}

.related-entry_content.is-single {
  width: 555px
}

.related-entry_text {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #999
}

.related-entry_meta {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  text-align: right
}

.recommend-entry {
  position: relative;
  height: 65px
}

.recommend-entry_head {
  font-size: 12px;
  line-height: 16px
}

.recommend-entry_meta {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  text-align: right
}

.archive-right {
  float: right;
/*   width: 830px; */
  margin-bottom: 40px
}

.archive-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 22px
}

.archive-head {
  background: #f0f0f0;
  margin-bottom: 30px
}

.archive-head_img {
  float: left;
  width: 150px;
  height: 150px
}

.archive-head_text {
  float: left;
  width: 348px;
  height: 150px;
  padding: 10px 12px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px
}

.archive-head_h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-size: 18px;
  line-height: 18px
}

.archive-area_list {
  margin-bottom: 30px
}

.archive-area_item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px
}

.archive-area_item a {
  display: block;
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 14px;
  color: #333
}

.btn {
  height: auto;
  background: #ccc;
  color: #000;
  padding: 6px 20px;
  margin: 0 auto;
  border: none;
  display: inline-block;
  text-align: center;
  font-size: 125%;
  text-decoration: none;
  border-radius: 5px
}

.btn.is-yellow {
  background: #ffc11c
}

.btn.is-yellow:hover {
  opacity: .8
}

.ui-datepicker-trigger {
  vertical-align: top
}

.about-site {
  margin-bottom: 40px
}

.about-site_body {
  background: #e8f1fa;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px
}

.about-site h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700
}

.about-site h4 img {
  width: 80%;
  vertical-align: bottom;
  margin-right: 5px
}

.about-site h4 span {
  vertical-align: baseline;
  font-size: 16px
}

.twitter-tweet {
  width: 100%!important
}

.ranking-img {
  position: relative;
  width: 65px;
  height: 65px;
  background-color: #ddd
}

.ranking-img img {
  width: 100%;
  height: auto
}

.ranking-crown {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #59bafc;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center
}

.wp-pagenavi {
  width: 100%;
  padding: 20px;
  font-size: 0;
  box-sizing: border-box;
  text-align: center
}

.wp-pagenavi .pages {
  display: none
}

.wp-pagenavi .current {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #1ba1fc;
  background: #1ba1fc;
  font-size: 14px;
  line-height: 14px;
  color: #fff
}

.wp-pagenavi .page.larger {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 14px;
  line-height: 14px
}

.wp-pagenavi .page.smaller {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 14px;
  line-height: 14px
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 14px;
  line-height: 14px
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 14px;
  line-height: 14px
}

.wp-pagenavi .first {
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 12px
}

.flight-price {
  width: 100%;
  background: #e5f3ff;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box
}

.flight-price_title {
  text-align: center
}

.flight-price_title h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 5px 0 15px 0
}

.flight-price_item a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  color: #333
}

.flight-price_item:last-child a {
  margin-bottom: 0
}

.flight-price_item a:hover {
  background: #ffeded;
  text-decoration: none
}

.flight-price_place {
  font-size: 16px;
  line-height: 16px
}

.flight-price_dep {
  margin-right: 5px
}

.flight-price_price {
  margin-top: 8px;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: red;
  font-weight: 700
}

.flight-price_left {
  width: 100%;
  display: table-cell
}

.flight-price_right {
  display: table-cell;
  padding: 0 5px 0 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #999
}

.b_webjet {
  margin-bottom: 20px
}

.side {
  margin-bottom: 20px
}

.side-head {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700
}

.side-list_item a {
  width: 100%;
  display: block;
  padding: 8px 0 8px 0;
  font-size: 14px;
  line-height: 1;
  color: #333
}

.side-list_item:hover {
  background: #f1f8ff
}

.side-list_item a {
  text-decoration: none
}

.side-list_item a:hover span {
  text-decoration: underline
}

.side-list_item [class*=" icon-"], .side-list_item [class^=icon-] {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: sub;
  color: #59bafc
}

.side-list_item [class*=" icon-"], .side-list_item.is-area [class^=icon-] {
  font-size: 16px;
  margin-left: 7px;
  margin-right: 15px;
  vertical-align: text-bottom
}