@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
.l-header,
.l-banner-gray,
.l-footer,
.l-banner-white {
  min-width: auto;
  max-width: 100%;
}

.header-top {
  border-top: none;
  border-bottom: 1px solid #f2f2f2;
  background: #f9f9f9;
}

.header-top-inner {
  max-width: 1180px;
}

.l-tc-inner {
  width: 100%;
  max-width: 1210px;
}

.breadcrumb {
  width: 100%;
  max-width: 1180px;
}

nav.is-active {
  opacity: 1;
  visibility: visible;
}

nav .l-nav-inner {
  width: 100%;
  max-width: 1180px;
}

.detail-wrap {
  padding: 30px 15px 60px;
  box-sizing: border-box;
}

.news {
  width: 100%;
  max-width: 1180px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
}
.news dd > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 130px);
  display: block;
  float: left;
}
.news dd > a:hover {
  text-decoration: underline;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
.header-input-wrap input:placeholder-shown {
  color: #666 !important;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.header-search-input::-webkit-input-placeholder {
  color: #666 !important;
}

/* Firefox 18- */
.header-input-wrap input:-moz-placeholder {
  color: #666 !important;
}

/* Firefox 19+ */
.header-input-wrap input::-moz-placeholder {
  color: #666 !important;
}

br.is-sp,
.l-tc-panel.is-sp,
.new-f-menu.is-sp {
  display: none;
}

.lh1 {
  line-height: 1 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}


@media screen and (min-width: 981px){
.detail-ttl {
  line-height: 1.2;
  padding: 12px 0;
}
}

@media screen and (max-width: 980px){
.news {
  height: 34px;
  margin: 0 10px;
  padding-right: 7px;
  width: calc(100% - 20px);
  top: 233px;
}
.news .l-news {
  line-height: 34px;
}
 .news .l-news dd {
  font-size: 11px;
}
.news dd > a {
  width: 265px;
}
.archive-content {
  padding: 0 11px 0 10px;
}
.access .archive-content {
  padding: 0 10px 0 10px;
}
.detail-ttl {
  line-height: 1.2;
  padding: 5px 0;
}

.panel-inner .category-slug {
  font-size: 11px;
}

.copyright {
  font-size: 11px;
}
}

@media screen and (max-width: 767px){
.spot .detail-wrap {
  padding: 15px 15px 40px;
  box-sizing: border-box;
}

.detail-inner {
  padding: 0;
}
.l-banner-gray .inner {
  padding: 20px 10px;
}
.l-banner-gray .slick-slide {
  width: 50%;
  max-width: 140px;
  height: auto;
  min-height: 1px;
  padding: 0;
  box-sizing: border-box;
}

br.is-sp {
  display: inline;
}
.l-tc-panel.is-sp,
.new-f-menu.is-sp {
  display: block;
}

br.is-pc,
.l-tc-panel.is-pc {
  display: none;
}
}


/*-----------------------------------------------------------------
		ヘッダー
-----------------------------------------------------------------*/

/* 検索枠 */
.l-search {
  width: 100%;
  height: auto;
  border: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
select.header-search-input {
  height: auto;
  line-height: 40px;
  cursor: pointer;
}
select.header-search-input:hover {
  opacity: 0.7;
  background: #f9f9f9;
  border-radius: 6px 0 0 6px;
}
.l-header-search {
  width: calc(100% - 220px);
  margin: 0 0 0 20px;
}
.l-search .header-input-wrap {
  width: calc(100% - 120px);
}
.l-search .header-input-wrap.search-button {
  width: 40px;
  top: 0;
}
.header-search-input.button {
  border-radius: 0 6px 6px 0;
}
.l-search .header-input-wrap {
  height: 40px;
}
input[type="text"].header-search-input {
  width: 100%;
  height: auto;
  line-height: 40px;
  padding: 0 7px;
}

/* 音声 */
.icon-speaker {
  cursor: pointer;
}

/* 言語選択 */
/*
.header-right {
  padding-left: 20px;
}
*/
.option-list-item,
.option-list-item a {
  line-height: 30px;
  display: inline-block;
}

.option-list-item > div {
  display: inline-block;
}

.option-list-item > div:hover {
  opacity: 0.7;
}
.option-list-item > div > span:hover,
.option-list-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.header-option-list .option-list-item .lng-list li {
  height: auto;
}
.header-option-list .option-list-item .lng-list li:hover {
  background: #c8dce1;
}

.header-option-list .option-list-item .lng-list li a {
  color: #000;
  display: block;
  line-height: 34px;
}

.header-option-list .option-list-item .lng-list.show {
  height: auto;
}


/* SNSボタン */
/*.snsList-tw .icon-twitter::before,*/
.snsList-tw .icon-line::before,
.snsList-tw .icon-facebook1::before,
.snsList-tw .icon-youtube::before {
  vertical-align: middle;
}
.l-header-lp-snsList li span,
.l-header-snsList li span {
  display: block;
}


/* X対応 */
.l-header-snsList li span.icon-twitter {
  background: url(../images/common/i_x.svg) no-repeat center center;
  background-size: 26px auto;
}
.l-header-snsList li span.icon-twitter::before {
  display: none;
}

@media screen and (max-width: 980px){
.l-header-snsList li {
  vertical-align: middle;
}
}

.l-header-snsList .icon-x {
  background: url(../images/common/i_x.svg) no-repeat center center;
  background-size: 26px auto;
}

/* LP用 Xアイコン */
.l-header-lp-snsList .icon-x::before,
.icon-twitter::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/common/i_x_gr.svg) no-repeat center center;
  background-size: 22px auto;
  display: block;
}


/* Insta対応 */
.l-header-snsList li span.icon-instagram {
  background: url(../images/common/i_instagram.png) no-repeat center center;
  background-size: 26px auto;
  border-radius: 0;
}
.l-header-snsList li span.icon-twitter::before {
  display: none;
}

@media screen and (max-width: 980px){
.l-header-snsList li {
  vertical-align: middle;
}
}

.l-header-snsList .icon-instagram {
  background: url(../images/common/i_instagram.png) no-repeat center center;
  background-size: 26px auto;
}


/* Insta対応（白アイコン） */
.l-header-lp-snsList li span.icon-instagram-wh,
.l-header-snsList li span.icon-instagram-wh {
  background: url(../images/common/i_instagram_wh.png) no-repeat center center;
  background-size: 26px auto;
  border-radius: 0;
}


