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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* Update css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* GENERAL
 * -----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.44;
  font-family: メイリオ, "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* HELPERS
 * -----------------------------------------------*/
a {
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:link, a:visited {
  color: #167ac6;
}
a:hover, a:active {
  opacity: .6;
  color: #2d9fd4;
  text-decoration: underline;
}

.ft-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia, serif;
}

.f9 {
  font-size: 56.25%;
}

.f10 {
  font-size: 62.5%;
}

.f11 {
  font-size: 68.75%;
}

.f12 {
  font-size: 75%;
}

.f13 {
  font-size: 81.25%;
}

.f14 {
  font-size: 87.5%;
}

.f15 {
  font-size: 93.75%;
}

.f16 {
  font-size: 100%;
}

.trans {
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.trans:hover {
  opacity: .6;
}

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-underline {
  text-decoration: underline;
}

.text-warning {
  color: #e5004f;
}

.list-inline > li {
  display: inline-block;
  vertical-align: middle;
}

.list-indent li,
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.pr0 {
  padding-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.container {
  min-width: 1040px;
  overflow: hidden;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

/*
 * Title
 */
.main-title {
  background-color: #51c2f1;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.headline01 {
  position: relative;
  background: url(../img/common/bg_pattern01.png) repeat-x 0 100%;
  margin-bottom: 21px;
/*  padding-bottom: 3px;*/
	padding-bottom:10px;
	padding-left:3px;
/*  font-size: 2.4rem;*/
	font-size:24px;
  font-weight: bold;
}
.headline01:before {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  background: #50c2f0;
  height: 6px;
  width: 320px;
}
.headline01 span {
  display: inline-block;
  width: 75%;
}

.headline02 {
  position: relative;
  border-left: 6px solid #cec8c8;
  margin-bottom: 11px;
  padding: 5px 92px 0 11px;
  min-height: 32px;
  font-weight: bold;
  font-size: 1.6rem;
}
.headline02:before {
  position: absolute;
  content: " ";
  background: #50c2f0;
  top: 0;
  left: -6px;
  height: 50%;
  width: 6px;
}
.headline02.space {
  letter-spacing: -0.05em;
}

.headline03 {
  background: #50c2f0;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: bold;
}
.headline03 span {
  display: table-cell;
  vertical-align: middle;
  height: 51px;
/*
  padding: 8px 8px 4px;
  line-height: 1.15;*/
  padding:12px 18px 12px;
  line-height:1.3;
}
/*
.headline03 span:not(:last-child) {
  background: #ec7391;
  width: 146px;
}
*/
.headline04 {
  display: block;
  *zoom: 1;
  margin-bottom: 15px;
/*  padding: 10px 8px 7px;*/
	padding:10px 15px;
  background: #50c2f0;
  color: #fff;
/*  font-size: 2.4rem;*/
font-size:20px;
  font-weight: bold;
}
.headline04:after {
  content: " ";
  display: table;
  clear: both;
}
.headline04 > span {
  float: left;
  width: 60%;
}
.headline04 .txt-small {
  float: right;
  width: 40%;
  padding-top: 7px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
}
.headline05{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
  padding: 12px 15px;
  background:#eeeeee;
}
.headline06{
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
  padding: 12px 15px;
  background:#eeeeee;
}


.list-more {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.list-more .fa {
  background: transparent;
  margin: 0 7px 1px 0;
  padding-left: 1px;
  border: 1px solid #167ac6;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}

.list-more01 {
  position: absolute;
  top: 7px;
  right: 0;
  background: url(../img/common/icon_arrow02.png) no-repeat 0 3px;
  padding: 1px 0 0 16px;
  font-size: 1.4rem;
  font-weight: normal;
}

/*
 * Button
 */
.btn-detail {
  text-align: center;
}
.btn-detail a {
  display: block;
  color: #fff;
  padding: 14px 10px 12px;
  background: #333;
  font-size: 2.0rem;
}
.btn-detail a:hover {
  opacity: 1;
  background: #ec7391;
  text-decoration: none;
}

/*
 * Layout customize
 */
.bg-sec {
  background: url(../img/common/bg_pattern.png) repeat 0 0;
}

.layout-col-2 {
  display: block;
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.layout-col-2:after {
  content: " ";
  display: table;
  clear: both;
}
.layout-col-2 .box {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.layout-col-3 {
  overflow: hidden;
  margin-right: -3.2%;
}
.layout-col-3 .box {
  float: left;
  width: 31.2%;
  margin-right: 2.1333333333%;
/*  margin-bottom: 3.2%;*/
	margin-bottom:30px;
}

.layout-col-4 {
  display: block;
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.layout-col-4:after {
  content: " ";
  display: table;
  clear: both;
}
.layout-col-4 .box {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.layout-col-5 {
  display: block;
  *zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.layout-col-5:after {
  content: " ";
  display: table;
  clear: both;
}
.layout-col-5 .box {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

select, input, button, textarea, button, .ui-widget {
  font-family: メイリオ, "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

.tab-list {
  position: relative;
}

.tour-form {
  padding: 16px 4px 21px;
  position: relative;
}
.tour-form.tab-form {
  padding-bottom: 36px;
}
.tour-form .ul-form {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 57px;
}
.tour-form .ul-form > li {
  margin-top: 35px;
}
.tour-form .ul-form > li:first-child {
  margin-top: 0;
}
.tour-form .ul-form .select {
  float: left;
}
.tour-form .ul-form .txt01 {
  height: 36px;
  width: 110px;
  line-height: 36px;
  float: left;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.tour-form .ul-form .txt02 {
  line-height: 36px;
  float: left;
  width: 38px;
  text-align: center;
}
.tour-form .ul-form .txt02.wid01, .tour-form .ul-form .txt02.wid02 {
  text-align: right;
  padding-right: 5px;
}
.tour-form .ul-form .txt02.wid01 {
  width: 55px;
}
.tour-form .ul-form .txt02.wid02 {
  width: 75px;
}
.tour-form .ul-form .textbox01 {
  width: 200px;
  float: left;
  position: relative;
}
.tour-form .ul-form .col {
  width: 480px;
  float: left;
}
.tour-form .ul-form .txtbox {
  width: 387px;
  position: relative;
}
.tour-form .ul-form .txtbox .textbox {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bdbdbd;
  display: block;
  width: 100%;
  color: #b7b7b7;
  padding: 0 40px 0 6px;
  outline: none;
  resize: none;
  height: 36px;
  font-size: 1em;
  /* FF 4-18 */
  /* FF 19+ */
}
.tour-form .ul-form .txtbox .textbox:focus::-webkit-input-placeholder {
  color: transparent;
}
.tour-form .ul-form .txtbox .textbox:focus:-moz-placeholder {
  color: transparent;
}
.tour-form .ul-form .txtbox .textbox:focus::-moz-placeholder {
  color: transparent;
}
.tour-form .ul-form .txtbox .textbox:focus:-ms-input-placeholder {
  color: transparent;
}
.tour-form .ul-form .txtbox .close {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 1px;
  width: 21px;
  background: url(../img/common/icon_close_input.png) no-repeat center center;
  z-index: 1;
  cursor: pointer;
}
.tour-form .select {
  position: relative;
  width: 120px;
  border: 1px solid #bdbdbd;
}
.tour-form .select:before {
  content: " ";
  width: 27px;
  background: #fff url(../img/common/icon_select.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.tour-form .select select {
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  outline: none;
  cursor: pointer;
  border: none;
  height: 34px;
  font-size: 1em;
  padding: 0 0 0 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tour-form .select select::-ms-expand {
  display: none;
}
.tour-form .select select option:selected, .tour-form .select select option:checked, .tour-form .select select option:hover {
  background-color: #50c2f0;
  color: #fff;
}
.tour-form .txt01 {
  background: #50c2f0;
  text-align: center;
  color: #fff;
}
.tour-form .btn-submit {
  width: 214px;
  height: 48px;
  background: #333;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tour-form .btn-submit:hover {
  background: #ec7391;
  opacity: 1;
}
.tour-form .date-option.select {
  margin-right: 9px;
  width: 201px;
}
.tour-form .calendar {
  position: relative;
  width: 36px;
  float: left;
  height: 36px;
  line-height: 34px;
  z-index: 99;
}
.tour-form .calendar .datepicker {
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  top: 100%;
  position: absolute;
  outline: 0;
  background: none;
}
.tour-form .calendar .datepicker::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
.tour-form .calendar .datepicker::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tour-form .calendar .datepicker:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
.tour-form .calendar .datepicker:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.tour-form .calendar .ui-datepicker-trigger {
  border: none;
  background: none;
  position: relative;
  top: -1px;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.tour-form .checkbox input[type=checkbox] {
  display: none;
}
.tour-form .checkbox label {
  display: inline-block;
}
.tour-form .checkbox label span {
  position: relative;
  padding: 2px 0 2px 25px;
  background: url(../img/common/checkbox_off.png) no-repeat 0 3px;
  min-height: 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #167ac6;
}
.tour-form .checkbox label input[type=checkbox]:checked + span {
  background-image: url(../img/common/checkbox_on.png);
}
.tour-form .ul-col {
  margin: 25px -10px 70px;
}
.tour-form .ul-col > li {
  float: left;
  padding-right: 10px;
}
.tour-form .ul-col > li.col01 {
  width: 260px;
}
.tour-form .ul-col > li.col02 {
  width: 230px;
}
.tour-form .ul-col > li.col03 {
  width: 240px;
}
.tour-form .ul-col > li.col04 {
  width: 250px;
  padding-right: 0;
}
.tour-form .ul-col > li.col05 {
  width: 375px;
}
.tour-form .ul-col > li.col06 {
  width: 245px;
}
.tour-form .ul-list-check > li {
  margin-top: 12px;
}
.tour-form .ul-list-check > li:first-child {
  margin-top: 0;
}
.tour-form .row {
  margin: 15px 10px 60px 42px;
}
.tour-form .row .tab-contet-sub {
  width: 635px;
  float: right;
}
.tour-form .row .ul-col {
  margin: 8px 0 0;
}
.tour-form .ul-tabs {
  width: 172px;
  float: left;
}
.tour-form .ul-tabs > li {
  margin-top: 3px;
}
.tour-form .ul-tabs > li:first-child {
  margin-top: 0;
}
.tour-form .ul-tabs > li a {
  display: block;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: #919191;
  font-size: 1.6rem;
  position: relative;
}
.tour-form .ul-tabs > li a:hover {
  text-decoration: none;
}
.tour-form .ul-tabs > li a.active {
  background: #50c2f0;
}
.tour-form .ul-tabs > li a.active:before {
  content: ' ';
  left: 100%;
  border-left: 8px solid #50c2f0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.btn-close-f {
  display: block;
  position: absolute;
  right: 0;
  top: -9px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 22px;
  background: url(../img/common/icon_close_input.png) no-repeat 0 center;
  color: #167ac6;
}
.btn-close-f:hover {
  text-decoration: none;
}

.calendar-datepicker {
  position: absolute;
  z-index: 50;
  display: none;
}

.ui-corner-all {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

.nav-tour-search .ui-datepicker {
  z-index: 99999 !important;
}

::-ms-clear {
  display: none;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  position: absolute;
  top: -35px;
  right: 0;
  border: 0 !important;
  margin-top: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0 !important;
  padding: 5px 5px 5px 20px !important;
  background: url(../img/common/icon_close_input.png) no-repeat 3px center;
  outline: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}

.ui-datepicker-close {
  font-size: 14px !important;
}

/*
 * font-switch
 */
.f12 .news-list li .date em {
  width: 140px;
}

/* Slick arrow */
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  width: 20px;
  height: 36px;
  border: none;
  font-size: 0;
  outline: none;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.slick-arrow.slick-prev {
  left: 0;
  background: url(../img/common/btn_prev.png) no-repeat 0 0;
}
.slick-arrow.slick-next {
  right: 0;
  background: url(../img/common/btn_next.png) no-repeat 0 0;
}

.slick-list:focus {
  outline: none;
}

.breadcrumb {
  margin: 15px 0 16px;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: text-bottom;
}
.breadcrumb li + li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 1px;
}

.pagination {
/*  margin: 57px 0 32px;*/
	margin:20px 0 32px;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  zoom: 1;
}
.pagination ul:after {
  display: block;
  clear: both;
  content: " ";
}
.pagination ul li {
  float: left;
}
.pagination ul li + li {
  margin-left: 7px;
}
.pagination ul li a {
  display: block;
  min-width: 25px;
  min-height: 25px;
  padding: 4px 2px 2px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.pagination ul li a:hover {
  opacity: 1;
  background: #333;
  color: #fff;
  text-decoration: none;
}
.pagination ul li.active a {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.pagination ul li.prev a, .pagination ul li.next a {
  opacity: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
}
.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
  opacity: .6;
}
.pagination ul li.prev a {
  background-image: url(../img/common/pagi_left.png);
  background-position: 48% 50%;
}
.pagination ul li.next a {
  background-image: url(../img/common/pagi_right.png);
}

.tab-list li {
  float: left;
  width: auto;
  margin-right: 4px;
}
.tab-list li.active a {
  position: relative;
  background: #50c2f0;
}
.tab-list li.active a:before {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 9px 5px 0;
  border-color: #50c2f0 transparent;
  width: 0;
  z-index: 1;
  margin-left: -5px;
  bottom: -9px;
  left: 50%;
}
.tab-list li a {
  display: block;
  min-width: 190px;
  padding: 9px 10px 6px;
  background: #919191;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.tab-list li a:hover {
  opacity: 1;
  background: #50c2f0;
  color: #fff;
  text-decoration: none;
}

#tab-tour01,
#tab-tour0101,
#tab-tour0201,
#tab-theme01,
#tab-theme0101,
#tab-rank01 {
  display: block;
}

.tab-box {
  display: none;
}

.tab-content01 .tab-box {
  padding: 24px 0;
}

.tour-search,
.nav-tour-search {
  position: relative;
}
.tour-search .guide,
.nav-tour-search .guide {
  position: absolute;
  right: 0;
  top: 10px;
}
.tour-search .tab-list li,
.nav-tour-search .tab-list li {
  padding-right: 25px;
  margin-right: 10px;
  background: url(../img/common/icon_x.png) no-repeat 100% 50%;
}
.tour-search .tab-list li:last-child,
.nav-tour-search .tab-list li:last-child {
  background: none;
}
.tour-search .tab-list li.active a:before,
.nav-tour-search .tab-list li.active a:before {
  content: " ";
  position: absolute;
  border-width: 16px 10px 0;
  margin-left: -4px;
  bottom: -16px;
}
.tour-search .tab-list li a,
.nav-tour-search .tab-list li a {
  min-width: 167px;
}
.tour-search .tab-content,
.nav-tour-search .tab-content {
  padding: 10px;
  border: 7px solid #50c2f0;
  
  background:#FFF;
}
.tour-search .tab-box,
.nav-tour-search .tab-box {
  padding: 10px;
}

.tour-search {
  margin: 64px auto 75px;
}

.nav-tour-search {
  margin: 0;
  position: static;
}
.nav-tour-search .tab-list {
  position: relative;
}
.nav-tour-search .guide {
  top: 5px;
}

.rate {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.rate span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #b4b4b4;
  line-height: 1;
}
.rate span.vote {
  color: #fcff00;
}
.rate span + span {
  margin-left: 2px;
}
.rate span .fa {
  font-size: 1rem;
}

.section-group01 {
  padding-top: 39px;
}

.sec-theme .headline02 {
  font-size: 1.5rem;
}
.sec-theme .list-more01 {
  top: 5px;
}

.sec-feature {
  padding: 64px 0 47px;
}

.feature-list {
  display: block;
  *zoom: 1;
}
.feature-list:after {
  content: " ";
  display: table;
  clear: both;
}
.feature-list .box {
  float: left;
  text-align: left;
}
.feature-list a {
  display: block;
}
.feature-list .feature-title {
  padding: 11px 0 3px;
  font-size: 1.6rem;
  font-weight: bold;
}
.feature-list .feature-text {
  line-height: 1.3;
}

.block {
  margin: 0 auto 77px;
  position: relative;
}

.l-grid {
  display: block;
  *zoom: 1;
  margin-top: 32px;
  padding: 0 26px;
}
.l-grid:after {
  content: " ";
  display: table;
  clear: both;
}
.l-grid .box {
  float: left;
  padding: 0 10px 5px;
  border-left: 1px dashed #767676;
  width: 249px;
}
.l-grid .box:first-child {
  border-left-color: transparent;
}
.l-grid .box:focus {
  outline: none;
}
.l-grid .slick-track {
  margin: 0 -10px;
}
.l-grid .slick-arrow {
  margin-top: 0;
  top: 68px;
}
.l-grid .image {
  margin: 21px auto 11px;
  min-height: 111px;
  text-align: center;
  line-height: 1;
}
.l-grid .image img {
  display: inline-block;
}
.l-grid .item-text {
  margin-bottom: 8px;
  line-height: 1.2;
}
.l-grid .price-block {
  color: #000;
}
.l-grid .price-block > p {
  display: inline-block;
  vertical-align: top;
}
.l-grid .price-block .rate {
  width: 120px;
  padding-top: 3px;
}
.l-grid .price-block .price-text {
  width: 94px;
  text-align: right;
}

.sec-video {
  position: relative;
  padding-bottom: 76px;
  
  /* ここ追加 */
  max-height:280px;
  overflow:hidden;
  margin-bottom:40px;
}
.sec-video .l-grid .image {
  margin-bottom: 18px;
}
.sec-video .l-grid .item-text {
  padding: 0 10px 0 5px;
  text-align: justify;
}

.news-wrap {
  height: 458px;
  overflow: hidden;
  margin-top: 25px;
}
.news-wrap .mCSB_scrollTools {
  width: 12px;
}
.news-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5f5f5f;
  width: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.news-wrap .mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background: #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.news-wrap .mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.news-latest .dl {
  display: block;
  *zoom: 1;
  margin-bottom: 29px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #333;
}
.news-latest .dl:after {
  content: " ";
  display: table;
  clear: both;
}
.news-latest .dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-latest .dt {
  float: left;
  font-size: 0;
  line-height: 1;
  text-align: center;
  width: 210px;
}
.news-latest .dd {
  float: right;
  width: calc(100% - 235px);
  width: -webkit-calc(100% - 235px);
  width: -moz-calc(100% - 235px);
}
.news-latest .dd .title {
  display: block;
  *zoom: 1;
  background: #50c2f0;
  color: #fff;
  margin-bottom: 8px;
  padding: 1px 18px 0 13px;
}
.news-latest .dd .title:after {
  content: " ";
  display: table;
  clear: both;
}
.news-latest .dd .title > div {
  float: left;
}
.news-latest .dd .title > div .txt01 {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0 0 25px;
  font-size: 1.2rem;
}
.news-latest .dd .title .date {
  float: right;
  padding-top: 3px;
}
.news-latest .dd .txt02 {
  margin-bottom: 5px;
  padding: 0 0 13px 13px;
  border-bottom: 1px solid #ccc;
}
.news-latest .dd .txt03 {
  padding-left: 13px;
}
.news-latest .dd .price {
  padding: 11px 6px 0 0;
  text-align: right;
}

.block-list {
  margin-right: -2px;
}
.block-list .box {
  float: left;
  width: 33.33%;
  margin: 0 -1px -2px 0;
  padding: 9px 8px 14px;
  border: 1px solid #c6c6c4;
  background: #fff;
}
.block-list .box.more {
  padding: 0;
}
.block-list .box.more a {
  display: block;
  background: #50c2f0;
  color: #fff;
  height: 100%;
  text-align: center;
}
.block-list .box.more a:hover {
  color: #fff414;
  background: #ec7391;
  opacity: 1;
}
.block-list .box.more a:hover > span span {
  background-image: url(../img/common/icon_arrow06.png);
}
.block-list .box.more a img {
  display: block;
  margin: 0 auto;
}
.block-list .box.more a > span {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-list .box.more a > span span {
  display: inline-block;
  margin-top: 18px;
  padding: 0 0 0 28px;
  font-size: 2rem;
  background: url(../img/common/icon_arrow04.png) no-repeat 0 1px;
}
.block-list figure {
  margin-bottom: 22px;
  text-align: center;
}
.block-list figure span {
  display: inline-block;
  position: relative;
}
.block-list figure span:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #c6c6c4;
}

.link-list li {
  margin-bottom: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.link-list a {
  display: block;
  background: url(../img/common/icon_arrow03.png) no-repeat 0 0;
  padding: 1px 0 1px 23px;
}

.search-body {
  padding: 45px 0 20px;
  margin: 6px 0 12px;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
.search-body .sr-item {
  margin-bottom: 25px;
}

.search-bottom .pagination {
  margin-top: 54px;
}

.group {
  display: block;
  *zoom: 1;

/*  font-size: 1.2rem;*/
margin-left:15px;
}
.group:after {
  content: " ";
  display: table;
  clear: both;
}
.group .title {
/*  padding-top: 1px;*/
  
  font-size:16px;
}

.count-wrap {
  float: right;
  width: 40%;
  text-align: right;
}
.count-wrap .count {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
  
  font-size:14px;
}
.count-wrap .info {
  display: inline-block;
  vertical-align: top;
  padding-left: 17px;
  overflow: hidden;
}
.count-wrap .info > * {
  display: table-cell;
  vertical-align: middle;
}
.count-wrap .info ul li {
  border-left: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.count-wrap .info ul li:first-child {
  border-left: none;
}
.count-wrap .info ul li a {
  padding-left: 7px;
}
.count-wrap .info ul li.active a {
  color: #333;
/*  font-weight: bold;*/
}

.tours {
  border: 1px solid #959595;
  border-top: none;
  padding: 6px 7px 35px;
}
.tours .desc {
  margin-bottom: 14px;
  padding: 16px 20px 11px 16px;
  background: url(../img/common/bg_pattern02.png) repeat 0 0;
}

.photo-list {
  display: block;
  *zoom: 1;
  margin: 0 -9px 9px 0;
}
.photo-list:after {
  content: " ";
  display: table;
  clear: both;
}
.photo-list li {
  float: left;
  width: 33.33%;
  padding-right: 9px;
}
.photo-list li a {
  display: block;
}
.photo-list li a img {
  width: 100%;
}

.panel .panel-heading {
  display: block;
  *zoom: 1;
  margin-bottom: 5px;
}
.panel .panel-heading:after {
  content: " ";
  display: table;
  clear: both;
}
.panel .left {
  display: block;
  *zoom: 1;
  float: left;
  color: #fff;
  font-size: 1.2rem;
}
.panel .left:after {
  content: " ";
  display: table;
  clear: both;
}
.panel .left span {
  float: left;
  display: block;
  min-width: 130px;
  margin-right: 3px;
  padding: 8px 11px 6px 9px;
  text-align: center;
}
.panel .left span.w01 {
  min-width: 80px;
}
.panel .left .orange {
  background-color: #ee7131;
}
.panel .left .green {
  background-color: #63a843;
}
.panel .left .blue {
  background-color: #3a536d;
}
.panel .right {
  display: block;
  *zoom: 1;
  float: right;
}
.panel .right:after {
  content: " ";
  display: table;
  clear: both;
}
.panel .right a {
  float: left;
  display: inline-block;
  color: #fff;
  background: #50c2f0;
  padding: 8px 10px 6px;
  font-size: 1.2rem;
  opacity: 1;
}
.panel .right a.like {
  padding: 8px 3px 6px 10px;
}
.panel .right a.like .fa {
  margin: 0 4px 1px 0;
  vertical-align: middle;
  font-size: 16px;
}
.panel .right a:hover {
  background: #ec7391;
  text-decoration: none;
}
.panel .right a img {
  margin: 0 4px 1px 0;
}
.panel .right .amount {
  float: left;
  position: relative;
  border: 1px solid #333;
  background: #fff;
  margin: 0 3px 0 10px;
  padding: 7px 3px 5px;
  font-size: 1.2rem;
  height: 31px;
  min-width: 52px;
  letter-spacing: -0.05em;
  text-align: center;
}
.panel .right .amount:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  left: -9px;
  top: 8px;
}
.panel .right .amount:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #333;
  display: block;
  width: 0;
  z-index: 0;
  left: -10px;
  top: 8px;
}
.panel .panel-body table {
  width: 100%;
  margin-bottom: 35px;
}
.panel .panel-body table th {
  background: #f7f7f7;
  border: 1px solid #c6c6c6;
  padding: 5px 5px 4px 5px;
  width: 128px;
  vertical-align: middle;
  text-align: center;
}
.panel .panel-body table td {
  border: 1px solid #c6c6c6;
  padding: 7px 5px 4px 12px;
}
.panel .panel-body table td.col01 {
  width: 376px;
}
.panel .panel-body table td.rate01 {
  vertical-align: top;
  padding-top: 9px;
  font-size: 1.2rem;
  line-height: 1;
}
.panel .panel-body table td.rate01 span {
  display: inline-block;
  vertical-align: top;
}
.panel .panel-body table td.rate01 span + span {
  margin-left: 2px;
}
.panel .panel-body table td.rate01 small {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}
.panel .panel-body table td.rate01 a:hover {
  text-decoration: none;
}

.one-line,
.two-lines,
.three-lines {
  display: block;
}

/*
 * Navigation Global
 */
.overlay {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.41);
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.navi {
  width: 100%;
  z-index: 99999;
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 50px;
}
.navi .navi-fixed {
  z-index: 102;
  position: relative;
  padding-top: 4px;
  height: 48px;
  clear: both;
  background: #50c2f0;
}
.navi .navi-fixed:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  background: #50c2f0;
}
.navi .navi-fixed.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.navi .navi-inner {
  margin: 0 auto;
  width: 1024px;
  overflow: hidden;
}
.navi .nav-list > div {
  float: left;
  text-align: center;
}
.navi .nav-list > div.active .nav-link {
  background: #fff;
  color: #50c2f0;
  opacity: 1;
}
.navi .nav-list > div.active .nav-link.arrow {
  left: -1px;
}
.navi .nav-list > div.active .nav-link.arrow span {
  background-image: url(../img/common/arrow_nav01.png);
  margin-left: -2px;
  padding-left: 7px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.navi .nav-list > div.active .nav-link:after, .navi .nav-list > div.active .nav-link:before {
  content: none;
}
.navi .nav-list > div.active.nav-item02 .nav-link:before {
  position: absolute;
  content: ' ';
  background: #fff;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
}
.navi .nav-list > div.nav-item01 {
  width: 113px;
  position: relative;
}
.navi .nav-list > div.nav-item01:after, .navi .nav-list > div.nav-item01:before {
  content: none;
}
.navi .nav-list > div.nav-item01 .nav-link {
  left: 0;
}
.navi .nav-list > div.nav-item01 .nav-link:after {
  content: none;
}
.navi .nav-list > div.nav-item01 .nav-link span {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 0;
}
.navi .nav-list > div.nav-item02 {
  width: 172px;
}
.navi .nav-list > div.nav-item03 {
  width: 140px;
}
.navi .nav-list > div.nav-item04 {
  width: 108px;
}
.navi .nav-list > div.nav-item05 {
  width: 76px;
}
.navi .nav-list > div.nav-item06 {
  width: 104px;
}
.navi .nav-list > div.nav-item07 {
  width: 140px;
}
.navi .nav-list > div.nav-item08 {
  width: 171px;
}
.navi .nav-list > div .nav-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  height: 100%;
  width: 180px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  z-index: 100000000;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.navi .nav-list > div .nav-link:after, .navi .nav-list > div .nav-link:before {
  position: absolute;
  content: " ";
  background: #71c6e8;
  top: 4px;
  left: 0;
  height: 31px;
  width: 1px;
}
.navi .nav-list > div .nav-link:before {
  background: #358caf;
  right: 0;
  left: auto;
}
.navi .nav-list > div .nav-link .fa-home {
  padding: 0 0 4px 0;
  vertical-align: middle;
  font-size: 2.65rem;
}
.navi .nav-list > div .nav-link.arrow span {
  background: url(../img/common/arrow_nav.png) no-repeat 50% 86%;
}
.navi .nav-list > div .nav-link span {
  display: block;
  vertical-align: middle;
  padding: 12px 3px 6px;
  height: 45px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navi .nav-list > div.current:before {
  content: none;
}
.navi .nav-list > div.current a {
  background: #fff;
  color: #50c2f0;
}
.navi .nav-list > div.current a:after, .navi .nav-list > div.current a:before {
  background: transparent;
}
.navi .nav-list > div.current a:after:hover, .navi .nav-list > div.current a:before:hover {
  opacity: 1;
  background: transparent;
}

.navi-extra {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 99998;
  overflow: hidden;
  width: 100%;
  padding: 47px 0;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px -6px #000;
  -moz-box-shadow: 0 8px 16px -6px #000;
  box-shadow: 0 8px 16px -6px #000;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.navi-extra.sub-current {
  visibility: visible;
  opacity: 1;
}
.navi-extra .navi-extra-wrap {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
}
.navi-extra .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.bnr-list {
  float: left;
  margin: 5px 0 0;
}
.bnr-list a {
  margin-right: 10px;
  width: 300px;
}

.nav-link-list {
  float: right;
  width: 400px;
  margin: 5px 0 0;
  border-top: 1px solid #999;
}
.nav-link-list li {
  border-bottom: 1px solid #999;
}
.nav-link-list li a {
  display: block;
  background: url(../img/common/icon_arrow05.png) no-repeat 100% 50%;
  padding: 6px 10px 7px;
  font-size: 1.6rem;
}

.area-submenu #theme, .area-submenu #geihinkan, .area-submenu #ticket, .area-submenu #favorite, .area-submenu #pokekaru, .area-submenu #search {
  padding-top: 20px;
}
.area-submenu #pokekaru {
  height: 100%;
  max-height: 754px;
}
.area-submenu #pokekaru .navi-extra-wrap {
  padding-bottom: 10px;
}
.area-submenu .sec-theme, .area-submenu .pts {
  position: relative;
  padding-top: 27px;
}
.area-submenu .sec-theme .btn-close-f, .area-submenu .pts .btn-close-f {
  top: 0;
}

/*
 * PART: HEADER
 */
.site-header {
  position: relative;
  background: #50c2f0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 500000;
}
.site-header .h-section {
  display: block;
  *zoom: 1;
  padding: 20px 0 17px;
  background: #fff;
}
.site-header .h-section:after {
  content: " ";
  display: table;
  clear: both;
}
.site-header .h-section .logo {
  float: left;
}
.site-header .h-section .logo a {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 6px 0;
}

.main-nav {
  float: right;
  padding: 14px 0 0;
}
.main-nav .menu-list {
  display: block;
  *zoom: 1;
  border-left: 1px solid #c6c6c4;
}
.main-nav .menu-list:after {
  content: " ";
  display: table;
  clear: both;
}
.main-nav .menu-list li {
  float: left;
}
.main-nav .menu-list a {
  display: block;
  border: 1px solid #c6c6c4;
  border-left: none;
  padding: 13px 12px 12px;
  color: #333;
  font-size: 1.2rem;
}
.main-nav .menu-list a:hover {
  opacity: 1;
  color: #fff;
  background: #50c2f0;
  border-color: #50c2f0;
  text-decoration: none;
}

.h-block {
  display: block;
  *zoom: 1;
  height: 39px;
}
.h-block:after {
  content: " ";
  display: table;
  clear: both;
}
.h-block a {
  color: #fff;
}

.mega-search {
  margin-right: 8px;
  padding: 3px 0;
  display: block;
  *zoom: 1;
  width:530px;
}
.mega-search:after {
  content: " ";
  display: table;
  clear: both;
}
.mega-search p {
  position: relative;
  float: left;
}
.mega-search p + p {
  margin-left: 19px;
}
.mega-search input {
  width: 296px;
  height: 33px;
  color: #fff;
  background: #80d3f4;
  border: 1px solid #a4dff7;
  padding: 0 40px 0 6px;
  font-size: 1.2rem;
}
.mega-search input:focus {
  outline: none;
}
.mega-search input.keycode {
  width: 196px;
}
.mega-search button {
  position: absolute;
  background: transparent;
  border: 0;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 14px;
  text-align: center;
  cursor: pointer;
}

.font-block {
  display: block;
  *zoom: 1;
  color: #fff;
  font-size: 1.2rem;
}
.font-block:after {
  content: " ";
  display: table;
  clear: both;
}
.font-block .font-txt {
  float: left;
  padding: 0 11px 0 0;
  height: 39px;
}
.font-block .font-txt span {
  display: table-cell;
  vertical-align: middle;
  height: 39px;
}
.font-block > div {
  float: left;
}
.font-block .font-switch {
  border-left: 1px solid #358caf;
  border-right: 1px solid #71c6e8;
  height: 39px;
  overflow: hidden;
}
.font-block .font-switch li {
  float: left;
}
.font-block .font-switch li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 5px;
  border-left: 1px solid #71c6e8;
  border-right: 1px solid #358caf;
  height: 39px;
  width: 35px;
  text-align: center;
}
.font-block .font-switch li a.active:before, .font-block .font-switch li a:hover:before, .font-block .font-switch li a:focus
.font-block .font-switch li a:active:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 5px;
  background: #fff;
  height: 3px;
  width: 23px;
}
.font-block .font-switch li a:hover {
  text-decoration: none;
  opacity: 1;
}

.language-block {
  width: 86px;
  color: #fff;
  padding-top: 12px;
  line-height: 1;
/*  font-size: 0;*/
  text-align: right;
}
.language-block .language li {
  display: inline-block;
}
.language-block .language li + li {
  margin-left: 10px;
}

/*
 * PART: FOOTER
 */
.site-footer {
  position: relative;
  color: #fff;
  background: #50c2f0;
}
.site-footer a {
  opacity: 1;
  text-decoration: none;
}
.site-footer a:link, .site-footer a:visited {
  color: #fff;
}
.site-footer a:hover, .site-footer a:active {
  opacity: 1;
  color: #fff001;
  text-decoration: none;
}

.f-block {
  background: #6fd0f7;
  height: 58px;
  overflow: hidden;
}
.f-block .wrapper {
  position: relative;
}
.f-block .f-caption {
  padding: 19px 180px 16px 0;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
}

.f-section {
  margin: 31px 0 40px;
}
.f-section .wrapper {
  position: relative;
}
.f-section .wrapper:after {
  position: absolute;
  content: " ";
  border-right: 1px solid #358caf;
  top: 0;
  right: 1px;
  height: 100%;
}
.f-section .wrapper:before {
  position: absolute;
  content: " ";
  border-right: 1px solid #71c6e8;
  top: 0;
  right: 0;
  height: 100%;
}

.f-link > li {
  position: relative;
  float: left;
  padding: 0 5px 0 10px;
  width: 24.9%;
}
.f-link > li:after {
  position: absolute;
  content: " ";
  border-left: 1px solid #71c6e8;
  top: 0;
  left: 1px;
  height: 100%;
}
.f-link > li:before {
  position: absolute;
  content: " ";
  border-left: 1px solid #358caf;
  top: 0;
  left: 0;
  height: 100%;
}
.f-link > li:nth-child(1) {
  width: 22.9%;
}
.f-link > li:nth-child(2) {
  width: 26.6%;
}
.f-link > li:nth-child(4) {
  width: 25.1%;
}
.f-link > li .f-link-item {
  margin-bottom: 36px;
}
.f-link .f-title {
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: bold;
}
.f-link .f-link-inner {
  padding: 34px 0 29px;
}
.f-link .f-link-inner.pb0 {
  padding-bottom: 0;
}
.f-link ul.list {
  padding-left: 15px;
}
.f-link ul.list li {
  margin-bottom: 4px;
}
.f-link ul.list li a {
  display: block;
  padding-left: 6px;
  position: relative;
  letter-spacing: 0.04em;
}
.f-link ul.list li a:before {
  content: " ";
  position: absolute;
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
}
.f-link .apply-list {
  padding-left: 7px;
}
.f-link .apply-list p {
  margin-bottom: 5px;
}
.f-link .apply-list a + a {
  margin-left: 6px;
}
.f-link .office {
  padding-left: 11px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.f-link .office p {
  padding-bottom: 12px;
}

.f-group {
  position: relative;
  padding-bottom: 227px;
  background: url(/common2/img/common/bg_footer.png) repeat-x 50% 100%;
  text-align: center;
}
.f-group .f-nav {
  margin: 20px 0 8px;
}
.f-group .f-nav li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 0 8px 0 7px;
  border-left: 1px solid #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
.f-group .f-nav li:last-child {
  background: none;
}

.social-list {
  display: block;
  *zoom: 1;
  padding: 1px 0 0 12px;
}
.social-list:after {
  content: " ";
  display: table;
  clear: both;
}
.social-list li {
  float: left;
  margin-right: 7px;
}

.copyright {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pr6N", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Osaka, sans-serif;
  text-align: center;
}
.copyright span {
  font-size: 1.4rem;
}

.page-top {
  position: fixed;
  right: 58px;
  bottom: 20px;
  line-height: 0;
  z-index: 1000;
  cursor: pointer;
}
.page-top a {
  display: inline-block;
  background: #50c2f0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.page-top a:hover {
  background: #ec7391;
  opacity: 1;
}

.page-top01 {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
}
.page-top01 a {
  display: table-cell;
  vertical-align: middle;
  padding: 1px 0 0 1px;
  width: 139px;
  height: 58px;
  background: #50c2f0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.page-top01 a span {
  background: url(/common2/img/common/icon_pagetop.png) no-repeat 0 50%;
  padding: 1px 0 0 48px;
}
.page-top01 a:hover {
  background: #ec7391;
  color: #fff;
  opacity: 1;
}

/* Stylesheet for each page */
/*
 * PAGE: TOP
 */
.pgtop .nav-item01:before {
  content: none;
}
.pgtop .nav-item01 a.nav-link {
  background: #fff;
  color: #50c2f0;
}
.pgtop .nav-item01 a.nav-link:after, .pgtop .nav-item01 a.nav-link:before {
  background: transparent;
}
.pgtop .nav-item01 a.nav-link:after:hover, .pgtop .nav-item01 a.nav-link:before:hover {
  opacity: 1;
  background: transparent;
}

.keyv {
  margin: 12px 0;
  overflow: hidden;
  position: relative;
}
.keyv .keyv-inner {
  position: relative;
  max-width: 1040px;
  width: 100%;
  outline: none;
  margin: 12px auto;
}
.keyv .keyv-inner:before, .keyv .keyv-inner:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1600;
}
.keyv .keyv-inner:before {
  left: 50%;
  margin-left: 520px;
}
.keyv .keyv-inner:after {
  right: 50%;
  margin-right: 520px;
}
.keyv .keyv-inner .slick-arrow {
  margin-top: -18px;
  width: 26px;
  height: 42px;
}
.keyv .keyv-inner .slick-arrow.slick-prev {
  left: 36px;
  background: url(../img/top/btn_prev.png) no-repeat 0 0;
}
.keyv .keyv-inner .slick-arrow.slick-next {
  right: 36px;
  background: url(../img/top/btn_next.png) no-repeat 0 0;
}
.keyv .slider-for {
  display: block;
  *zoom: 1;
}
.keyv .slider-for:after {
  content: " ";
  display: table;
  clear: both;
}
.keyv .slider-for p.image {
  font-size: 0;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.keyv .slider-for li {
  float: left;
  position: relative;
  margin: 0 8px;
  outline: none;
}
/* これがあるとスライダーがクリックできない */
/*
.keyv .slider-for li:after {
  position: absolute;
  content: " ";
  border: 2px solid transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
.keyv .slider-for li.slick-current:after {
  position: absolute;
  content: " ";
  border-color: #e4e4e4;
}
.keyv .slider-for .slick-list {
  overflow: visible;
}
.keyv .slider-thumb {
  background: url(../img/common/bg_pattern.png) repeat 0 0;
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.keyv .slider-thumb .wrapper {
  padding: 15px 0 0;
  margin-top: -15px;
  overflow: hidden;
}
.keyv .slider-nav {
  padding: 0 15px 0;
}
.keyv .slider-nav .slick-list {
  overflow: visible;
}
.keyv .slider-nav li {
  float: left;
  font-size: 0;
  padding: 8px 24px 9px;
  cursor: pointer;
  outline: none;
}
.keyv .slider-nav li span {
  position: relative;
  display: inline-block;
}
.keyv .slider-nav li span:after {
  position: absolute;
  content: " ";
  background: rgba(255, 255, 255, 0.51);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keyv .slider-nav li.slick-current span:after {
  position: absolute;
  content: " ";
  background: none;
  outline: 3px solid #50c2f0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keyv .slider-nav li.slick-current span:before {
  content: ' ';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #50c2f0;
  bottom: 100%;
}
.keyv .slider-nav .slick-arrow {
  margin-top: 9px;
  top: 0;
  width: 22px;
  height: 77px;
  background: #50c2f0;
}
.keyv .slider-nav .slick-arrow:after {
  position: absolute;
  top: 24px;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  font-weight: normal;
}
.keyv .slider-nav .slick-arrow.slick-prev:after {
  position: absolute;
  content: "\f104";
  left: 7px;
}
.keyv .slider-nav .slick-arrow.slick-next:after {
  position: absolute;
  content: "\f105";
  right: 5px;
}

.sec-theme.sec-theme-top {
  padding: 74px 0 57px;
}

.section-group {
  padding: 77px 0 0;
}

.sec-ranking {
  padding-bottom: 75px;

/* ここ追加 */
  max-height:420px;
  overflow:hidden;
  margin-bottom:40px;
}
.sec-ranking .tab-list li {
  margin-right: 2px;
}
.sec-ranking .tab-list li a {
  min-width: 166px;
}

.sec-communicate {
  padding-bottom: 77px;

/* ここ追加 */
  max-height:300px;
  overflow:hidden;
  margin-bottom:40px;
}

.sec-news-latest {
  margin-bottom: 69px;
}

.sec-news {
  padding: 77px 0 79px;
}

.sec-ticket {
  padding: 76px 0 81px;
}
.sec-ticket .headline01:before {
  width: 222px;
}

.sec-favorites {
  padding-bottom: 50px;
  
  /* ここ追加 */
  max-height:360px;
  overflow:hidden;
  margin-bottom:40px;
}
.sec-favorites .block {
  margin-bottom: 47px;
}

.news-list li {
  padding: 20px 0 17px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #f7f7f7;
}
.news-list li:first-child {
  padding-top: 4px;
  border-top: none;
}
.news-list li .title {
  padding-bottom: 8px;
  font-size: 1.8rem;
}
.news-list li .date {
  padding-bottom: 11px;
}
.news-list li .date em {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin: 1px 2px 0 0;
}
.news-list li .date span {
  display: inline-block;
  padding: 8px 25px 6px 20px;
  background: #50c2f0;
  color: #fff;
  min-width: 96px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
}
.news-list li .date .bg-color01 {
  background: #ec7391;
  padding-right: 20px;
}
.news-list li .text {
  line-height: 1.3;
}

.sec-sns {
  padding-top: 79px;
}
.sec-sns .headline01 {
  margin-bottom: 22px;
}
.sec-sns .sns-group {
  display: block;
  *zoom: 1;
}
.sec-sns .sns-group:after {
  content: " ";
  display: table;
  clear: both;
}
.sec-sns .sns-group .sns-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.sec-sns .sns-group .facebook {
  float: left;
  margin-right: 34px;
  width: 495px;
}
.sec-sns .sns-group .facebook .sns-title {
  background: #496699;
  padding: 12px 23px 8px;
  letter-spacing: 0.12em;
}
.sec-sns .sns-group .twitter {
  float: left;
  width: 495px;
}
.sec-sns .sns-group .twitter .sns-title {
  background: #3ca5de;
  padding: 12px 23px 8px;
  letter-spacing: 0.14em;
}
.sec-sns .text-align {
  margin: 0 auto;
}

.list-banner {
  display: block;
  *zoom: 1;
  margin: 77px 0 113px;
  padding: 0 42px;
  position: relative;
  height: 85px;
  overflow: hidden;
}
.list-banner:after {
  content: " ";
  display: table;
  clear: both;
}
.list-banner li {
  float: left;
  margin: 0 8px;
  outline: none;
}
.list-banner li a {
  display: block;
}
.list-banner .slick-arrow {
  height: 100%;
  top: 0;
  margin-top: 0;
}
.list-banner .slick-arrow.slick-prev {
  left: 0;
  background: url(../img/common/btn_prev.png) no-repeat 0 50%;
}
.list-banner .slick-arrow.slick-next {
  right: 0;
  background: url(../img/common/btn_next.png) no-repeat 0 50%;
}

.tour-search.tour-search-top {
/*  margin: 77px 0 80px;*/
margin:44px 0 80px;
}

/*
 * PAGE: EVENTLIST
 */
.order {
  float: left;
  width: 60%;
  line-height: 1.2;
}
.order > * {
  display: table-cell;
  vertical-align: middle;
}
.order ul li {
  border-right: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  
  font-size:16px;
}
.order ul li:last-child {
  border-right: none;
}
.order ul li a {
  padding: 0 11px 0 8px;
}
.order ul li.active a {
  color: #333;
/*  font-weight: bold;*/
}
.order ul li.active a:hover {
  text-decoration: none;
}

.eventlist .pagination {
  margin-top: 50px;
}
.eventlist .search-body {
  padding: 25px 0 0;
  margin: 6px 0 11px;
}
.eventlist .search-bottom .pagination {
  margin: 55px 0 70px;
}

.dropdown {
  cursor: pointer;
  margin-bottom: 50px;
}

.tour-search.accordion {
  display: none;
  margin: 0;
}
.tour-search.accordion .headline01 {
  display: none;
}

/*
 * PAGE: GEIHINKAN
 */
.keyvisual {
  margin: 28px 0 41px;
}

.geihinkan01 {
  background: url(../img/common/bg_pattern03.png) repeat-x 0 0, url(../img/common/bg_pattern03.png) repeat-x 100% 100%;
  margin-bottom: 41px;
  padding: 31px 0 39px;
}
.geihinkan01 .sec-ttl {
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.4rem;
}
.geihinkan01 .desc {
  padding: 0 7px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: justify;
}

.geihinkan02 {
/*  border-bottom: 1px solid #cacaca;*/
/*  padding-bottom: 23px;*/
}
.geihinkan02 .ttl {
  background: url(../img/common/icon_check.png) no-repeat 0 0;
  padding: 3px 0 0 32px;
  font-weight: bold;
  font-size: 1.8rem;
}
.geihinkan02 .txt {
  padding: 6px 7px 6px 9px;
  font-size: 1.6rem;
}

/*
 * PAGE: CALENDAR
 */
.anchorWrap {
  background: #4dc0b2;
  margin-top: 28px;
  border: 8px solid #e4e4e4;
  height: 66px;
  text-align: center;
}

.anchor-list {
  background: #fff;
  display: inline-block;
  text-align: center;
  zoom: 1;
}
.anchor-list:after {
  display: block;
  clear: both;
  content: " ";
}
.anchor-list li {
  float: left;
  margin-left: 2px;
}
.anchor-list li:last-child {
  margin-right: 2px;
}
.anchor-list li a {
  display: table;
  vertical-align: middle;
  background: #4dc0b2;
  height: 50px;
  width: 215px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.anchor-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.anchor-list li .txt-anchor {
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
  width: 165px;
  text-align: center;
}
.anchor-list li .icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 100%;
  background: #5da797 url(../img/common/icon_arrow.png) no-repeat center center;
}

.sec-title {
  padding: 22px 10px 18px;
  width: 100%;
  background-color: #50c2f0;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.tour-cotent {
  padding-top: 32px;
}
.tour-cotent .sec-title {
  margin-top: 4px;
/*  padding-left: 0;*/
}
.tour-cotent .txt-left {
  float: left;
  width: 227px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ec7391;
  color: #fff;
  line-height: 1;
  padding: 10px 10px 7px;
  text-align: center;
  
  margin-right:10px;
  margin-bottom:5px;
}
.tour-cotent .txt-right {
  float: right;
  padding-top: 16px;
}

.list-thumbnail {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
}
.list-thumbnail .item {
  width: 33.33%;
  padding: 0 11px;
}
.list-thumbnail .desc {
  padding: 9px 7px 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.list-thumbnail .desc.pl0 {
  padding-left: 0;
}

.note-list {
  padding-top: 3px;
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 1.35;
}
.note-list.fs {
  font-size: 1.2rem;
}
.note-list.fs li {
  padding-bottom: 1px;
}
.note-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-desc-detail {
  padding-top: 24px;
  font-size: 1.6rem;
}
.list-desc-detail .desc-detail {
  margin-bottom: 35px;
  padding-bottom: 34px;
  border-bottom: 1px solid #cacaca;
}
.list-desc-detail .desc-detail.desc-detail01 {
  margin-bottom: 29px;
  padding-bottom: 28px;
}
.list-desc-detail .desc-item + .desc-item {
  padding-top: 28px;
}
.list-desc-detail .desc-item .title {
  padding-bottom: 6px;
  font-weight: bold;
}
.list-desc-detail .desc-item .item-txt01 {
  padding: 2px 0 10px;
  line-height: 1.4;
}
.list-desc-detail .desc-item .desc {
  line-height: 1.55;
}
.list-desc-detail .desc-item .desc p + p {
  padding-top: 24px;
}
.list-desc-detail .desc-item .title01 {
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-desc-detail .desc-item .schedule-day {
  line-height: 1.5;
}
.list-desc-detail .list-txt-style li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.tour-details {
  margin-top: 70px;
}
.tour-details .panel .panel-heading {
  margin-bottom: 7px;
}
.tour-details .schedule {
  padding-top: 16px;
}
.tour-details .schedule li {
  padding-bottom: 4px;
}
.tour-details .note-list {
  padding: 0 0 23px 50px;
}
.tour-details .map {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  margin: -3px 0 0 12px;
  padding: 6px 2px 4px;
  background: #333;
  font-size: 1.4rem;
  line-height: 1;
  width: 64px;
  text-align: center;
}
.tour-details .map:hover {
  opacity: 1;
  background: #ec7391;
  color: #fff;
  text-decoration: none;
}

.departure-date {
  margin-top: 70px;
}
.departure-date .calendar-content .desc {
  padding-top: 14px;
  font-size: 1.6rem;
}
.departure-date .calendar-content .desc-date {
  margin-top: 22px;
}
.departure-date .btn-print {
  margin-top: 25px;
  width: 100%;
  text-align: right;
}

.contact-us {
  margin-top: 70px;
  padding-bottom: 13px;
}

.contact-content {
  margin-top: 29px;
  border: 8px solid #e4e4e4;
  padding: 25px 22px 18px 23px;
  font-size: 1.6rem;
}
.contact-content .info-contact {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
}
.contact-content .infor-left .desc-left {
  font-size: 1.8rem;
  line-height: 1;
  padding: 1px 0 12px;
}
.contact-content .infor-left a {
  opacity: 1;
}
.ie9 .contact-content .infor-left, .ie10 .contact-content .infor-left {
  width: 485px;
}
.contact-content .infor-adress {
  line-height: 1.125;
}
.contact-content .infor-adress .ttl {
  padding-bottom: 1px;
  font-size: 1.8rem;
}
.contact-content .infor-adress p + p {
  padding-bottom: 11px;
}
.ie9 .contact-content .infor-adress, .ie10 .contact-content .infor-adress {
  width: 425px;
}
.contact-content .time-contact {
  margin-top: 18px;
  border: 2px solid #cacaca;
  height: 51px;
  width: 100%;
  display: table;
  font-size: 1.8rem;
  line-height: 1;
}
.contact-content .time-contact .title {
  display: table-cell;
  vertical-align: middle;
  background-color: #cacaca;
  padding-top: 3px;
  width: 143px;
  text-align: center;
}
.contact-content .time-contact .desc-time {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 33px 0;
}
.contact-content .title-contact {
  padding-top: 29px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.contact-content .detail-contact {
  padding-top: 17px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.contact-content .detail-contact .title {
  font-weight: bold;
}
.contact-content .detail-contact .link {
  color: #167ac6;
  display: inline;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -1px;
  width: 100%;
  background-color: rgba(65, 65, 65, 0.87);
  z-index: 1001;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.floating-menu.fixed {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.floating-menu .btn-close-float {
  position: absolute;
  content: '';
  display: block;
  right: 9px;
  top: 7px;
}
.floating-menu .anchor-list {
  margin: 0 auto;
  height: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  background: none;
  border-bottom: 1px solid #fff;
}
.floating-menu .anchor-list li a {
  border: 0;
  background: none;
  width: auto;
  height: 35px;
  padding: 0 16px;
  font-size: 1.4rem;
}
.floating-menu .anchor-list li .txt-anchor {
  width: auto;
  padding: 3px 7px 0;
}
.floating-menu .anchor-list li .icon {
  background-color: transparent;
  background-image: url(../img/calendar/icon_anchor_fix.png);
  width: 22px;
}
.floating-menu .anchor-list li:last-child {
  border: 0;
}

.list-btn-calendar {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f5f5f5;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.list-btn-calendar p {
  display: block;
  *zoom: 1;
}
.list-btn-calendar p:after {
  content: " ";
  display: table;
  clear: both;
}
.list-btn-calendar p + p {
  margin-top: -3px;
}
.list-btn-calendar .btn-month, .list-btn-calendar .btn-month2 {
  float: left;
  display: block;
  width: 90px;
  border: 1px solid #d3d3d3;
  color: #346808;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 7px 2px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url(../img/calendar/bg_calendar.png) repeat-x 0 0;
}
.list-btn-calendar .btn-month:hover, .list-btn-calendar .btn-month2:hover, .list-btn-calendar .btn-month:focus, .list-btn-calendar .btn-month2:focus, .list-btn-calendar .btn-month:active, .list-btn-calendar .btn-month2:active, .list-btn-calendar .btn-month.active, .list-btn-calendar .btn-month2.active {
  background-image: url(../img/calendar/bg_calendar_h.png);
  border-color: #92c035;
  opacity: 1;
  text-decoration: none;
}
.list-btn-calendar .list-btn-month, .list-btn-calendar .list-btn-month2 {
  width: 545px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-btn-calendar .month-next {
  display: block;
  text-align: center;
  padding: 1px 5px;
}
.list-btn-calendar .month-next .icon-calendar {
  display: block;
  margin: 0 auto;
}
.list-btn-calendar .month-next .btn-month-next {
  color: #346808;
  font-weight: bold;
}
.list-btn-calendar .month-next .btn-month-next span {
  display: block;
  font-size: 1rem;
}
.list-btn-calendar .month-next .btn-month-next:hover {
  text-decoration: none;
}
.list-btn-calendar .month-prev {
  display: block;
  text-align: center;
  padding: 1px 5px;
}
.list-btn-calendar .month-prev .icon-calendar {
  display: block;
  margin: 0 auto;
}
.list-btn-calendar .month-prev .btn-month-prev , .list-btn-calendar .month-prev {
  color: #999;
  font-weight: bold;
}
.list-btn-calendar .month-prev .btn-month-prev span{
	color:#167ac6;
}
.list-btn-calendar .month-prev .btn-month-prev span , .list-btn-calendar .month-prev span {
  display: block;
  font-size: 1rem;
}
.list-btn-calendar .month-prev .btn-month-prev:hover {
  text-decoration: none;
}

.full-year {
  position: relative;
  margin-top: -3px;
  border-top: 3px solid #7fbc05;
  width: 100%;
}
.full-year .calendar-title {
  display: none;
}
.full-year .calendar {
  width: 100%;
}
.full-year .calendar tr {
  border-top: 1px solid #d3d3d3;
}
.full-year .calendar tr:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.full-year .calendar td, .full-year .calendar th {
  height: 32px;
  vertical-align: middle;
  text-align: center;
}
.full-year .calendar td {
  border-left: 1px solid #d3d3d3;
}
.full-year .calendar td:last-child {
  border-right: 1px solid #d3d3d3;
}
.full-year .calendar tbody td:first-child {
  color: #ff7c7c;
}
.full-year .calendar tbody td:last-child {
  color: #349a9a;
}
.full-year .calendar-header {
  background-color: #f5f5f5;
}
.full-year .calendar-header th {
  border-left: 1px solid #d3d3d3;
}
.full-year .calendar-header th:last-child {
  border-right: 1px solid #d3d3d3;
  background-color: #e5ffff;
  color: #349a9a;
}
.full-year .calendar-header th:first-child {
  background-color: #ffe5e5;
  color: #ff7c7c;
}

.list-contact {
  width: 840px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin: 4px auto 5px;
}
.list-contact .item {
  width: 398px;
  background-color: #ee7e9c;
  color: #fff;
  height: 50px;
  padding: 0 9px 0 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  opacity: 1;
  line-height: 1;
}
.list-contact .item:hover {
  opacity: 1;
  background-color: #50c2f0;
  text-decoration: none;
}
.list-contact .item:hover .btn-contact {
  color: #50c2f0;
}
.list-contact .btn-contact {
  background-color: #fff;
  color: #ee7e9c;
  padding: 10px 8px 5px;
  min-width: 100px;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-contact .desc-contact-left {
  display: block;
  text-align: left;
}
.list-contact .number-phone {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-contact .time-open {
  display: block;
  font-size: 1.2rem;
}
.list-contact .book-online {
  display: inline-block;
  padding-top: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

/*
 * PAGE: MATERIAL
 */
.company {
  padding: 17px 0 122px;
}
.company .headline01 {
  margin-bottom: 24px;
}
.company .headline01:before {
  width: 222px;
}
.company .download {
  margin: 15px 0;
  line-height: 1.3;
}

.tbl-info {
  width: 100%;
}
.tbl-info .th, .tbl-info .td {
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.3;
  text-align: left;
}
.tbl-info .th {
  background: #f3f3f3;
  border-right: 1px solid #fff;
  padding: 15px 23px 13px;
  width: 211px;
}
.tbl-info .td {
  background: #fafafa;
  padding: 15px 10px 13px 23px;
}
.tbl-info .name {
  padding: 8px 0 6px;
}
.tbl-info .address {
  padding: 4px 0 2px;
}
.tbl-info .price {
  padding: 1px 0;
}
.tbl-info .notice {
  display: block;
  color: #ff0000;
}
.tbl-info .dl-block {
  padding: 1px 0;
}
.tbl-info .dl-block dd {
  margin: -1.3em  0 0 0;
  padding: 0 0 0 8.8em;
}
.tbl-info .list-style {
  margin-left: -5px;
  padding: 4px 0;
}
.tbl-info .list-style li {
  line-height: 1.3;
}
.tbl-info .txt01 {
  margin: -2px 0;
}
.tbl-info .txt01 a {
  display: block;
}
.tbl-info .txt02 {
  padding: 9px 0;
}

.guide-temp {
  padding-bottom: 186px;
}
.guide-temp .ttl {
  padding-bottom: 54px;
  font-size: 3rem;
  font-weight: bold;
}
.guide-temp .headline01 {
  margin-bottom: 50px;
}
.guide-temp .headline02 {
  margin-bottom: 58px;
}

/*# sourceMappingURL=style.css.map */



/* ポケカル旧サイト共通css */

.marginT10 {
margin-top:10px;
}

.marginT15 {
margin-top:15px;
}


.marginL10 {
margin-left:10px;
}

.marginB20 {
margin-bottom:20px;
}

.marginB15 {
margin-bottom:15px;
}
.marginB10 {
margin-bottom:10px;
}
.marginB5 {
margin-bottom:5px;
}

.mt1{margin-top: 1px;}
.mt5{margin-top: 5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb1_5em{ margin-bottom:1.5em;}

.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}

.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}

.mlr5{margin-left:5px;margin-right:5px;}
.mlr10{margin-left:10px;margin-right:10px;}
.mlr15{margin-left:15px;margin-right:15px;}
.mlr20{margin-left:20px;margin-right:20px;}
.mlr25{margin-left:25px;margin-right:25px;}
.mlr30{margin-left:30px;margin-right:30px;}

.pad_l05{ padding-left:5px;}
.pad_l120{ padding-left:120px;}
.pad_t10{ padding-top:10px;}
.pad_b10{ padding-bottom:10px;}
.pd7{padding:7px;}

.pdlr10{padding:0 10px;}
.pdlr20{padding:0 20px;}


.f_l{float:left;}
.f_r{float:right;}

.p20{font-size:20px;line-height:1.7;}
.p16{font-size:16px;line-height:1.6;}
.p14{font-size:14px;}


.imageBlock {
line-height: 0;
/*font-size: 1%;*/
}

/*==========================================================================*/
/*                               Clearfix                                   */
/*==========================================================================*/


.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
/*.clearfix{display: inline-block;} */

.tour-search.tour-search-top h1{
	margin-bottom:33px !important;
}
.calendar td.active{
	background: #ffffdb;
}

.submit_btn {
    -webkit-appearance: none;
    border: none;
    display: block;
    width: 410px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #FF9901;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 2px 0px #C77600;
    -moz-box-shadow: 0px 2px 0px #C77600;
    font-size: 18px;
	    padding: 1px 7px 2px;
}

.no_result{
	font-size:16px;
	text-align:center;
	margin:30px;
}

/* 閲覧履歴／お気に入り */
.panel-left{
	float:left;
	width:24%;
}
.panel-left img{
	width:100% !important;
}
.panel-right{
	float:right;
	width:74%;
}
.panel-right a.desc{
	display:block;
	font-size:18px;
	color:#333;
	margin-bottom:10px;
}

#top_h1{
	position:absolute;
	top:6px;
	right:6px;
	font-size:14px;
	color:#333;
}

.vrmiddle{
	vertical-align:middle !important;
}

.h1_search{
	margin:-20px 0 -20px 6px;color:#333;font-size:12px;
}


.tbl-info2 {
  width: 98%;
  margin:30px auto;
  border-top:1px solid #D9D9D9;
  border-left:1px solid #D9D9D9;
}
.tbl-info2 .th, .tbl-info2 .td {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
  
  border-bottom:1px solid #D9D9D9;
  border-right:1px solid #D9D9D9 !important;
}
.tbl-info2 .th {
  background: #f3f3f3;
  border-right: 1px solid #fff;
  padding: 15px 23px 13px;
  width: 240px;
}
.tbl-info2 .td {
  background: #FFF;
  padding: 15px 10px 13px 23px;
}
.tbl-info2 .th2 {
    background: #EE87A0;
    border: 1px solid #D9D9D9;
    padding: 15px 23px 13px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

/* ポケカルとは */
ul.tokutyo{
	position:relative;
	overflow:hidden;
	width:100%;
}
ul.tokutyo li{
	float:left;
	width:calc(33% - 6px);	
	margin-right:9px;
}
ul.tokutyo li:nth-child(3n){
	margin-right:0;
}

ul.tokutyo li a{
	display:block;
	text-align:center;
}
.privacy_sign{
	margin-left:600px;
}

/* 箇条書きテンプレ */
ul.tpl-item{
	width:100%;
	position:relative;
	overflow:hidden;
}
ul.tpl-item li{
	float:left;
	width:2.8%;
	line-height:1.6;
	margin-bottom:10px;
}
ul.tpl-item li:nth-child(2n){
	width:97%;
}


/* ガイド */
.guide_eventlist_th{
	background:#7BFFCC !important;
}
.guide_eventlist_wrap{
	width:100%;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
}
.guide_eventlist_l{
	float:left;
	width:100px;
	box-sizing:border-box;
	margin-left:10px;
}
.guide_eventlist_r{
	float:left;
	width:730px;
	box-sizing:border-box;
	margin-left:20px;
}
.guide_eventlist_name{
	font-size:16px;
	margin:10px 0 0px 0;
}
.guide_eventlist_eval{
	margin-bottom:10px;
}
.guide_eventlist_prof{
	width:100px;
	border-radius:400px;
	overflow:hidden;
	margin:10px 0 20px 0;
}
.guide_eventlist_prof img{
	width:100px;
}


.guide_rate {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 16px;
  font-size: 16px;
}
.guide_rate:before, .guide_rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.guide_rate:before {
  color: #ddd;
}
.guide_rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate00:after {
  width: 0;
}

.rate10:after {
  width: 16px;
}

.rate15:after {
  width: 24px;
}

.rate20:after {
  width: 32px;
}

.rate25:after {
  width: 40px;
}

.rate30:after {
  width: 48px;
}

.rate35:after {
  width: 56px;
}

.rate40:after {
  width: 64px;
}

.rate45:after {
  width: 72px;
}

.rate50:after {
  width: 80px;
}

.guide_wrap{
	position:relative;
	overflow:hidden;
	margin:20px auto;
	padding-bottom:20px;
	border-bottom:1px solid #DDD;
}
.guide_l{
	width:150px;
	float:left;
	text-align:center;
	margin-left:20px;
}
.guide_r{
	width:820px;
	float:right;
}
.guide_prof{
	width:150px;
	border-radius:400px;
	overflow:hidden;
}
.guide_prof img{
	width:150px;
}
.guide_name{
	font-size:22px;
	margin-bottom:10px;
}
.guide_eval{
	margin-bottom:10px;
	font-size:14px;
}
.guide_intro{
	background:#EEE;
	padding:9px;
	font-size:16px;
	line-height:1.6;
}
.guide_separator{
	border-bottom:1px solid #DDD;
	height:1px;
}

.guide_head{
	position:relative;
	z-index:1;
	height:500px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.guide_cover{
	position:absolute;
	top:0;
	left:0;
}
.guide_profile{
	position:absolute;
	z-index:1000;
	top:20px;
	left:20px;
	background:#FFF;
	padding:10px;
	width:170px;
	text-align:center;
}

.guide_voice_wrap{
	position:relative;
	overflow:hidden;
	margin:20px auto;
/*	padding-bottom:20px;*/
/*	border-bottom:1px solid #DDD;*/
}
.guide_voice_l{
	width:100px;
	float:left;
	text-align:center;
	margin-left:20px;
	font-size:12px;
}
.guide_voice_r{
	width:870px;
	float:right;
	margin-right:20px;
}

.guide_photo{
	width:150px;
	border-radius:400px;
	overflow:hidden;
	margin-bottom:10px;
}
.guide_photo img{
	width:150px;
}
.guide_voice_name{
	font-size:22px;
	margin-bottom:10px;
}
.guide_voice_eval{
	margin-bottom:15px;
	font-size:14px;
}
.guide_voice_intro{
	background:#EEE;
	padding:9px 20px;
	font-size:16px;
	line-height:1.8;
}
.guide_voice{
	margin-bottom:10px;
}
.guide_separator{
	border-bottom:1px solid #DDD;
	height:1px;
}

.guide_main_title{
	font-size:16px;
	color:#ec7391;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding:7px 15px 7px 15px;
}
.guide_main_img{
	height:234px;
	overflow:hidden;
}
.guide_eventname{
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
.guide_price{
	text-align:center;
	font-size:16px;
	padding-bottom:20px;
}
.guide_msg{
	font-size:14px;	
	
}
.guide_voicecount{
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:7px 20px;
	width:100%;
	box-sizing:border-box;
}
.guide_baloon{
	background:#FFFFD1;
	padding:10px 20px;
	width:100%;
	box-sizing:border-box;
	line-height:1.6;
}
.guide_baloon b{
	font-weight:bold !important;
}
.guide_voice_intro2 table td{
	padding:5px;
	font-size:16px;
}
.guide_lead{
	font-size:16px;
	margin:20px;
	color:#333;
	line-height:1.5;
	
	box-sizing:border-box;
}
.guide_novoice{
	font-size:16px;
	margin:30px 60px 200px 60px;
}

.favhist_img{
	height:171px !important;
}
.favhist_left{
	float:left;
	width:24%;
	text-align:center;
}

#ui-datepicker-div {
  top: -1px !important;
  right: -225px !important;
  left: auto  !important;
  position: absolute !important;
  line-height: 1.4;
}

.c_dd0000{
	color:#DD0000 !important;
}


.cancel_stepbar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.cancel_stepbar li {
  font-size: 16px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.cancel_stepbar li:after {
  background: #c9edfb;
  content: "";
  width: calc(100% - 32px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 16px);
  top: 14px;
}
.cancel_stepbar li:first-child:after {
  display: none;
}
.cancel_stepbar li span {
  background: #c9edfb;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-bottom: 5px;
  line-height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  
 
}
.cancel_stepbar .visited:after {
  background: #50c2f0;
}
.cancel_stepbar .visited span {
  background: #50c2f0;
}
.canceltable th,.canceltable td{
	padding:15px !important;
}
.canceltable th{
	text-align:left !important;
	width:200px !important;
	box-sizing:border-box;
}
.canceltable input[type=text]{
	padding:5px !important;
	border:1px solid #f1c7b2;
	background:#ffe2d4;
}


.cart_stepbar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.cart_stepbar li {
  font-size: 16px;
  list-style: none;
  position: relative;
  width: 16.666%;
}
.cart_stepbar li:after {
  background: #c9edfb;
  content: "";
  width: calc(100% - 50px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 25px);
  top: 24px;
}
.cart_stepbar li:first-child:after {
  display: none;
}
.cart_stepbar li span {
  background: #c9edfb;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  width: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  
 
}
/*
.cart_stepbar .visited:after {
  background: #50c2f0;
}
*/

.cart_stepbar .visited span {
  background: #50c2f0;
}


.cart_stepbar .newPoint {
  font-weight: bold;
}

.panel .carttable > table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 16px !important;
}
.panel .carttable > table th {
  background: #f7f7f7;
  border: 1px solid #c6c6c6;
  padding: 5px 5px 4px 5px;
  width: 128px;
  background-image: linear-gradient(
    -45deg,
    #f7f7f7 25%,
    #ebebeb 25%, #ebebeb 50%,
    #f7f7f7 50%, #f7f7f7 75%,
    #ebebeb 75%, #ebebeb
  );
  background-size: 4px 4px;
  vertical-align: middle;
  text-align: center;
}
.panel .carttable > table > tbody > tr > th table{
	width:100%;
}
.panel .carttable > table > tbody > tr > th table td {
	border:none;
	padding:0px;
	
}
.panel .carttable > table > tbody > tr > th table td:nth-child(2n) {
	width:35px;
	vertical-align:middle;
}
.panel .carttable > table > tbody > tr > td {
  border: 1px solid #c6c6c6;
  padding: 7px 5px 4px 12px;
}
.panel .carttable > table td.col01 {
  width: 376px;
}
.panel .carttable > table td.rate01 {
  vertical-align: top;
  padding-top: 9px;
  font-size: 1.2rem;
  line-height: 1;
}
.panel .carttable table td.rate01 span {
  display: inline-block;
  vertical-align: top;
}
.panel .carttable table td.rate01 span + span {
  margin-left: 2px;
}
.panel .carttable table td.rate01 small {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}
.panel .carttable table td.rate01 a:hover {
  text-decoration: none;
}

.carttable table th,.carttable > table > tbody > tr > td{
	padding:15px 5px !important;
	vertical-align: middle;
}
.carttable table th{
	text-align:left !important;
	width:200px !important;
	box-sizing:border-box;
}

.carttable input[type=text]{
	padding:5px !important;
	border:1px solid #f1c7b2;
	background:#ffe2d4;
	
	-webkit-box-shadow: 0 0 0px 1000px #ffe2d4 inset;
}

.carttable input[type=select-one]{
	padding:5px !important;
	border:1px solid #f1c7b2;
	background:#ffe2d4;
	
	-webkit-box-shadow: 0 0 0px 1000px #ffe2d4 inset;
}
.carttable select{
	-webkit-box-shadow: 0 0 0px 1000px #ffe2d4 inset;
}

.carttable .ul-form {
	font-size:16px;
}

.carttable .ul-form > li:first-child {
  margin-top: 0;
}

.carttable .ul-form .select {
  float: left;
}

.carttable .ul-form .col {
  min-width: 280px;
  margin-right: 5px;
  float: left;
}

.carttable .ul-form .col2 {
  min-width: 220px;
  margin-right: 5px;
  float: left;
}

.carttable .ul-form .col3{
  width: 160px;
  float: left;	
}

.carttable .ul-form .colKgn {
  width: 480px;
  float: left;
}

.carttable .ul-form .txt01 {
  float: left;
  text-align: left;
  line-height: 32px;
}
.carttable .ul-form .txt01.wid01 {
  width: 40px;
}

.carttable .ul-form .txt01.wid02 {
  min-width: 60px;
  margin-right: 5px;
}

.carttable .ul-form .txt02 {
  float: left;
  text-align: center;
  line-height: 32px;
}

.carttable .ul-form .txt02.wid01 {
  width: 30px;
}

.carttable .ul-form .txt03 {
  float: left;
  text-align: center;
  line-height: 32px;
  width:40px;
}

.carttable .ul-form .txtSlsh {
  float: left;
  text-align: center;
  font-size: 24px;
  width:40px;
}

.carttable .ul-form .txtCdYm {
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  width:120px;
}

.carttable .ul-form .stonrg-red {
	float: left;
	color:#FF0000;
	font-weight:bold;
	line-height: 32px;
	min-width: 80px;
	margin-right: 5px;
  	text-align: center;
}

.carttable .ul-form .select {
  float: left;
}

.carttable .select {
  position: relative;
  width: 120px;
  border: 1px solid #f1c7b2;
}

.carttable .select:before {
  content: " ";
  width: 27px;
  background: #FFE2D4 url(../img/common/icon_select.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.carttable .selectPref{
	width: 160px !important;
}

.carttable .selectKgn{
	width: 100px !important;
}

.carttable .select select{
	  background: transparent;
	  background-image: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  position: relative;
	  width: 100%;
	  outline: none;
	  cursor: pointer;
	  border: none;
	  height: 30px;
	  line-height: 31px;
	  padding: 0 0 0 11px;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;	
}

.carttable .require{
	font-size: 12px;
	float:right;
    color: #FFF;
	padding: 0 5px;
    background: #ec7391;/*背景色*/
}

.carttable .btn-detail a {
	font-size:20px !important;
}