/* おススメコース */
.l-header-subnav .subnav-menu {
  border-radius: 5px;
}

@media screen and (max-width: 1180px){
.l-header-subnav {
  padding-right: 10px;
}
}

/* 新_スポット */
@media screen and (max-width: 980px){
.l-main.new-spot {
  margin-top: 0;
}
}


/*-----------------------------------------------------------------
		Gナビ
-----------------------------------------------------------------*/

/* 文字サイズ調整 */
.header-option-list .option-list-item {
  font-size: 1.2rem;
  margin-right: 15px;
}

.l-header-navList > li a {
  font-size: 1.3rem;
}

.l-header-subnav .subnav-menu a > span {
  font-size: 1.3rem;
}

/* 文字数制限 */
.js-limit-title {
  display: block;
  height: 5rem;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 980px){
.js-limit-title {
  height: 3.5rem;
}
}


/* ページャー */
.pager-wrap {
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 2.5px 0;
  width: 50px;
  line-height: 50px;
  /*letter-spacing: normal;*/
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  text-decoration: none;
}

.wp-pagenavi .pages {
  width: auto;
  display: inline-block;
  padding-right: 50px;
  font-size: 1.8rem;
  border: none;
  background: transparent;
  white-space: nowrap;
}

.wp-pagenavi .current {
  background: #434343;
  color: #fff;
}

.previouspostslink {
  margin-right: 45px !important;
}
.previouspostslink::before {
  font-family: 'icomoon' !important;
  content: "\e905";
  line-height: 48px;
}

.nextpostslink {
  margin-left: 45px !important;
}
.nextpostslink::before {
  font-family: 'icomoon' !important;
  content: "\e907";
  line-height: 48px;
}

@media screen and (max-width: 767px){
.pager-wrap {
    padding-top: 30px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-size: 1.1rem;
  margin: 0 5px 0;
  width: 36px;
  line-height: 36px;
}

.wp-pagenavi .pages {
  padding-right: 15px;
  font-size: 1.1rem;
}
}


/*-----------------------------------------------------------------
		フッター
-----------------------------------------------------------------*/
.footer-sns-wrap {
  display: inline-block;
  float: left;
}

.footer-sns-wrap ul.l-footer-sns li {
  color: #767676;
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-sns-wrap ul li {
  display: inline-block;
  margin-right: 20px;
}

/* X */
.footer-sns-wrap ul li .icon-x {
  width: 30px;
  height: 30px;
  background: url(../images/common/i_x_gr.svg) no-repeat top 3px center;
  background-size: 24px auto;
  display: block;
}

/* Instagram */
.footer-sns-wrap ul li .icon-instagram {
  width: 30px;
  height: 30px;
  background: url(../images/common/i_instagram_gr.svg) no-repeat top 3px center;
  background-size: 24px auto;
  display: block;
}

@media screen and (max-width: 980px){
.footer-sns-wrap {
  border-bottom: 1px solid #DDD;
  display: block;
  float: none;
}
.l-footer-sns {
  text-align: center;
  margin: 15px 0;
}
.footer-sns-wrap ul.l-footer-sns li {
  font-size: 5rem;
  margin: 0;
  vertical-align: middle;
}

.l-footer-sub .l-footer-menu:last-of-type {
  border-bottom: 1px solid #DDD;
}

.l-footer .l-footer-sub .l-footer-pagetop {
  border-radius: 0;
}

footer .l-footer-menu .footer-row-icon {
  right: 15px;
}

.footer-sns-wrap ul li .icon-x {
  width: 50px;
  height: 50px;
  background: url(../images/common/i_x_gr.svg) no-repeat center center;
  background-size: 42px auto;
}

.footer-sns-wrap ul li .icon-instagram {
  width: 50px;
  height: 50px;
  background: url(../images/common/i_instagram_gr.svg) no-repeat center center;
  background-size: 42px auto;
}
}


/*-----------------------------------------------------------------
		トップ
-----------------------------------------------------------------*/
.detail-spot-list {
  width: 100%;
}

.mdl-article-spot .text-area .panel-info {
  bottom: 0;
  position: relative;
}

.detail-spot-list > li {
  margin: 0 22px!important;
  width: calc((100% / 3) - 44px);
}

.mdl-article-spot .thumb-area {
  width: 100%;
}

@media screen and (min-width: 1261px){
.top-event-list {
  /*width: calc(100% - 26px);*/
  margin: 0 -13px;
}
}

@media screen and (max-width: 1260px){
.dateSlide {
  width: calc(100% - 26px);
  margin-left: 13px;
  margin-right: 13px;
}
}

/*@media screen and (min-width: 768px){
.detail-spot-list > li:nth-of-type(4) {
  display: none;
}
}*/

@media screen and (max-width: 767px){
.dateSlide {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.detail-spot-list > li {
  margin: 0 7px !important;
  width: calc(100% / 2 - 14px);
}
}

@media screen and (min-width: 768px){
.event-detail-style .detail-spot-list > li:last-of-type,
.new-spot .detail-spot-list > li:nth-of-type(4),
.spot .detail-spot-list > li:nth-of-type(4) {
  display: none;
}
}


/* メインビジュアル */
.l-main > a {
  display: block;
  text-decoration: none;
}

.visual {
  background-image: url(/wordpress/wp-content/themes/odaiba_2018/assets/images/top/bg_dot.png),url(/wordpress/wp-content/themes/odaiba_2018/assets/images/top/visual_top_01.jpg);
  background-position: center 10%; /*--0128--*/
}

.visual-sub-txt {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 2.6rem;
}

.top-pickup-contents .text {
  font-size: 1.6rem;
}

.visual-btn {
  display: inline-block;
  line-height: 45px;
  padding: 0 25px 0 30px;
  margin: 20px auto 0;
  background: #fff;
  color: #00aafb;
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: none;
  box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.4);
  border-radius: 5px;
}

/* レインボー花火2023用 */
.visual-btn-blue {
  background: rgba(44,125,212,0.5) url(../images/common/button_right.png) no-repeat right 18px center;
  background-size: 12px auto;
  color: #fff;
  border-radius: 50px;
  padding: 0 40px 0 30px;
  min-width: 100px;
}


@media screen and (max-width: 767px) {
.visual-sub-txt {
  font-size: 1.4rem;
}
.top-pickup-contents .text p {
  font-size: 1.2rem;
  font-weight: normal;
}

.visual-btn {
  display: inline-block;
  line-height: 42px;
  padding: 0 20px 0 25px;
  font-size: 1.6rem;
}

/* レインボー花火2023用 */
.visual-btn-blue {
  padding: 0 40px 0 30px;
}
}


/* 今週のイベント */
#ajax_demo_result {
  width: 100%;
}

.l-we-error {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px rgba(183, 183, 183, 0.34);
  box-shadow: 0px 2px 1px rgba(183, 183, 183, 0.34);
  position: relative;
  border: 1px solid #DDD;
  text-align: center;
  margin: 0 13px 36px;
  padding: 50px 10px;
  width: calc(100% - 26px);
  box-sizing: border-box;
}

.disp-lang-jp,
.disp-lang-en,
.disp-lang-zh,
.disp-lang-tw,
.disp-lang-ko {
  display: none;
}

@media screen and (max-width: 980px) {
.top .mdl-article-event .article-inner {
  padding: 0
}
.top .mdl-article-event .text-area {
  padding: 10px;
}

.top .mdl-article-event .thumb-area img {
  border-radius: 5px 0 0 5px;
}

.top .mdl-col-list {
  margin-bottom: 10px;
  box-shadow:none;
}

}


/*-----------------------------------------------------------------
		PICK UP
-----------------------------------------------------------------*/
.l-pkup {
  background: url(https://www.tokyo-odaiba.net/wp-content/uploads/2018/10/miraikan01.jpg) no-repeat center top;
  /*background: url(../images/top/bg_dot.png) repeat left top, url(../images/top/visual_top_02.jpg) no-repeat center; 観覧車 */
  /* background: url(../images/top/bg_dot.png) repeat left top, url(../images/top/visual_top_01.jpg) no-repeat center; /*花見 */
  /* background-size: auto, cover; アートコース  */
  /* background: url(../images/top/mv_halloween_2021.jpg) no-repeat center; */
  /*background: url(../images/top/pickup_movie.jpg) no-repeat center; pickup 動画ギャラリー--*/
  /*background: url(../images/top/bg_dot.png) repeat left top, url(../images/top/mv_illumination2021.jpg) no-repeat center; イルミネーション*/
  background-size: cover;
  height: auto;
}

.l-pkup h2 {
  text-shadow:0px 0px 3px rgba(0,0,0,0.55);
  color: #fff;
}

.top-pickup-contents h2,
.top-pickup-contents h3,
.top-pickup-contents span,
.top-pickup-contents p {
  text-shadow:0px 0px 3px rgba(0,0,0,0.55);
  color: #fff;
}

.top-pickup-contents img {
  width: 100%;
  height: auto;
}
.top-pickup-contents img:hover {
  opacity: 0.7;
}

.top-pickup-contents .thumbnail {
  height: auto;
}

.top-pickup-contents .text {
  vertical-align: top;
}

/* Youtube動画埋め込み用 */
.video{
  position:relative;
  width: 100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


@media screen and (max-width: 980px){
.top-pickup-contents .thumbnail {
  height: auto;
}
}

@media screen and (max-width: 480px){
.l-pkup {
  background: url(../images/top/pickup_bg_sp.jpg) repeat left top;
  background-size: cover;
}
}


/* 特集一覧 */
.feature .archive-list, .course .archive-list {
  justify-content: flex-start;
}


/*-----------------------------------------------------------------
		イベント一覧
-----------------------------------------------------------------*/
.archive-nav {
  width: 100%;
  max-width: 1180px;
}

.archive-list > li {
  width: calc(50% - 26px);
  margin: 0 13px;
}
.archive-list  li:nth-of-type(2n) {
  margin: 0 13px;
}

.mdl-article-event .thumb-area {
  height: auto;
  display: table-cell;
  box-sizing: border-box;
  background-image: none;
  text-indent: 0;
}

.mdl-article-event .thumb-area img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  box-sizing: border-box;
}

.mdl-article-event .text-area .tag li::before {
  display: none;
}

.mdl-article-event .text-area .tag li a::before,
.post-categories li a::before {
  content: "#";
}

.mdl-col-list {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #DDD;
}

@media screen and (max-width: 767px){
#event {
  background: #fff;
}

#event .page-visual-inner {
  height: auto;
  padding: 30px 0;
}

#event .mdl-col-list {
  border: none;
  box-shadow: none;
}
  
#event .mdl-article-event .article-inner {
  padding: 8px 0;
}
  
#event .mdl-col-list {
  margin-bottom: 0;
}

#event .mdl-col-list img {
  border-radius: 5px;
}

#event .archive-list li + li {
  border-top: 1px solid #DDD;
}


.event-detail-style .detail-wrap {
  padding: 30px 15px;
  box-sizing: border-box;
}

.event-detail-style .detail-side.event {
  padding: 0;
  background: none;
}

.event-detail-style .detail-side-inner {
    padding: 0;
  }
}

.mdl-col-list a::after,
.post-categories li a::after {
  border: none;
  position: relative;
}

.top .mdl-col-list a::after,
.top .post-categories li a::after {
  display: none;
}

.post-categories > li {
  background: #eaeeef;
  display: inline-block;
  line-height: 1;
  margin: 6px 3px 0 !important;
  padding: 0px;
}
.post-categories a {
  padding: 5px 5px;
  color: #3e3e3e;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  text-decoration: none;
}

.pickup-list > li {
  margin: 0 22px !important;
  width: calc((100% / 3) - 44px);
}

.pickup-list img {
  height: auto;
}

.dateSlideList .slick-active-cl,
.dateSlideList li.slick-active-cl {
  background: #d7edf2;
}

.top-event-list .icon-pin::before,
.top-event-list .icon-area::before {
  font-size: 2rem;
  position: absolute;
  /*top: -2px;*/
  left: 0;
  line-height: 18px;
}

.place {
  position: relative;
  padding-left: 25px;
  display: block;
  line-height: 1.6;
}

.mdl-article-event .text-area .tag {
  position: relative;
}


@media screen and (min-width: 768px){
.place,
.panel-info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
}

@media screen and (max-width: 1199px){
.breadcrumb-wrap {
  padding: 10px 8px;
}
}

@media screen and (max-width: 980px){
.event-list-area, .top-spot-list {
  margin: 0;
  /*padding: 0 11px 20px 10px;*/
}

.post-categories a {
  padding: 4px 4px;
  font-size: 1.1rem;
}

.mdl-article-event .thumb-area {
  width: 125px;
  border: none;
}
.mdl-article-event .thumb-area img {
  width: 125px;
  height: 100px;
  /*border: 1px solid #DDD;*/
}

.mdl-article-event .text-area .panel-info span {
  height: auto;
}

.place {
  font-size: 1.1rem;
  padding-left: 18px;
}
}


@media screen and (max-width: 767px){
.archive-list > li {
  width: 100%;
  margin: 0;
}
.archive-list li:nth-of-type(2n) {
  margin: 0;
}

.top-pickup-wrap .pickup-list > li {
  margin: 0 0 15px !important;
  width: calc(50% - 7px);
}
.top-pickup-wrap .pickup-list > li:nth-of-type(2n) {
  margin: 0 0 15px 14px !important;
}

.detail-header {
  padding: 0 0 15px;
}

.detail-ttl-bottom > li {
  margin: 10px 0 0;
}

.btn {
  margin: 20px 0 0;
  width: calc(100% - 20px);
}

.event-detail-style .l-relation-list .btn {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0,91,123,0.4);
  background: #00bbfb url(../images/common/button_right.png) no-repeat right 15px center;
  background-size: 15px auto;
}

.event-list-area {
  padding: 0 10px;
}

/* カレンダー */
.mdl-tab-layout-date p .date {
  font-size: 1.8rem;
}
.mdl-tab-layout-date {
  font-size: 1.1rem;
}
.mdl-tab-layout-date p {
  margin-top: 12px;
}

/* 下層：Pick UP */
.pickup-list > li {
  margin: 0 0 15px !important;
}
}


/* Ajax ローディング */
.event-list-area {
  position: relative;
}
.hide {
  display: none;
}
.loading {
  /*position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  background-image: url(../images/common/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
	z-index: 9999;
  height: calc(100% - 30px);
  position: absolute;
}


/*-----------------------------------------------------------------
		イベント詳細
-----------------------------------------------------------------*/
.event .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/event/archive_visual.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center bottom -150px;
}

.detail-content {
  width: 100%;
  max-width: 1100px;
}

.detail-image {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.detail-image img {
  width: 100%;
  height :auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.video-wrapper {
  margin-top: 30px;
}
.video-wrapper iframe {
  width: 100%;
  height: 375px;
}

.detail-left .detail-map {
  width: 100%;
  height: 445px;
  border: #ccc solid 1px;
}

.detail-link-list {
  word-break: break-all;
}

/*--20200115add--*/
.event-atend {
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  background: rgba(255,0,0,0.7);
  color: #FFF;
  box-sizing: border-box;
}

.event-atend .ea-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px){
.page-visual {
  background-position: center center;
}
  .event .page-visual {
  background-position: left top, center bottom;
}

.detail-image {
  height: 200px;
}

.detail-txt-wrap img {
  height: auto;
}
.detail-txt-wrap {
  padding: 0;
}
.detail-txt-wrap table {
  width: 100%; /* インラインで好き勝手書かれるCSSを上書き */
}

}

/* イベント修了表示 */
.i-end {
  position: absolute;
  margin: -5px 0 0 -8px;
  left: 0;
  top: 0;
}

.detail-wrap .i-end {
  margin: 20px 0 0 -8px;
}

.detail-txt-wrap .i-end {
  position: absolute;
  margin: -5px 0 0 -8px;
  left: 0;
  top: 0;
}
.detail-right {
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
}

.i-end img {
  width: 110px;
  height: auto;
}
@media screen and (max-width: 980px) {
.detail-right {
  padding-bottom: 15px;
}
}


/* イベント用 style追加 */
.detail-txt.event-style {
  line-height: 1.7;
  color: #444;
}

.event-style h2 {
  margin-bottom: 15px;
  color: #333;
  word-break: break-word;
  line-height: 1.4;
}

.event-style h3 {
  font-size: 1.8rem;
  margin-bottom: 2px;
  word-break: break-word;
}

.event-style strong {
  color: #333;
}
.detail-txt .side-list li {
  line-height: 1.45;
  margin-bottom: 6px;
}

.detail-txt .side-list li div {
  line-height: 1.45;
}

.detail-txt .side-list li > strong {
  font-size: 1.5rem;
}

.event-number-list {
  margin-left: 20px;
  font-weight: bold;
}
.event-number-list li {
  line-height: 1.4;
  margin-bottom: 6px;
  list-style-type: decimal;
}
.event-number-list li .fw-normal、
.event-number-list li.fw-normal,
.fw-normal {
  font-weight: normal;
}

.detail-side-list-txt {
  word-break: break-word;
}

.detail-side-list-txt a,
.detail-link-list a {
  word-break: break-all;
}

.fc-red {
  color: #cc0000 !important;
}

.wb-bw {
  word-break: break-word;
}

.txt-ind {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.fs-xs {
  font-size: 10px !important;
}

.fs-s {
  font-size: 12px !important;
}

.fs-m {
  font-size: 16px !important;
}

.fs-l {
  font-size: 18px !important;
}

.fs-xl {
  font-size: 20px !important;
}

.fs-xxl {
  font-size: 22px !important;
}

.fs-xxxl {
  font-size: 24px !important;
}


/* アンカー用 */
.anchor-style {
  margin-top: -60px;
  padding-top: 60px;
}


@media screen and (max-width: 980px){
.top-section h2 span.en {
  margin-bottom: 7px;
}
}

@media screen and (max-width: 767px){
.detail-wrap .i-end {
  position: absolute;
  margin: -5px 0 0 -8px;
}

.detail-side-inner {
  padding: 20px 15px;
}

}

/* 「開催日指定」の場合 */
.detail-date > span,
.detail-side-list-txt > span {
  display: inline-block;
}


/* NEW施設から移植 */
.new-photo-wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-photo-wrap div {
  width: calc(50% - 5px);
  margin-bottom: 10px;
	position: relative;
}
.new-photo-wrap div img {
  width: 100%;
  vertical-align: bottom;
}

.new-photo-wrap-full {
	position: relative;
}

.new-photo-wrap-full p,
.new-photo-wrap p {
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	background: rgba(0,0,0,0.4);
	padding: 12px 15px;
	color: #fff;
	font-size: 12px;
  position: absolute;
  bottom: 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px){
.new-photo-wrap {
  display: block;
}

.new-photo-wrap div {
  width: 100%;
}
}


/*-----------------------------------------------------------------
		カレンダーから探す
-----------------------------------------------------------------*/
.dateSlideList .slick-slide:hover,
.dateSlideList li:hover {
  cursor: pointer;
  opacity: 0.5;
}


/*-----------------------------------------------------------------
		スポット一覧
-----------------------------------------------------------------*/
.gormet .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/archive_visual.webp);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center center;
}

#tourism .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_tourism.webp);
  background-position: left top, center calc(50% + 60px);
}

#lerning .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_lerning.webp);
  background-position: left top, center center;
}

#gourmet .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_gourmet.webp);
  background-position: left top, center center;
}

#shopping .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_shopping.webp);
  background-position: left top, center center;
}

#relax .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_relax.webp);
  background-position: left top, center center;
}

#other .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/visual_other.webp);
  background-position: left top, center center;
}


.mdl-article-spot .text-area {
  height: auto;
  padding: 24px 10px 20px 12px;
  line-height: 1.5;
}

.detail-spot-list .mdl-article-spot .thumb-area img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.detail-spot-list .thumb-area img {
  width: 100%;
  height :auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.detail-spot-list .mdl-article-spot .text-area .label-category {
  background: none;
  width: calc(100% + 18px);
  text-align: left;
}

.detail-spot-list .mdl-col-list .label-category a,
.label-category a {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.detail-spot-list .mdl-col-list .label-category a:last-of-type,
.label-category a:last-of-type {
  margin-right: 0;
}

.panel-info > span {
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  height: auto;
}

.panel-info > span:first-of-type {
  margin-bottom: 5px;
}

.panel-info > span::before {
  position: absolute;
  top: -3px;
  left: 0;
}

.mdl-article-spot .thumb-area {
  background-image: none;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}


/* カテゴリ ラベルの色 */
.label-category .amusement {
  background: #fa9e2c;
}
.label-category .tourism {
  background: #f73c35;
}
.label-category .lerning {
  background: #2d8ad7;
}
.label-category .gourmet {
  background: #e71865;
}
.label-category .shopping {
  background: #00b063;
}
.label-category .relax {
  background: #a36b98;
}
.label-category .other {
  background: #767676;
}


/* おすすめコースへの導線追加*/
.detail-spot-course-content {
  background: #fff;
}

.detail-spot-course-content .archive-content-inner {
  padding: 45px 0;
}

.detail-spot-course {
  border-radius: 5px;
}

.course-detail .detail-spot-list > li {
  margin: 0 22px 44px !important;
}

.detail-spot-course a {
  width: 100%;
  height: 100%;
  padding: 40px 5px;
  line-height: 1.25;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.detail-spot-course:hover {
  opacity: 0.7;
}

.lower-course-sightseeing {
  background-image: url(../images/common/main_cover.png), url(../images/course/sightseeing.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 70%;
}
.course-sightseeing .lower-course-sightseeing {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/sightseeing.jpg);
}
.course-sightseeing .lower-course-sightseeing a {
  color: #999;
}

.lower-course-night {
  background-image: url(../images/common/main_cover.png), url(../images/course/illumination.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-night .lower-course-night {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/illumination.jpg);
}
.course-night .lower-course-night a {
  color: #999;
}

.lower-course-hanami {
  background-image: url(../images/common/main_cover.png), url(../images/course/hanami.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 50%;
}
.course-hanami .lower-course-hanami {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/hanami.jpg);
}
.course-hanami .lower-course-hanami a {
  color: #999;
}

.lower-course-senior {
  background-image: url(../images/common/main_cover.png), url(../images/course/senior.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-senior .lower-course-senior {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/senior.jpg);
}
.course-senior .lower-course-senior a {
  color: #999;
}

.lower-course-walking {
  background-image: url(../images/common/main_cover.png), url(../images/course/walk.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-walking .lower-course-walking {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/walk.jpg);
}
.course-walking .lower-course-walking a {
  color: #999;
}

.lower-course-science {
  background-image: url(../images/common/main_cover.png), url(../images/course/technology.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-science .lower-course-science {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/technology.jpg);
}
.course-science .lower-course-science a {
  color: #999;
}

.lower-course-active {
  background-image: url(../images/common/main_cover.png), url(../images/course/active.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-active .lower-course-active {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/active.jpg);
}
.course-active .lower-course-active a {
  color: #999;
}

.lower-course-panorama {
  background-image: url(../images/common/main_cover.png), url(../images/course/panorama.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-panorama .lower-course-panorama {
  background-image: url(../images/common/bg_bk70.png), url(../images/course/panorama.jpg);
}
.course-panorama .lower-course-panorama a {
  color: #999;
}

.lower-course-art {
  background-image: url(../images/common/main_cover.png), url(../images/art/img_002.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 60%;
}
.course-art .lower-course-art {
  background-image: url(../images/common/bg_bk70.png), url(../images/art/img_002.jpg);
}
.course-art .lower-course-art a {
  color: #999;
}

.other-course-ttl {
  padding: 0 0 20px 22px;
}

.detail-spot-course-pc {
  display: block;
}
.detail-spot-course-sp {
  display: none;
}


@media screen and (max-width: 980px){
.detail-spot-list .mdl-col-list .label-category a,
.label-category a {
  padding: 7px 5px;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 5px 5px 0;
  font-weight: normal;
}

.mdl-article-spot {
  margin-bottom: 15px;
}

.mdl-article-spot .text-area {
  padding: 8px 10px 10px;
}
.mdl-article-spot .text-area .label-category {
  margin-top: -12px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  height: auto;
}

.mdl-article-spot .text-area .panel-info {
  font-feature-settings: "palt";
}

.mdl-article-spot .text-area .panel-info span {
  height: auto;
  letter-spacing: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mdl-article-spot .text-area .title {
  font-size: 1.3rem;
  margin: -5px 0 7px;
}
.mdl-article-spot .text-area .title-chokotto {
  font-size: 1.2rem;
}
  
.mdl-article-event .text-area .title {
  font-size: 1.3rem;
  margin-bottom: 3px;
}

.panel-info > span {
  padding-left: 18px;
  font-size: 1.1rem;
}

.panel-info > span::before {
  top: 0;
  left: -2px;
}

.detail-spot-list .mdl-article-spot .thumb-area img {
  height: 100px;
}

.course-detail .detail-spot-list > li {
    margin: 0 10px 20px !important;
    width: calc((100% / 3) - 20px);
}
.detail-spot-course a {
  line-height: 1.2;
  font-size: 1.3rem;
  padding: 15px 5px;
}
}

@media screen and (max-width: 980px) {
.course .mdl-article-spot .text-area .title {
  font-size: 14px;
  margin: 0 0 7px;
}

.course .mdl-article-spot .text-area {
  font-size: 12px;
}
}

@media screen and (min-width: 768px) {
  .l-pkup .detail-spot-list > li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 767px){
.course-detail .detail-spot-list > li {
    margin: 0 10px 20px !important;
    width: calc(100% / 2 - 20px);
}
.detail-spot-course-content .archive-content-inner {
  padding: 20px 0;
}
  .detail-spot-course-pc {
  display: none;
}
  .detail-spot-course-sp {
  display: block;
}

.other-course-ttl {
  padding: 0 0 20px 10px;
}
}


/*-----------------------------------------------------------------
		スポット詳細
-----------------------------------------------------------------*/
.archive-list > li.event-none {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px rgba(183, 183, 183, 0.34);
  box-shadow: 0px 2px 1px rgba(183, 183, 183, 0.34);
  border: 1px solid #DDD;
}

.side-list {
  margin-left: 20px;
}

.side-list li {
  margin-bottom: 7px;
  list-style-type: disc;
}
.side-list li:last-of-type {
  margin-bottom: 0;
}

/* 見出し */
h2.new-spot-h2 {
  margin-bottom: 15px;
  line-height: 1.4;
}

/* QR */
.detail-side-qr-btn {
  padding: 10px 3px 10px 5px;
}
.detail-side-qr-btn .detail-side-qr-btn-txt {
  font-size: 13px;
}


/*-----------------------------------------------------------------
		お役立ち情報
-----------------------------------------------------------------*/
#coupon .mdl-col-list {
  border: none;
}


/*-----------------------------------------------------------------
		動画ギャラリー
-----------------------------------------------------------------*/
.movie .page-visual {
  background-image: url(../images/common/main_cover.png), url(../images/genre/archive_visual.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center center;
}

.yrc-brand,
.yrc-banner,
.yrc-menu-items,
.yrc-video-date {
  display: none;
}

.yrc-item-list .yrc-item-large {
  border: 1px solid #DDD;
  width: 360px !important;
  background: #ffffff !important;
}

.yrc-item-list .yrc-thumb {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  vertical-align: top;
}

ul.yrc-core {
  text-align: left;
}

.yrc-item-list .yrc-item-meta {
  padding: 20px;
}

.yrc-video-link {
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.33 !important;
  margin-bottom: 10px;
}

/* lightcase 対応 */
.movie .mdl-article-spot .thumb-area {
  height: auto;
}


/*-----------------------------------------------------------------
		観光コース
-----------------------------------------------------------------*/
.course-walking .page-visual {
    background-image: url(../images/course/detail/walking/course_visual.jpg);
}
.course-sightseeing .page-visual {
    background-image: url(../images/course/detail/sightseeing/course_visual.jpg);
}
.course-science .page-visual {
    background-image: url(../images/course/detail/science/course_visual.jpg);
}
.course-active .page-visual {
    background-image: url(../images/course/detail/active/course_visual.jpg);
}
.course-night .page-visual {
    background-image: url(../images/course/detail/night/course_visual.jpg);
}
.course-senior .page-visual {
    background-image: url(../images/course/detail/senior/course_visual.jpg);
}

.course-hanami .page-visual {
  background: url(../images/top/bg_dot.png) repeat left top, url(../images/top/visual_top_01.jpg) no-repeat center;
}

.course-art .page-visual {
    background-image: url(../images/course/detail/art/course_visual.jpg);
}

.artbay{
	word-break:normal;
}

.course .archive-list > li {
    margin: 0 22px 0 !important;
    width: calc((100% / 3) - 44px);
}


/* 追記 */
.ls-narrow {
  letter-spacing: -1px;
}
.ls-narrow2 {
  letter-spacing: -0.12rem;
}

.fs-middle {
  font-size: 1.4rem;
}

.course-detail .interval {
  padding: 80px 0 50px;
}

.course-lower-menu {
  margin-top: 40px;
  padding: 0 18px;
}

@media screen and (max-width: 980px){
.course-lower-menu {
  padding: 0 5px;
}
.course .archive-list > li {
    margin: 0 !important;
    width: 100%;
}
}


/*-----------------------------------------------------------------
		おすすめコース（お台場パノラマ）
-----------------------------------------------------------------*/
.flex{
  display: flex;
}

.flex-center{
  justify-content: center;
}

.flex-align-center{
  align-items: center;
}

.flex-wrap{
  flex-wrap: wrap;
}

.br-pc{
  display: none;
}

/*------------SKY BUS------------*/
.skybus-about{
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1094px;
  text-align: left;
  border-left: #00bbfb 5px solid;
  border-top:1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.sky-about-text{
  width: 530px;
  flex-grow: 0;
  padding-left: 40px;
  border-right: 1px solid #CCCCCC;
  padding-right: 40px;
  margin-right: 40px;
}

.skt-about-btn{
  flex-grow: 3;
  padding-right: 40px;
}

.skybus-about dl{
  margin-bottom: 10px;
  width: 100%;
}

.skybus-about dt{
  font-weight: bold;
  margin-right: 45px;
  color: #00bbfb;
  width: 70px;
}

.skybus{
  background-color: #cde9ef;
  padding: 0 0 45px;
  max-width: 1100px;
  margin: 55px auto 0;
}

.skybus-img{
  position: relative;
  top: -40px;
}

.skybus-img img{
  width: 340px;
  height: 250px;
}

.skybus p{
  margin:40px 0 0 50px;
  width: 575px;
}

.sky-btn{
  margin: -30px auto 0;
}

/* 2025_01：改修 */
.new-skybus-about {
  max-width: 1094px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-left: #00bbfb 5px solid;
  box-sizing: border-box;
}

.new-skybus-about .skt-about-btn {
  padding-top: 20px;
}
.new-skybus-about .skt-about-btn .btn {
  margin: 0 auto;
  max-width: 400px;
}

.new-skybus-about dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-skybus-about dt{
  width: 150px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #00bbfb;
}

.new-skybus-about dd{
  width: calc(100% - 150px);
  padding-bottom: 10px;
}

.new-skybus-sp-space {
  padding-top: 5px;
}

@media screen and (max-width: 980px){
.new-skybus-about {
  width: calc(100% - 30px);
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-top: #00bbfb 5px solid;
}
.new-skybus-about dt {
  width: 100%;
}
.new-skybus-about dd {
  width: 100%;
  padding-bottom: 20px;
}
.new-skybus-sp-space {
  padding-top: 10px;
} 
}


/*------------パノラマコース基本CSS------------*/
.course-panorama .page-visual {
  background-image: url(../images/course/detail/panorama/course_visual.png);
}

.course-panorama .course-detail .interval.spot .detail-ttl {
  color: #777;
  font-size: 3rem;
  margin-bottom: 0;
}

.course-detail .interval .water-bus:after {
  content: "";
  background: url(../images/course/detail/panorama/icon_water_bus.png) no-repeat;
  display: inline-block;
  width: 90px;
  height: 30px;
  margin: 0 0 5px 15px;
  background-size: contain;
  vertical-align: middle;
}

.course-detail .course-spot .thumb-area .main-thumb {
  margin-bottom: 0;
}

.course-panorama .btn {
  width: 100%;
}

.btn img{
  margin-left: 10px;
  width: 23px;
  height: 17px;
}

@media screen and (max-width: 980px){

/*------------SKY BUS------------*/
.skybus-about{
  width: calc(100% - 16px);
  border-top: #00bbfb 5px solid;
  border-left:1px solid #CCCCCC;
  margin: 25px 0 0 7px;
  padding: 20px 0;
}

.sky-btn{
  margin: 0 auto;
}

.skt-about-btn{
  padding-right: 0;
}

.sky-about-text{
  width: auto;
  padding: 0 24px 10px;
  margin-right:0;
  border-right: none;
}

.skybus{
  background-color: #cde9ef;
  padding:24px 0;
  width: calc(100% - 16px);
  margin: 55px auto 0;
}

.skybus-img img{
  width: 220px;
  height: auto;
}

.skybus-img {
  top: 0;
  margin:18px 0;
}

.skybus p{
  margin:0 24px 24px 24px;
  width: auto;
}

.skybus-about dt {
  font-size: 1.5rem;
}

.course-panorama .btn{
  margin: 0 auto 10px;
}

.time-sp caption{
  text-align: left;
  font-weight: bold;
  color: #00bbfb;
}

.dis-in{
  display: inline-block;
}

.br-sp{
  display: none;
}

.br-pc{
  display: block;
}
}

/*--ここまで--*/


/*-----------------------------------------------------------------
		検索
-----------------------------------------------------------------*/
.search-list .mdl-col-list {
  border: none;
}

.search-list .thumb-area-wrap img {
  height: auto;
}

.search .panel-info span {
  display: inline;
}


@media screen and (max-width: 980px){
.form {
  padding: 0 15px;
}

.search .archive-list-wrap {
  padding: 15px 15px;
}

.search .mdl-article-usefulinfo .thumb-area-wrap {
  width: 200px;
}
}

@media screen and (max-width: 980px){
.search .mdl-article-usefulinfo .thumb-area-wrap {
  width: 100px;
}

.search .search-button .button {
  font-size: 1.6rem;
  padding: 0 2px 0 0;
}

.search .search-button {
  width: 8rem;
}
.icon-search {
  font-size: 2rem;
  margin-right: 2px;
  vertical-align: middle;
  padding-bottom: 1px;
  display: inline-block;
}
#search-spot .panel-block span {
  font-size: 1.3rem;
  font-weight: bold;
}
.search-keyword .search-input {
  padding-right: 90px;
  font-size: 1.4rem;
}
.l-search {
  border-radius: 8px;
}

.search .archive-num {
  margin: 0 10px;
  font-size: 1.4rem;
}

.mdl-article-usefulinfo .text-area .title {
  font-size: 1.3rem;
}

.mdl-article-usefulinfo strong {
  font-size: 1.1rem;
  line-height: 1;
}

.mdl-article-usefulinfo .text-area {
    padding-left: 10px;
}
.mdl-article-usefulinfo .text-area .panel-info {
  font-size: 1.1rem;
}

}

.search-highlight {
  background: yellow;
  margin: 0 !important;
  padding: 0 !important;
}


/*-----------------------------------------------------------------
		サイトのご利用にあたって
-----------------------------------------------------------------*/
.simple-page .detail-wrap {
  background: #f6f6f6;
}

.simple-page .detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 100px 40px;
  background: #fff;
  box-sizing: border-box;
}

.simple-page-ttl-large {
    font-size: 4rem;
  margin-bottom: 25px;
}
.simple-page-ttl-large span {
  font-size: 1.8rem;
  display: block;
}

.simple-page-ttl-middle {
    font-size: 2.4rem;
  margin-bottom: 10px;
}

.simple-page .detail-inner > p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
.simple-page .detail-inner {
  padding: 30px 15px;
}

.simple-page-ttl-large {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.simple-page-ttl-large span {
  font-size: 1.4rem;
  display: block;
}
}


/*-----------------------------------------------------------------
		フォーム
-----------------------------------------------------------------*/
.form-item {
  margin: 0 0 30px;
  font-size: 1.4rem;
}

main .mw_wp_form .vertical-item {
  margin-right: 15px;
    display: inline-block;
}

.label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.label span {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 20px;
  color: #cc0000;
}

main.simple-page input[type="text"],
main.simple-page input[type="password"],
main.simple-page input[type="tel"],
main.simple-page input[type="number"],
main.simple-page input[type="email"],
main.simple-page input[type="date"],
main.simple-page textarea {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  font-size: 1.4rem;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  background-color: #f6f6f6;
}

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

.form-submit button,
.wpcf7-submit {
  background: #00bbfb;
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 615px;
  padding: 0 10px;
  font-size: 2.4rem;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
}
.wpcf7-submit {
  margin: 0 auto;
  display: block;
}

.mw_wp_form_confirm .form-submit button {
  width: calc(50% - 50px);
  margin: 0 20px;
  vertical-align: bottom;
  float: right;
}

.form-btn-back {
  background: #bbb;
  display: inline-block;
  color: #fff;
  width: calc(50% - 50px);
  margin: 0 20px;
  padding: 0 10px;
  font-size: 2.4rem;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: bottom;
  float: left;
}

main input.ebg,
main textarea.ebg {
  background: #fff3f3 !important;
  border: 2px solid #ff6f6f !important;
}

.error {
  text-align: center;
  padding-top: 10px;
  color: #ff9900;
  font-weight: bold;
  display: block;
}

.form-lead {
  padding: 20px;
  background: #ebf6f8;
}

.form-lead p {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.mw_wp_form_confirm .form-lead,
.mw_wp_form_complete .form-lead,
.mw_wp_form_confirm .label span,
.mw_wp_form_confirm .form-txt-url {
  display: none;
}


@media screen and (max-width: 767px){
.form-submit button {
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 60px;
}

.mw_wp_form_confirm .form-submit button {
  width: 100%;
  margin: 0 0 30px 0;
  float: none;
}

.form-btn-back {
  width: 100%;
  margin: 0;
  float: none;
  font-size: 1.6rem;
  line-height: 60px;
}
}


/* cf7対策 */
.wpcf7-list-item.first {
  margin: 0;
}

@media screen and (max-width: 980px) {
.wpcf7-list-item {
  width: 100%;
  display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin: 5px 0 0 0;
}
}


/*-----------------------------------------------------------------
		系系系
-----------------------------------------------------------------*/
.detail-sns {
    display: none;
}


/*-----------------------------------------------------------------
		リンクエラー対策
-----------------------------------------------------------------*/
.table-calendar-wrap:before {
  content: url(../images/common/calendar.png);
	width: 22px !important;
}


/*-----------------------------------------------------------------
		検索結果
-----------------------------------------------------------------*/
.search .archive-list > li {
  width: 100%;
  margin: 0 0 30px;
}


/*-----------------------------------------------------------------
		Free Wi-Fi 接続前ページ
-----------------------------------------------------------------*/
.freewifi {
  height: auto;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.free-wifi .l-tc-inner {
  top: 10px;
}

.news .freewifi-btn {
  background: #00bbfb;
  margin-bottom: 20px;
  border: solid 4px #fff;
  display: block;
  text-decoration: none;
  color: #fff;
  width: calc(50% - 10px);
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  float: left;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.15), 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.news .freewifi-btn2 {
  /*line-height: 60px;*/
  background: #fff;
  border: solid 4px #00bbfb;
  color: #00bbfb;
  float: right;
}

.freewifi-disaster {
  padding: 0 30px 30px;
  text-align: center;
}
.freewifi-disaster a {
  display: inline-block;
}
.freewifi-disaster img {
  max-width: 680px;
}

@media screen and (max-width: 980px){
.free-wifi .l-tc-inner {
  padding: 55px 0 15px;
}
}

@media screen and (max-width: 767px){
.freewifi {
  top: 230px;
}
.news .freewifi-btn {
  line-height: 50px;
  font-size: 1.4rem;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.news .freewifi-btn2 {
  line-height: 40px;
}
.free-wifi .l-tc-inner {
  padding: 100px 0 15px;
}
.free-wifi .l-tc-inner {
  top: 0;
}
}


/*-----------------------------------------------------------------
		船でお越しの方
-----------------------------------------------------------------*/
.access-list-ttl span {
  font-size: 1.4rem;
  color: #333;
}

.iconlnk {
  margin-right: 3px;
  display: inline-block;
  color: #333;
}

.iconlnk:hover {
  opacity: .7;
  text-decoration: none;
}

.iconlnk img {
  width: 28px;
  vertical-align: middle;
}


/*-----------------------------------------------------------------
		イベント中止対応
-----------------------------------------------------------------*/
.event-cancel {
  padding: 15px 10px;
  margin-bottom: 20px;
  background: #fff9f9;
  font-weight: bold;
  font-size: 16px;
  border: solid 2px #ffcece;
  border-radius: 5px;
  text-align: center;
}

/* センタリング無し */
.event-cancel-2 {
  margin-bottom: 20px;
  padding: 13px 15px;
  background: #ffe5e5;
  border: solid 1px #ffcece;
}



/*-----------------------------------------------------------------
		施設・スポット一覧
-----------------------------------------------------------------*/
.spotlist-tbl {
  width: 100%;
  margin-bottom: 30px;
}

.spotlist-tbl td {
  padding: 12px 5px 12px 12px;
  border-bottom: 3px solid #fff;
  background: #f6f6f6;
  box-sizing: border-box;
}

.bg-gr td {
  background-color: #fff;
  box-sizing: border-box;
}

.bg-gr td:nth-of-type(1) {
  padding: 12px 12px 12px 32px;
}

.spotlist-tbl tr td:nth-of-type(2),
.spotlist-tbl tr td:nth-of-type(3) {
  width: 15%;
}

.spotlist-ttl-large {
  text-align: center;
  color: #00bbfb;
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.spotlist-ttl-middle {
  text-align: center;
  color: #00bbfb;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
.spotlist-tbl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -.4em;
}
.spotlist-tbl td {
  width: 100%;
  padding: 10px 5px 1px 12px;
  border-bottom: none;
  letter-spacing: normal;
  display: inline-block;
  font-size: 1.3rem;
}
.spotlist-tbl tr td:nth-of-type(2),
.spotlist-tbl tr td:nth-of-type(3) {
  width: 50%;
  border-bottom: solid 5px #fff;
  padding: 3px 12px 10px;
}

.bg-gr td:nth-of-type(1) {
  padding: 10px 5px 1px 32px;
}
.spotlist-tbl tr.bg-gr td:nth-of-type(2) {
    padding: 3px 12px 1px 32px;
}
}


/*-----------------------------------------------------------------
		お問合せフォーム
-----------------------------------------------------------------*/
.contact-att {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #f0f0f0;
}

.contact-att p {
  margin-top: 10px;
}

@media screen and (max-width:767px) {
.contact-att {
  margin-bottom: 30px;
  padding: 12px 15px;
}
}

