﻿/* =========================================================
◆ファイル情報◆

作成日時：2017/07/27（木）
最終更新日：2019/06/17（月）
最終作業者：渡部恵

明日もがんばろう
　∧＿＿∧ 
（´・ω・`)　 (○) 
,( ヽ∩∩ノ), ヽ|〃,,, 
“““ ““ ““ ““ ““ ““ ““ “``““ ““
========================================================= */



@charset "UTF-8";
/* =========================================================
   全ページ共通
========================================================= */
@font-face {
  font-family: 'josefin_slabitalic';
  src: url("/sightseeing/common/fonts/josefinslab-italic-webfont.woff2") format("woff2"), url("/sightseeing/common/fonts/josefinslab-italic-webfont.woff") format("woff"), url("/sightseeing/common/fonts/josefinslab-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'josefin_slablight';
  src: url("/sightseeing/common/fonts/josefinslab-light-webfont.woff2") format("woff2"), url("/sightseeing/common/fonts/josefinslab-light-webfont.woff") format("woff"), url("/sightseeing/common/fonts/josefinslab-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,body{
  width: 100%;
}

/* SPのみ対応 (SPのみ<br>反映させるなど)*/
.sp {display:none;}

/* テキストの禁則処理 */
form, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, span, figcaption {
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.6;
}


/* 内部コンテンツすべてを囲うWrapper用
--------------------------- */
.tb_article_articleframe {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: solid 3px #124199;
  padding-bottom: 80px;
}


/* パン屑リスト
--------------------------- */
.tb_article_articleframe_bread,
.tb_common_articleframe_bread {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 980px;
  margin: 0 auto;
  padding: 4px 0 9px;
  color: #124199;
  font-size: 12px;
}
.tb_article_articleframe_bread a,
.tb_common_articleframe_bread a {
  color: #124199;
  text-decoration: underline;
}
.tb_article_articleframe_bread ol,
.tb_common_articleframe_bread ol {
  overflow: hidden;
}
.tb_article_articleframe_bread li,
.tb_common_articleframe_bread li {
  float: left;
}
.tb_article_articleframe_bread li:before,
.tb_common_articleframe_bread li:before {
  content: '>';
  margin: 0 4px;
}
.tb_article_articleframe_bread li:first-child:before,
.tb_common_articleframe_bread li:first-child:before {
  content: none;
}


/* リンクのデザイン
 *概要：青文字、下線なし、ホバー時に̠下線あり
--------------------------- */
.tb_article_articleframe-textlink--blue {
  color: #0062ff !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 17px 0 0;
  font-size: 16.4px;
  line-height: 1.4;
}
.tb_article_articleframe-article_link .tb_article_articleframe-textlink--blue:hover,
.tb_article_articleframe-textlink--blue:hover {
  color: #80b0ff !important;
  text-decoration: underline;
}
/* 遷移アイコン */
.tb_article_articleframe-textlink--blue > svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #0062ff;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb_article_articleframe-textlink--blue:hover > svg {
  fill: #80b0ff;
}
/*矢印アイコンが先頭の場合（目次など）*/
svg.\--frontarrow {
  left: 0;
}
/* 使用箇所不明のため一旦非表示
.tb_article_articleframe-textlink--blue-modal {
  color: #0062ff !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tb_article_articleframe-textlink--blue-modal:hover {
  text-decoration: underline;
}
.tb_article_articleframe-textlink--blue-modal > svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #0062ff;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tb_article_articleframe-textlink--blue-modal:hover {
  color: #80b0ff !important;
}

.tb_article_articleframe-textlink--blue-modal:hover > svg {
  fill: #80b0ff;
}*/


/* SNS＆促進系
--------------------------- */
.snsBtn {
  clear: both;
  overflow: hidden;
  text-shadow: none;
  text-align: center;
  margin: 50px 0 0;
}
.snsBtn li {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  height: 40px;
  position: relative;
}
.snsBtn li:first-child {
  margin-left: 0;
}
.snsBtn li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.snsBtn li a:hover {
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
.snsBtn li:hover {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.snsBtn a {
  display: block;
  width: 80px;
  height: 40px;
  border-radius: 4px;
}
.snsBtn span.action {
  width: 52px;
  margin: 8px 0 4px;
  float: right;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 10px;
  font-family: メイリオ, Meiryo, sans-serif;
  position: relative;
  box-sizing: border-box;
}
.snsBtn span.action:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
  border-left: 1px #fff solid;
}
.snsBtn .twitterBtn a {
  background: #5eade9;
}
.snsBtn .twitterBtn:after {
  display: block;
  top: 13px;
  left: 6px;
  background: url('/sightseeing/common/images/ico_twitter.png') no-repeat;
  background-size: 18px auto;
  width: 20px;
  height: 25px;
}
.snsBtn .twitterBtn span.action {
  border-left: 1px solid #5195c9;
}

.snsBtn .xBtn a {
  background: #000000;
}
.snsBtn .xBtn:after {
  display: block;
  top: 13px;
  left: 6px;
  background: url('/sightseeing/common/images/ico_x.png') no-repeat;
  background-size: 18px auto;
  width: 20px;
  height: 25px;
}
.snsBtn .xBtn span.action {
  border-left: 1px solid #000;
}

li.facebookBtn_like {
  overflow: hidden;
}
.snsBtn .facebookBtn_like a,
.snsBtn .facebookBtn_share a {
  background: #3B579D;
}
.snsBtn .facebookBtn_like a {
  float: right;
}
button#u_0_3 {
  background: #3B579D !important;
  border: 1px solid #3B579D !important;
}
button#u_0_3.active {
  background: #3B579D !important;
  border: 1px solid #3B579D !important;
}
.snsBtn .facebookBtn_like .fb-like span {
  height: 35px;
  color: #fff;
}
.snsBtn .facebookBtn_like span.action,
.snsBtn .facebookBtn_share span.action {
  border-left: 1px solid #3c5385;
}
.snsBtn .facebookBtn_share:after {
  display: block;
  top: 7px;
  left: 2px;
  background: url('/sightseeing/common/images/ico_faceshare.png') no-repeat;
  background-size: 22px auto;
  width: 20px;
  height: 25px;
}
.snsBtn .lineBtn {
  display: none;
}
.snsBtn .count {
  font-family: メイリオ, Meiryo, sans-serif;
  width: 40px;
  text-align: center;
  font-size: 11px;
  line-height: 0;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0%;
}
.snsBtn .arrowBox:after,
.snsBtn .arrowBox:before,
.snsBtn .facebookBtn_like ._5n6j._5n6l:after,
.snsBtn .facebookBtn_like ._5n6j._5n6l:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.snsBtn .facebookBtn_like ._5n6j._5n6l:after,
.snsBtn .arrowBox:after {
  border-color: rgba(255, 250, 250, 0);
  border-left-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}
.snsBtn .arrowBox:before,
.snsBtn .facebookBtn_like ._5n6j._5n6l:before {
  border-color: rgba(8, 9, 10, 0);
  border-left-color: #ccc;
  border-width: 5px;
  margin-top: -5px;
}


/* パムアド組み込み用CSS
--------------------------- */
/*プレミアム広告用*/
.tb_article_articleframe-article_adBox--text.\--onborder {
  color: #0062ff !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 16px 0;
  text-align: left;
  width: 980px;
  margin: 40px auto 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.tb_article_articleframe-article_adBox--text_label {
  color: #333;
  font-size: 14px;
}
.tb_article_articleframe-article_adBox--text.\--onborder iframe {
  padding: 5px 8px 0 16px;
}
.tb_article_articleframe-article_adBox--text.\--onborder > svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #0062ff;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  right: auto;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*テキストのみ iframe用*/
.tb_article_articleframe-article_adBox--text.\--text-iframe {
  position: relative;
  padding: 30px 0;
  height: 80px;
  box-sizing: border-box;
}
/*テキストのみ*/
.tb_article_articleframe-article_adBox--text {
  width: 980px;
  margin: 40px auto 0;
  color: #0062ff !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 30px 17px;
  text-align: right;
  font-size: 16.4px;
  box-sizing: border-box;
}
.tb_article_articleframe-article_adBox--text a {
  color: #0062ff !important;
}
.tb_article_articleframe-article_adBox--text > svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #0062ff;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb_article_articleframe-article_adBox--text a:hover {
  opacity: 0.6;
  filter: Alpha(opacity=60);
}
.tb_article_articleframe-article_adBox--text a:hover svg {
  fill: #80b0ff;
}
/*テキストのみ　２つ設置する場合*/
.tb_article_articleframe-article_adBox--text.\--nearadBox {
  padding-top: 0;
}
.tb_article_articleframe-article_adBox--text.\--nearadBox > svg {
  top: 20%;
}

/*ラベルなしのテキストのみ仮調整*/
.tb_article_articleframe-article_adBox--text.\--nolavel {
  width: 980px;
  margin: 40px auto 0;
  color: #0062ff !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 16px 17px;
  text-align: left;
  font-size: 16.4px;
  box-sizing: border-box;
}
.tb_article_articleframe-article_adBox--text.\--nolavel > svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #0062ff;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb_article_articleframe-article_adBox--text.\--nolavel iframe {
  padding: 5px 8px 0 0;
}


/*画像＋テキスト６枠*/
.tb_article_articleframe-article_adList {
  overflow: hidden;
  margin-top: 74px;
}
.tb_article_articleframe-article_adBox {
  width: 475px;
  height: 121px;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.tb_article_articleframe-article_adBox--left {
  float: left;
  margin-right: 30px;
}
.tb_article_articleframe-article_adBox--right {
  float: left;
}
.tb_article_articleframe-article_adBox:nth-child(1),
.tb_article_articleframe-article_adBox:nth-child(2) {
  border-top: 1px solid #ccc;
}
.tb_article_articleframe-article_adBox a {
  vertical-align: middle;
  display: table-cell;
}
.tb_article_articleframe-article_adBox:hover, .tb_article_articleframe-article_adBox:hover a {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.tb_article_articleframe-article_adBox img {
  width: 170px;
  height: auto;
  margin-right: 20px;
}
.tb_article_articleframe-article_adBox p {
  font-size: 16px;
  color: #2068b7;
  line-height: 1.7;
  vertical-align: middle;
  display: table-cell;
}
.tb_article_articleframe-article_adBox:hover p, tb_article_articleframe-article_adBox:hover a {
  text-decoration: underline;
}

/*画像＋テキスト６枠：レコメンド*/
.tb_article_articleframe-article_adList {
	position: relative;
}
.tb_article_articleframe-article_adBox--box1 {
	position: absolute;
	right: 0;
	top: 108px;
	width: 48%;
}
.tb_article_articleframe-article_adBox--box1,
.tb_article_articleframe-article_adBox--box1 iframe {
	height: 107px !important;
}
.tb_article_articleframe-article_adBox--box2,
.tb_article_articleframe-article_adBox--box2 iframe {
	height: 107px !important;
}
.tb_article_articleframe-article_adBox--box3,
.tb_article_articleframe-article_adBox--box3 iframe {
	height: 224px !important;
}


/* トップに戻る
--------------------------- */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.50, #e8e8e8), color-stop(0.00, #f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
  z-index: 100;
}
#page-top:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f1f1), color-stop(0.00, #e0e0e0));
	background: -webkit-linear-gradient(#e0e0e0, #f1f1f1);
	background: -moz-linear-gradient(#e0e0e0, #f1f1f1);
	background: -o-linear-gradient(#e0e0e0, #f1f1f1);
	background: -ms-linear-gradient(#e0e0e0, #f1f1f1);
	background: linear-gradient(#e0e0e0, #f1f1f1);
}
#page-top:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebebeb), color-stop(0.00, #f8f8f8));
	background: -webkit-linear-gradient(#f8f8f8, #ebebeb);
	background: -moz-linear-gradient(#f8f8f8, #ebebeb);
	background: -o-linear-gradient(#f8f8f8, #ebebeb);
	background: -ms-linear-gradient(#f8f8f8, #ebebeb);
	background: linear-gradient(#f8f8f8, #ebebeb);
}
#page-top a {
  padding: 10px 10px;
  display: inline-block;
}
#page-top:hover a {
	color: #333;
  text-decoration: none;
}


/* 関連タグ
--------------------------- */
#div_tag_all.section {
  width: 980px;
  margin: 74px auto 0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.section_other .tagList ul {
  text-align: left;
  display: block !important;
  margin: 0 !important;
}
.section_other .tagList ul li .tag_other_inner {
  display: block !important;
}
.section_other .tagList ul {
  text-align: left;
  display: block !important;
  margin: 0 !important;
}
.tagList ul li.tag_word, .tagAlert_inner ul li.tag_word {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  height: auto !important;
  float: none !important;
}
.section_other .tagList ul li.tag_word a {
  height: auto !important;
  width: auto !important;
  display: inline-block !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 5px !important;
  background-color: #FFF !important;
  color: #333 !important;
  padding: 2px 7px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: normal !important;
  letter-spacing: 1.5px !important;
  text-decoration: none !important;
}
.section_other .tagList ul li.tag_word a:hover {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}


/* 定型フッター
--------------------------- */
.pl-infoSec {
  margin: 51px auto 89px;
}
.pl-leadText {
  font-size: 26px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  color: #003894
}
.pl-leadText::before {
  content: "＼";
  display: inline-block;
  margin-right: 1em;
  color: inherit;
}
.pl-leadText::after {
  content: "／";
  display: inline-block;
  margin-left: 1em;
  color: inherit;
}
.pl-button {
  width: 270px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  transition: background-color .1s linear;
  background-color: #f08300
}
.pl-button:link,
.pl-button:visited {
  color: #fff;
  text-decoration: none;
}
.pl-button:hover {
  background-color: #ffeed9;
  color: #f08300;
  text-decoration: none;
}
.pl-button.\+arrow {
  position: relative;
}
.pl-button.\+arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: rotate(45deg);
  box-sizing: border-box;
  margin-top: -8px;
}
.pl-flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #003894;
  border-bottom: 1px solid #003894;
  width: 640px;
  margin: 21px auto;
  padding: 21px 0;
}
.pl-flag__item {
  margin: 0 .5em;
  font-size: 18px;
}
.pl-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.pl-sns__item {
  margin: 0 .25em;
}
.pl-snsButton {
  width: 100px;
  height: 40px;
  font-size: 12.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bbb;
  border-radius: 4px
}
.pl-snsButton:link,
.pl-snsButton:visited {
  color: #fff;
  text-decoration: none;
}
.pl-snsButton:hover,
.pl-snsButton:active {
  color: #fff;
  text-decoration: none;
}
.pl-snsButton.\--isFacebook {
  background-color: #5070BD;
}
.pl-snsButton.\--isFacebook:hover,
.pl-snsButton.\--isFacebook:active {
  background-color: rgb(100, 129, 196);
}
.pl-snsButton.\--isTwitter {
  background-color: #6DBFFB;
}
.pl-snsButton.\--isTwitter:hover,
.pl-snsButton.\--isTwitter:active {
  background-color: rgb(136, 203, 252);
}

.pl-snsButton.\--isX {
  background-color: #000000;
}
.pl-snsButton.\--isX:hover,
.pl-snsButton.\--isX:active {
  background-color: rgb(61, 61, 61);
}

.pl-snsButton.\--isx {
  background-color: #000000;
}
.pl-snsButton.\--isx:hover,
.pl-snsButton.\--isx:active {
  background-color: rgb(69, 69, 69);
}

.pl-snsButton.\--isGooglePlus {
  background-color: #FF6161;
}
.pl-snsButton.\--isGooglePlus:hover,
.pl-snsButton.\--isGooglePlus:active {
  background-color: rgb(255, 122, 122);
}
.pl-snsButton.\--isInstagram {
  background-color: #C83D90;
}
.pl-snsButton.\--isInstagram:hover,
.pl-snsButton.\--isInstagram:active {
  background-color: rgb(206, 80, 155);
}
.pl-snsButton.\--isYoutube {
  background-color: #D13535;
}
.pl-snsButton.\--isYoutube:hover,
.pl-snsButton.\--isYoutube:active {
  background-color: rgb(213, 72, 72);
}
.pl-snsButton.\--isPinterest {
  background-color: #FF9239;
}
.pl-snsButton.\--isPinterest:hover,
.pl-snsButton.\--isPinterest:active {
  background-color: rgb(255, 160, 82);
}



/* =========================================================
   スポットガイド
========================================================= */
/* メインビジュアル周り
--------------------------- */
.tb_article_articleframe-article_main_image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.tb_article_articleframe-image--main {
  width: 100%;
  margin: 0 auto;
}
.tb_article_articleframe-image--main > img {
  width: 100%;
  height: 100%;
}
/* タイトル薄背景 */
.tb_article_articleframe-image-gradation--black {
  position: relative;
}
.tb_article_articleframe-image-gradation--black:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  padding-bottom: 239px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.01));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.01));
}
/* h1 タイトル */
.tb_article_articleframe-article_main_image .tb_article_articleframe-header--h4 {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 54px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40px;
  color: #FFF;
  line-height: 1.4;
}
/* h1 タイトル位置下の時 */
.tb_article_articleframe-article_main_image .tb_article_articleframe-header--h4.header-text-bottom {
top: inherit;
bottom: 20px;
}
/* 日付データ */
.tb_article_articleframe-date {
  padding: 46px 0 0;
  text-align: center;
  font-size: 13px;
}
/* メインリードテキスト */
.tb_article_articleframe-description {
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

/* 目次
--------------------------- */
.tb_article_articleframe-contentsnavi {
  text-align: center;
  border-top: solid 1px #ccc;
  margin: 36px 0 0;
  padding: 19px 0 0;
}
.tb_article_articleframe-contentsnavi--table {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.tb_article_articleframe-contentsnavi--title {
  padding: 10px 15px 0 0;
  font-size: 18px;
  display: table-cell;
  vertical-align: top;
}
.tb_article_articleframe-contentsnavi ul {
  display: table-cell;
  border-left: solid 1px #ccc;
  font-size: 18px;
  padding: 10px 0 10px 14px;
  vertical-align: top;
}
.tb_article_articleframe-contentsnavi ul > li {
  padding: 12px 0 0;
}
.tb_article_articleframe-contentsnavi ul > li:first-child {
  padding-top: 0;
}
.tb_article_articleframe-contentsnavi ul > li a {
  padding: 0 0 0 22px;
  font-size: 18px;
}


/* コンテンツの囲みとテキスト余白 */
.tb_article_articleframe-article_body {
  margin: 0 auto;
  width: 980px;
  font-size: 16.4px;
  line-height: 1.6;
}
.tb_article_articleframe-article_body > p {
  margin: 25px 0 0;
}


/* メインコンテンツ(ジグザグ画像とテキスト)
--------------------------- */
/* 段落メイン画像とタイトル */
.tb_article_articleframe-article_section {
  max-width: 980px;
  margin: 126px auto 0;
  position: relative;
}
.tb_article_articleframe-image--large, .tb_article_articleframe-image--large img {
  width: 980px;
}
.tb_article_articleframe-article_section > .tb_article_articleframe-image--large + .tb_article_articleframe-article_section-headline {
  position: absolute;
  top: -40px;
  width: 980px;
  left: 55%;
  margin: 0 0 0 -490px;
  line-height: 1.9;
  font-weight: bold;
}
.tb_article_articleframe-fontbox--blueline {
  color: #124199;
  background: #FFF;
  border: solid 1px #124199;
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 40px;
  font-size: 30px;
}
/* 段落メインタイトル、画像なし(段落となる３選枠など) */
/*tb_article_articleframe-header--h1 既存、CMS化後に変更する*/
.\--no_mainimage .tb_article_articleframe-header--h1,
.\--no_mainimage .tb_article_articleframe-header--h2 {
  text-align: center;
  font-size: 30px;
}
/* 段落内コンテンツ */
/* 部品：コメント */
.tb_article_articleframe-fontbox--white {
  padding: 9px 13px;
  background: #FFF;
  display: inline-block;
}
.tb_article_articleframe-article_body > .\--inner-center .tb_article_articleframe-fontbox--white {
  padding: 9px 0;
}
.tb_article_articleframe-article_body > .\--inner-left-middle .tb_article_articleframe-fontbox--white,
.tb_article_articleframe-article_body > .\--inner-left-small .tb_article_articleframe-fontbox--white {
  padding-right: 0;
}
.tb_article_articleframe-article_body > .\--inner-right-middle .tb_article_articleframe-fontbox--white,
.tb_article_articleframe-article_body > .\--inner-right-small .tb_article_articleframe-fontbox--white {
  padding-left: 0;
}
/* 部品：画像右・左・案内役コメントとデータ */
.tb_article_articleframe-article_body--infobox,
.tb_article_articleframe-article_body > .\--inner-right-middle,
.tb_article_articleframe-article_body > .\--inner-right-small,
.tb_article_articleframe-article_body > .\--inner-left-middle,
.tb_article_articleframe-article_body > .\--inner-left-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 90px 0 0;
  position: relative;
  font-size: 16.3px;
}
/* 部品：画像中央 */
.tb_article_articleframe-article_body > .\--inner-center,
.tb_article_articleframe-article_body > .\--inner-center-small {
  width: 700px;
  padding: 90px 0 0;
  margin: 0 auto;
  font-size: 16.4px;
  line-height: 1.6;
}
/* 部品：画像右 */
.tb_article_articleframe-article_body > .\--inner-right-middle,
.tb_article_articleframe-article_body > .\--inner-right-small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tb_article_articleframe-article_body > .\--inner-right-middle .tb_article_articleframe-article_body--inner-text,
.tb_article_articleframe-article_body > .\--inner-right-small .tb_article_articleframe-article_body--inner-text {
  position: absolute;
  left: 0;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb_article_articleframe-article_body > .\--inner-right-middle .tb_article_articleframe-article_body--inner-image,
.tb_article_articleframe-article_body > .\--inner-right-small .tb_article_articleframe-article_body--inner-image {
  padding-right: 0;
}
/* 部品：画像左 */
.tb_article_articleframe-article_body > .\--inner-left-middle .tb_article_articleframe-article_body--inner-text,
.tb_article_articleframe-article_body > .\--inner-left-small .tb_article_articleframe-article_body--inner-text {
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tb_article_articleframe-article_body > .\--inner-left-middle .tb_article_articleframe-article_body--inner-image,
.tb_article_articleframe-article_body > .\--inner-left-small .tb_article_articleframe-article_body--inner-image {
  margin-left: 84px !important;
}
/* 部品：案内役コメントとデータ */
.tb_article_articleframe-article_body--infobox {
  padding: 90px 0 24px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  max-width: 980px;
}
.tb_article_articleframe-comme {
  line-height: 1.6;
  font-size: 14.5px;
}
.tb_article_articleframe-note {
  border-left: solid 4px #83c0ea;
  padding: 0 0 0 12px;
  white-space: nowrap;
}
.tb_article_articleframe-article_body--infobox > .tb_article_articleframe-note:first-child {
  white-space: initial;
}
.tb_article_articleframe-comme + .tb_article_articleframe-note {
  margin-left: 24px;
}
.tb_article_articleframe-note--headline {
  line-height: 1.2;
  font-size: 15.2px;
  padding: 1px 0 0;
  color: #000;
  font-weight: bold;
}
.tb_article_articleframe-note--info {
  margin: 15px 0 0;
  line-height: 1.6;
  font-size: 14.5px;
}
/* ローカル案内役 名前 */
.tb_article_articleframe-author {
  font-size: 13px;
  color: #000;
  margin: 16px auto;
  text-align: right;
  width: 980px;
}
/* もっと見るボタンを非表示に */
.tb_article_articleframe-more_content {
	clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 980px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.tb_article_articleframe-more_content--cover {
  display: none;
}
.tb_article_articleframe-more_content--cover.cover_pc_noaccordion {
  display: block;
}


/* 基本情報や３選枠など
--------------------------- */
/* 部品：共通 */
.tb_article_articleframe-article_outline {
  margin: 116px auto 0;
  border-top: 3px solid #124199;
}
.tb_article_articleframe-article_outline--headline {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 38px 0 0;
}
.tb_article_articleframe-article_outline--headline-2 {
  font-size: 23px;
}
/* 部品：共通ー画像キャプション */
.tb_article_articleframe-article_outline--caption {
  font-size: 13px;
  text-align: right;
  margin: 6px 0 0;
  color: #333;
}
/* 部品：横並び */
.tb_article_articleframe-article_outline--article {
  margin: 36px 0 0;
}
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  padding: 20px 0 0;
}
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 {
  width: 476px;
}
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1.\--floatbox-text {
  width: 100%;
}
.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 figure {
  margin: 0;
  width: 476px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 figure + figure {
  margin-top: 15px;
}
.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 img {
  width: auto;
  height: 318px;
}
.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 .tb_article_articleframe-article_outline--caption {
  font-size: 13px;
  text-align: right;
  margin: 6px 0 0 auto;
}

/* 部品：横並びー画像 */
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 .tb_article_articleframe-article_outline--flexbox-box1 {
  float: left;
}
/* 部品：横並びー画像ありタイトルありのテキスト、画像ありタイトルなしのテキスト */
.tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--headline-3,
.tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--headline-3 + .tb_article_articleframe-article_outline--flexbox-box1.\--floatbox-text,
.tb_article_articleframe-article_outline--article.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 + .tb_article_articleframe-article_outline--flexbox-box1 {
  margin-left: 28px;
  float: right;
  width: 476px;
}
.tb_article_articleframe-article_outline--headline-3 {
  font-size: 17px;
  font-weight: bold;
  padding: 0 0 10px;
}
/*3選枠でも使用*/
.tb_article_articleframe-article_outline--contents {
  font-size: 15px;
  line-height: 1.55;
}
.tb_article_articleframe-article_outline--contents p {
  margin: 0 0 0;
}
.tb_article_articleframe-article_outline--contents .tb_article_articleframe-article_outline--headline-4 {
  font-weight: bold;
  margin: 10px 0 0;
}
/* ３選枠 */
.tb_article_articleframe-article_outline--flexbox-col3 {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.tb_article_articleframe-article_outline--flexbox-col3 > .tb_article_articleframe-article_outline--flexbox-box1 {
  width: 308px;
  float: left;
  margin-left: 28px;
}
.tb_article_articleframe-article_outline--flexbox-col3 > .tb_article_articleframe-article_outline--flexbox-box1:first-child {
  margin-left: 0;
}
.tb_article_articleframe-article_outline--flexbox-col3 + .tb_article_articleframe-article_outline--contents {
  margin: 40px auto;
}
.tb_article_articleframe-article_outline--text {
  margin: 11px 0;
  font-size: 16.4px;
  line-height: 1.6;
}
.tb_article_articleframe-article_outline--flexbox-box1 a:hover .tb_article_articleframe-article_outline--image {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.tb_article_articleframe-article_outline--flexbox-box1 a:hover .tb_article_articleframe-article_outline--caption {
  color: #333;
  text-decoration: none;
}

/*段落となるタイトルあり３選枠の調整*/
.\--no_mainimage .tb_article_articleframe-article_outline--section-list {
  margin: 32px auto;
}
.\--no_mainimage .tb_article_articleframe-article_outline--contents {
  font-size: 18px;
}
.\--no_mainimage .tb_article_articleframe-header--h2 + .tb_article_articleframe-article_outline--contents {
  margin: 30px auto;
  text-align: center;
}


/* Ｑ＆Ａ */
.tb_article_articleframe-article_outline--qa {
  min-height: 72px;
}
.tb_article_articleframe-article_outline--qa-q, .tb_article_articleframe-article_outline--qa-a {
  padding: 7px 0 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
}
.tb_article_articleframe-article_outline--qa-q {
  color: #124199;
  padding-right: 20px;
}
.tb_article_articleframe-article_outline--qa-q:before, .tb_article_articleframe-article_outline--qa-a:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 37px;
  font-family: "josefin_slablight";
  line-height: 1;
}
.tb_article_articleframe-article_outline--qa-q:before {
  content: "Q.";
}
.tb_article_articleframe-article_outline--qa-a:before {
  content: "A.";
}

/*ローカルの魅力に触れる*/
.ariticle__link {
  padding: 32px 0 0;
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
.ariticle__link__list {
	width: 310px;
	margin: 0 25px 25px 0;
}
.ariticle__link__list:nth-child(3n) {
	margin-right: 0;
}
.ariticle__link__list figure {
	width: 100%;
	margin-bottom: 10px;
}
.ariticle__link__list figure img {
	width: 100%;
}
.ariticle__link__list:hover figure img {
	opacity: .8;
}
.ariticle__link__list__text {
  margin-top: 10px;
  font-size: 14px;
  color: #0062ff;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.ariticle__link__list:hover a {
	text-decoration: underline;
}

/*ローカル案内役*/
.tb_article_articleframe-author02 {
  width: 980px;
  margin: 64px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.tb_article_articleframe-author--image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.tb_article_articleframe-author--image img {
  width: 100%;
  height: 100%;
}
.tb_article_articleframe-author--text {
  width: 910px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  padding-left: 16px;
  line-height: 1.7;
}
.tb_article_articleframe-author--description {
  font-size: 13px;
  color: #333;
}

/* パムアド囲い */
.tb_article_articleframe-article_outline--section {
  margin: 49px auto 0;
  width: 980px;
}

/*埋め込み動画*/
.tb_article_articleframe-movie {
  margin: 10px 0 0;
}

.font_bold {
  font-weight: bold;
}

/* =========================================================
温泉地用CSSの時の　残すもの
========================================================= */

.tb_article_articleframe figure {
  margin: 0;
}

.tb_common_articleframe-section-1 {
  margin: 60px 0 0;
  border-top: 3px solid #124199;
}
.tb_article_articleframe-header {
  width: 980px;
  margin: 0 auto;
  padding: 56px 0 0;
  text-align: center;
}

/*コンテンツ中身のメインタイトル*/
.tb_article_articleframe-article_outline .tb_article_articleframe-header--h1,
.tb_article_articleframe-article_outline .tb_common_articleframe-headline-2 {
  text-align: center;
}
.tb_article_articleframe-article_outline .tb_article_articleframe-header--h1 span {
  font-size: 18px;
  display: block;
  margin: 0 0 2px;
}
.tb_common_articleframe-section-article-box {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: block;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  /* -webkit-box-pack: justify; */
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  /* -webkit-box-align: baseline; */
  /* -webkit-align-items: baseline; */
  /* align-items: baseline; */
  margin: 24px 0 0;
  text-align: center;
}
.tb_common_articleframe-section-article-box li {
  display: inline-block;
  margin-right: 24px;
}
.tb_common_articleframe-section-article-box li:nth-child(3n) {
  margin-right: 0;
}
.tb_common_articleframe-link-text-1 {
  font-size: 26px;
  margin: 10px 0 0;
  color: #0062ff;
  line-height: 1.4;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-align: left;
}
/* 温泉地ページのマイマップ指定 */
.tb_article_articleframe-article_gmap {
  margin: 34px 0 0 !important;
}
.tb_article_articleframe-article_gmap > iframe {
  width: 980px;
  height: 480px;
}
/* スポットガイドのアクセス・施設情報マップ指定 */
.tb_article_articleframe-article_gmap--small > iframe {
  width: 476px;
  height: 476px;
}

/* 
知る・基本情報　コンテンツ
--------------------------- */
/*tb_article_articleframe-article_outlineと同じ*/
.tb_article_articleframe-article_outline--section {
  width: 980px;
  margin: 64px auto 0;
  padding: 32px 0 0;
  border-top: 1px solid #003894;
}
.tb_article_articleframe-article_outline--headline-2 {
  font-size: 23px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}/*３選枠のタイトルも同じ*/

.tb_article_articleframe-article_outline--flexbox-col2 > .tb_article_articleframe-article_outline--flexbox-box1 {
  width: 476px;
}

/*3選枠の並びを左寄せに修正*/
.tb_article_articleframe-article_outline--flexbox-col3.col3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.col3-left .tb_article_articleframe-article_outline--flexbox-box1:first-child {
  margin: 0 !important;
}
.col3-left .tb_article_articleframe-article_outline--flexbox-box1 {
  margin-left: 28px;
}

.tb_article_articleframe-article_outline--caption {
  font-size: 13px;
  text-align: right;
  margin: 6px 0 0;
}
.tb_article_articleframe-article_outline--contents {
  font-size: 15px;
  line-height: 1.55;
}
h4.tb_article_articleframe-article_outline--headline-3 {
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0 0;
}
.tb_article_articleframe-article_outline--contents h4.tb_article_articleframe-article_outline--headline-3 + p {
  margin: 11px 0 0;
}

/* コンテンツ　他のエリアのおすすめ宿を見る */
.tb_article_articleframe-header--h2 {
	clear: both;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.4;
	padding: 30px 0 0;
	text-align: center;
}

/* メインビジュアル下のテキスト */
.tb_article_articleframe-header--oshiyado {
  font-size: 14px;
}

/*.tb_article_ スポットガイド　.tb_common_ 首里城など*/
.tb_article_articleframe-header--h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
  padding: 9px 0 0;
}

.tb_article_articleframe-header--h1 span,
.tb_common_articleframe-headline-2 span {
  font-size: 18px;
  display: block;
  margin: 0 0 2px;
}

/*○○を知る*/
.tb_article_articleframe-listmore {
  width: 980px;
  margin: 64px auto 0;
  padding: 32px 0 0;
  border-top: 1px solid #003894;
}


/* =========================================================
   その他の共通部品
========================================================= */

/* 画像を読み込み時にフェードさせる */
img.lazyload, img.lazyloading {
	opacity: 0;
	transform: translateY(-10px);
}
img.lazyloaded {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* テキストを左寄せに */
.\--alignleft {
  text-align: left;
}
/* テキストを右寄せに */
.\--alignright {
  text-align: right;
}
/* 仕切り線なし */
.\--no_partition {
  border: none !important;
}
/* マージンなし */
.\--no_margin {
  margin: 0 !important;
}
/* パディングなし */
.\--no_padding {
  padding: 0 !important;
}
/* 太字に */
.tb_article_articleframe-fontbox--bold {
  font-weight: bold;
}


/* =========================================================
   セレクション 追加分
========================================================= */

/* 上部にある画像メインの導線
--------------------------- */
.tb_article_articleframe-article_body--inner .tb_article_articleframe-header {
  width: 700px; 
}
.tb_article_articleframe-image--wide {
  margin: 0 auto;
}
.tb_common_articleframe-section-2 {
  border: none;
  margin: 60px auto;
}
.tb_common_articleframe-section-2 .tb_article_articleframe-header {
  padding: 0 0 30px;
  max-width: 700px;
}
.tb_article_articleframe-headline-2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
  padding: 9px 0 0;
}
.tb_common_articleframe-section-2 .tb_article_articleframe-article_body--inner {
  max-width: 700px;
  margin: 0 auto;
}
.tb_article_articleframe-section-article-box li {
  padding: 55px 0 50px;
}
.tb_article_articleframe-headline-3 {
  float: none;
  width: initial;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.6;
}
.tb_article_articleframe-image--wide {
  padding: 0 0 20px;
}
.tb_article_articleframe-section-article-box p {
  padding: 18px 0;
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
}
.tb_article_articleframe-section-article-box figure {
  padding: 0 0 18px;
}
/* リンク導線 テキスト左寄せのパターン */
.tb_article_articleframe-link-text-3 {
  padding: 0 0 20px;
}
.tb_article_articleframe-link-text-3 a {
  font-size: 24px;
  display: inline-block;
}
.tb_article_articleframe-link-text-3 svg {
  padding-left: 8px;
  fill: #0062ff;
  width: 14px;
  height: 20px;
  top: auto;
  bottom: 6px;
  right: auto;
  -webkit-transform: none;
  transform: none;
}


/* タイトル＋画像＋テキストのリンク集
--------------------------- */
/* 共通 */
.tb_article_articleframe-headline-1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 18px;
}
.tb_common_articleframe-section-1 > .tb_article_articleframe-article_outline {
  width: 980px;
  margin: 64px auto;
  border-top: none;
}
.tb_common_articleframe-section-1 > .tb_article_articleframe-article_outline > .tb_article_articleframe-header--h1 {
  padding: 32px 0 0;
  border-top: 1px solid #003894;
}
.tb_article_articleframe-section-list {
  max-width: 980px;
  margin: 34px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tb_article_articleframe-section-list li {
  border-top: 1px solid #ccc;
  padding: 0 0 15px;
}
/* アコーディオン用<li>の調整 */
.tb_article_articleframe-section-list li.\--li-more_content {
  border-top: none;
}
/* テキストのみ<li>の調整 */
.tb_article_articleframe-section-list li.\--li-link-text {
  width: 100%;
  border-top: none;
}
.tb_article_articleframe-link-photo img {
  width: 100%;
}
.tb_article_articleframe-link-info {
  color: #333;
}
.tb_article_articleframe-name {
  font-size: 14.2px;
}
.tb_article_articleframe-link-1 {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 15px 0 0;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.tb_article_articleframe-link-text-2 {
  font-size: 16.3px;
  padding: 0 0 11px;
}
/* リンクホバー時（テキストのみ下線なしにしたいため下記を追加） */
.tb_article_articleframe-section-list .tb_article_articleframe-textlink--blue {
  text-decoration: none;
  display: inline-block;
  margin: 11px 0 0;
}
.tb_article_articleframe-section-list a:hover .tb_article_articleframe-link-text-2 {
  text-decoration: underline;
}
.tb_article_articleframe-section-list a:hover .tb_article_articleframe-link-info {
  color: #333;
  text-decoration: none;
}
.tb_article_articleframe-section-list a:hover .tb_article_articleframe-link-photo img {
  opacity: 0.5;
}


/* 横並び：２列の場合 */
.tb_article_articleframe-list-row2 li {
  width: 460px;
}
.tb_article_articleframe-list-row2 .tb_article_articleframe-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tb_article_articleframe-list-row2 .tb_article_articleframe-link-photo {
  width: 155px;
  padding-right: 15px;
  box-sizing: border-box;
}
.tb_article_articleframe-list-row2 .tb_article_articleframe-link-info {
  width: 305px;
}
/* 縦並び：１列の場合 */
.tb_article_articleframe-list-row1 {
  -webkit-justify-content: center;
  justify-content: center;
}
.tb_article_articleframe-list-row1 li {
  width: 460px;
}
.tb_article_articleframe-list-row1 .tb_article_articleframe-link-photo {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.tb_article_articleframe-list-row1 .tb_article_articleframe-link-info {
  width: 460px;
}
/* 縦並び：３列の場合 */
.tb_article_articleframe-list-row3 li {
  width: 308px;
}
.tb_article_articleframe-list-row3 .tb_article_articleframe-link-photo {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.tb_article_articleframe-list-row3 .tb_article_articleframe-link-info {
  width: 308px;
}



/* =========================================================
   エリア×観光　宮里
========================================================= */
/* SP非表示
--------------------------- */
.\--sp{
	display: none;
}
/* ------------------------------------------------------
MV
------------------------------------------------------ */
.area_main-wrap {
	position: relative;
}
.area_main-image--main {
  padding: 0 0 100px;
}
.tb_article_articleframe-article_main_image--headline_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 135px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.tb_article_articleframe-article_main_image--headline_h1 {
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 40px;
	color: #FFF;
	line-height: 1.4;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.3);
	float: none;
	width: auto;
	padding: 32px 28px;
}
.tb_article_articleframe-article_main_image--headline_h1 .\--firstline {
	font-size: 23px;
}

/* 目次 */
ul.area_navi-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	height: 100px;
	width: 980px;
	margin: auto;
	background: #FFF;
}
.area_navi-col > li:first-child {
	padding-left: 0;
}
.area_navi-col > li {
	position: relative;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.area_navi-col > li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}
a.area-button--lightgray {
	font-size: 18px;
	line-height: 50px;
	width: 100%;
	padding: 7px 0 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #eee;
	text-decoration: none;
	color: #333;
}
.area_navi-col svg {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	fill: #333;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 投稿日 */
.area_main-date {
  width: 980px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* SNS */
.area_sns {
	margin: 40px 0 0;
}
/* リード */
.area_description {
	margin-top: 20px;
}
/* タイアップ */
.area_adBox {
	margin: 20px auto 0;
}

/* SPでタイトルが上部の場合の調整 */
.area_main-date.--positionMvout {
    position: static;
}


/* ------------------------------------------------------
コンテンツ記事
------------------------------------------------------ */
/* コンテンツタイトル
--------------------------- */
.area_article-header {
	width: 980px;
  margin: 0 auto;
  padding: 100px 0 60px;
	text-align: center;
}
p.area_article-header_sub-tittle {
	font-size: 20px;
	margin-bottom: 30px;
	color: #124199;
}
h2.area_article-header_main-tittle {
	font-size: 42px;
	font-weight: normal;
	padding: 0 0 40px 0;
	border-bottom: solid 1px #83c0ea;
}

/* 記事
--------------------------- */
.area_article-section {
	font-size: 16.4px;
	line-height: 1.6;
	max-width: 980px;
	margin: 0 auto;
  padding: 130px 0 0;
}
.area_article-header + .area_article-section {
  padding: 0;
}
.area_article-number {
	font-size: 50px;
	font-family: 'josefin_slabitalic';
	color: #124199;
	margin: 0;
	padding: 0;
}
.area_article-img figure {
	margin: 0;
}
/* 記事セクション見出し */
.area_article-section_sub-tittle {
  width: 980px;
  margin: 130px auto 0;
  padding: 0 10px 10px; 
  font-size: 42px;
  border-bottom: 1px solid #ccc;
}

.area_article-header + .area_article-section_sub-tittle {
  margin-top: 0;
}

/* 記事内タイトル */
.area_article-section-textbox-tittle {
	font-size: 40px;
	padding: 20px 0 30px;
	line-height: 1.2;
}
/* 記事内テキスト */
.area_article-section-textbox-text {
	padding-bottom: 40px;
}
/* スポット記事 */
.area_article-section-textbox-subtitle {
  font-size: 16px;
	margin-bottom: 8px;
}
.area_article-section-textbox-link > li > a {
	display: inline-block;
	padding: 5px 0;
	color: #0062ff !important;
}
.area_article-section-textbox-link>li {
	position: relative;
	padding-left: 14px;
}
.area_article-section-textbox-link svg {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	fill: #0062ff;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* スポット記事内 基本情報 */
.area_article-section-textbox__infoBox {
  font-size: 16px;
  margin: 30px 0 25px;
  box-sizing: border-box;
}
.area_article-section-textbox__infoBox__acd_switch {
  font-size: 16px;
  position: relative;
  padding: 10px 0;
  text-align: left;
  background-size: 10px 10px;
}
.area_article-section-textbox__infoBox__acd_inner {
  overflow: hidden;
  margin: 0;
}

/* キーワード */
.area_article-section-word_tittle {
	font-size: 20px;
  padding: 0 0 5px;
}
.area_article-section-word-inner {
	padding: 0;
	border-top: none;
}
.area_article-section-word .tagList{
	border-top: none;
	padding: 0;
}
/* 右下リンク */
.area_article-section-linkbox {
	text-align: right;
}
.area_article-section-linkbox {
	font-size: 16.4px;
	margin: 20px auto 0;
	padding: 0 17px;
	color: #0062ff !important;
	text-decoration: none;
	text-align: right;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.area_article-section-linkbox > svg {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	fill: #0062ff;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.area_article-section-linkbox a {
	color: #0062ff !important;
}

/* box左右　共通
--------------------------- */
.area_article-section-textbox-body.\--box-right {
	display: flex;
flex-direction: row;
}
.area_article-section-textbox-body.\--box-left{
	display: flex;
flex-direction: row-reverse;
}
.area_article-section-textbox-body.\--box-left .area_article-number{
	text-align: right;
}
.area_article-section-textbox-body.\--box-left .area_article-section-textbox{
	padding: 0 0 40px 80px;
}
.area_article-section-textbox {
	width: 480px;
	overflow: auto;
	padding: 0 80px 0 0;
	box-sizing: border-box;
	background: #fff;
}
.area_article-section-word.section_other.section {
  padding-top: 30px;
}
/* キーワード削除による余白調整 */
.area_article-section:nth-of-type(3n),
.area_article-section:last-of-type {
  padding-bottom: 90px;
}


/* ------------------------------------------------------
コンテンツ記事「〇〇 Local Trip」 コード修正後
------------------------------------------------------ */
/* 記事 左右共通
--------------------------- */
/* 記事枠 */
.ver_repair .area_article-outline {
	overflow: hidden;
}
/* 記事内数字 */
.ver_repair .area_article-number {
  width: 400px;
	font-size: 50px;
	font-family: 'josefin_slabitalic';
	color: #124199;
	margin: 0;
	padding: 0;
}
.ver_repair .area_article-img figure {
	margin: 0;
}
/* 記事内テキスト枠 */
.ver_repair .area_article-section-textbox {
	width: 400px;
  min-height: 440px;
  height: auto;
	box-sizing: border-box;
  padding: 0;/*修正前調整用*/
  overflow: hidden;
}
/* 記事内タイトル */
.ver_repair .area_article-section-textbox-tittle {
	font-size: 40px;
	padding: 20px 0 30px;
	line-height: 1.2;
  margin: 0;/*修正前調整用*/
}
/* 記事内テキスト */
.ver_repair .area_article-section-textbox-text {
	padding-bottom: 40px;
  margin: 0;/*修正前調整用*/
}
/* スポット記事 */
.ver_repair .area_article-section-textbox-subtitle {
  font-size: 16px;
	padding-bottom: 8px;
  margin: 0;/*修正前調整用*/
}
.ver_repair .area_article-section-textbox-link > li > a {
	display: inline-block;
	padding: 5px 0;
	color: #0062ff !important;
}
.ver_repair .area_article-section-textbox-link>li {
	position: relative;
	padding-left: 14px;
}
.ver_repair .area_article-section-textbox-link svg {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	fill: #0062ff;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* キーワード */
.ver_repair .area_article-section-word_tittle {
	font-size: 20px;
  padding: 0 0 5px;
}
.ver_repair .area_article-section-word-inner {
	padding: 0;
	border-top: none;
}
.ver_repair .area_article-section-word .tagList{
	border-top: none;
	padding: 0;
}
.ver_repair .area_article-section-word.section_other.section {
  margin-top: 20px;
}
/* 記事内リンク */
.ver_repair .area_article-section-linkbox {
	text-align: right;
}
.ver_repair .area_article-section-linkbox {
	font-size: 16.4px;
	margin: 20px auto 0;
	padding: 0 17px;
	color: #0062ff !important;
	text-decoration: none;
	text-align: right;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ver_repair .area_article-section-linkbox > svg {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	fill: #0062ff;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ver_repair .area_article-section-linkbox a {
	color: #0062ff !important;
}

/* 画像 */
.ver_repair .area_article-img {
  width: 490px;
  height: auto;
}


/* 画像右パターン */
.ver_repair .\--img-right .area_article-number,
.ver_repair .\--img-right .area_article-section-textbox {
  float: left;
}
.ver_repair .\--img-right .area_article-number {
	text-align: left;
}
.ver_repair .\--img-right .area_article-img {
  float: right;
  padding: 0 10px 0 80px;
}
.ver_repair .\--img-right .area_article-section-word.section_other.section {
  float: right;
  width: 490px;
  padding: 0 10px 0 80px;
}
/* 画像左パターン */
.ver_repair .\--img-left .area_article-number,
.ver_repair .\--img-left .area_article-section-textbox {
  float: right;
}
.ver_repair .\--img-left .area_article-number {
	text-align: right;
}
.ver_repair .\--img-left .area_article-img {
  float: left;
  padding: 0 80px 0 10px;
}
.ver_repair .\--img-left .area_article-section-word.section_other.section {
  float: left;
  width: 490px;
  padding: 0 80px 0 10px;
}

/* 20190111 k_kimura 追記分 ココから 流用するな */
.cafe_text_link--left {
  text-align: left;
}
.cafe_text_link--right {
  text-align: right;
}
.cafe_text_link--left a,
.cafe_text_link--right a {
  color: #0062ff;
  text-decoration: underline;
}
.cafe_text_link--left a:hover,
.cafe_text_link--right a:hover {
  text-decoration: none;
}
/* 20190111 k_kimura 追記分 ココまで 流用するな */

/* スライダー
--------------------------- */
.tb_article_articleframe-section-slider-main {
    display: none;
    width: 490px;
    height: 303px;
    overflow: hidden;
}
.tb_article_articleframe-section-slider-main.slick-initialized{
    display: block;
}
.tb_article_articleframe-section-slider-main li, ul.tb_article_articleframe-section-slider-main li {
  background: #ccc;
  width: 490px;
  height: 303px;
}
.tb_article_articleframe-section-slider-main img {
    width: 490px;
    height: auto;
}
.tb_article_articleframe-section-slider-main figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
/* prev＆next ボタン */
.tb_article_articleframe-section-slider-main > .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: none;
  display: inline-block;
  background: #FFF;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: 100em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.tb_article_articleframe-section-slider-main > .slick-arrow.slick-prev {
  left: 0;
}
.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next {
  right: 0;
}
.tb_article_articleframe-section-slider-main > .slick-arrow:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.tb_article_articleframe-section-slider-main > .slick-arrow.slick-prev:after {
  background: url(//www.tabirai.net/hotel/common/images/oshiyado/svg/svgsprite/arrow_left_cotedazur.svg) 0 0 no-repeat;
}
.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next:after {
  background: url(//www.tabirai.net/hotel/common/images/oshiyado/svg/svgsprite/arrow_right_cotedazur.svg) 0 0 no-repeat;
}
/* サブ画像 */
.tb_article_articleframe-section-slider-control{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  justify-content: start;
  margin: 24px 0 0;
}
.tb_article_articleframe-section-slider-control > li{
  margin-left: 15px;
}
.tb_article_articleframe-section-slider-control > li:first-child{
  margin-left: 0;
}
.tb_article_articleframe-section-slider-control > li.slick-active{
  cursor: default;
  background: #000;
}
.tb_article_articleframe-section-slider-control li img {
    width: 153px;
    height: auto;
}
.tb_a_a-sec-slider-control04pic li img {
    width: 112px !important;
    height: auto !important;
}
.tb_article_articleframe-section-slider-control > li.slick-active img{
  opacity: 0.25;
}
.tb_article_articleframe-section-slider-control > li:hover img{
  opacity: 0.7;
}
/* タイトルと画像の位置を入れ替えたパターン */
.ver_repair .area_article-outline.\--img-right.\--positionArrange {
    position: relative;
}
.ver_repair .area_article-outline.\--img-left.\--positionArrange {
    position: relative;
    right: 0;
}
.ver_repair .\--positionArrange.\--img-right .area_article-number,
.ver_repair .\--positionArrange.\--img-right .area_article-section-textbox,
.ver_repair .\--positionArrange.\--img-left .area_article-number,
.ver_repair .\--positionArrange.\--img-right .area_article-img,
.ver_repair .\--positionArrange.\--img-left .area_article-img,
.ver_repair .\--positionArrange.\--img-right .area_article-section-word.section_other.section,
.ver_repair .\--positionArrange.\--img-left .area_article-section-word.section_other.section {
    float: none;
}
.ver_repair .\--positionArrange.\--img-left .area_article-number {
    position: absolute;
    top: 0;
    right: 0;
}
.ver_repair .\--positionArrange.\--img-left .area_article-section-textbox {
    padding-top: 50px;
}
.ver_repair .\--positionArrange .area_article-section-textbox-tittle,
.ver_repair .\--positionArrange .area_article-section-textbox-text,
.ver_repair .\--positionArrange .area_article-section-textbox-spot {
    width: 400px;
}
.ver_repair .\--positionArrange.\--img-right .area_article-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.ver_repair .\--positionArrange.\--img-left .area_article-img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}
.ver_repair .\--positionArrange.\--img-right .area_article-section-word.section_other.section {
    position: absolute;
    top: 422px;
    right: 0;
    padding: 0;
}
.ver_repair .\--positionArrange.\--img-left .area_article-section-word.section_other.section {
    position: absolute;
    top: 422px;
    left: 0;
    padding: 0;
}


/* ------------------------------------------------------
〇〇のキホン
------------------------------------------------------ */
.area_article-outline-article {
	position: relative;
	margin-top: 30px;
	padding: 30px 0 25px;
	/*border-top: 1px solid #ccc;*/
}
.area_kanren-section__list .tb_article_articleframe-article_outline--section {
  margin: 0 auto;
  padding: 96px 0 0;
}
.tb_article_articleframe-article_outline--hide .area_article-outline-article:first-of-type {
	border-top: none;
}
/* h3タイトル */
.area_kanren-section-tittle {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
/* h4タイトル */
.area_kanren-section__midashi {
	font-size: 24px;
	margin-bottom: 10px;
}
/* リード */
.area_kanren-section__text {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
}
.area_pc-kanren-section__2col {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 0 30px;
}
/* 左写真 */
.area_kanren-section__photo {
  width: 400px;
  height: 356px;
  margin-right: 30px;
}
.area_kanren-section__photo img {
	max-width: 400px;
}
/* 基本情報 */
.area_kanren-section__infoBox {
	font-size: 16px;
	float: right;
	width: 545px;
	margin: 30px 0 25px;
	padding: 0;
	border: 2px solid #ccc;
	box-sizing: border-box;
}
.area_kanren-section__text-wrap .tb_article_articleframe-article_adBox--text.area_adBox {
  clear: both;
}
.area_kanren-section__acd_switch {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background: url( arw_down.png) no-repeat 96% center;
	background-size: 10px 10px;
}
.area_kanren-section__infoBox dl {
	overflow: hidden;
	margin: 0 1em 1em 1em;
}
.area_kanren-section__infoBox dl dt {
	font-weight: normal;
	float: left;
	clear: both;
	margin: 0 10px 0 0;
	color: #333;
	line-height: 1.6;
}
.area_kanren-section__infoBox dl dd {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
.area_kanren-section__infoBox_link {
	text-align: right;
	padding: 0 5%;
}
/* 基本情報 常時OPEN用*/
.area_kanren-section__infoBox02 {
	font-size: 16px;
	float: right;
	width: 545px;
	margin: 30px 0 25px;
	padding: 0;
	border: 2px solid #ccc;
	box-sizing: border-box;
}
.area_kanren-section__text-wrap .tb_article_articleframe-article_adBox--text.area_adBox {
  clear: both;
}
.area_kanren-section__acd_switch02 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background: url( arw_down.png) no-repeat 96% center;
	background-size: 10px 10px;
}
.area_kanren-section__infoBox02 dl {
	overflow: hidden;
	margin: 0 1em 1em 1em;
}
.area_kanren-section__infoBox02 dl dt {
	font-weight: normal;
	float: left;
	clear: both;
	margin: 0 10px 0 0;
	color: #333;
	line-height: 1.6;
}
.area_kanren-section__infoBox02 dl dd {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
.area_kanren-section__infoBox_link02{
	text-align: right;
	padding: 0 5%;
}
/* リンク */
.area_adBox {
	width: auto;
	margin: 20px auto 0;
	padding: 0 17px;
}

/* 固定ナビ */
.area_kanren-section .js-clingify-placeholder {
  width: 980px;
  height: 109px;
  margin: 0 auto;
  padding: 74px 0 0;
}
.area_kanren-section .area_kanren_selector-contentsnavi {
  border-top: none;
  margin: 0;
  padding: 0;
}
/* 固定ナビ追従時の調整 */
.js-clingify-locked .area_kanren_selector-contentsnavi {
  padding: 0;
}
.js-clingify-locked .area_kanren_selector {
  border-bottom: 1px solid #ccc;
  box-shadow: none;
}
/* 固定ナビリスト */
.area_kanren-section .area_kanren_selector-contentsnavi_list {
  width: 980px;
  height: 74px;
  border-left: none;
  padding: 0;
}
.area_kanren-section .area_kanren_selector-contentsnavi_list--item {
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
}
.area_kanren-section .area_kanren_selector-contentsnavi_list--item:first-child {
  border-left: 1px solid #ccc;
}
.area_kanren-section .area_kanren_selector-contentsnavi_list--item a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 23px 10px;
  font-size: 20px;
}
.area_kanren-section .area_kanren_selector-contentsnavi_list--item a > svg {
  width: 16px;
  height: 15px;
  position: inherit;
  -webkit-transform: none;
  transform: none;
  padding-right: 12px;
}
/* ------------------------------------------------------
コンテンツ記事「〇〇のキホン」 コード修正後
------------------------------------------------------ */
.ver_repair.tb_article_articleframe-article_outline--article.area_article-outline-article {
  overflow: hidden;
}
.ver_repair .area_kanren-section__photo {
  float: left;
}
.ver_repair .area_kanren-section__text-wrap {
  width: 550px;
  float: right;
}
.ver_repair .\--sp {
  display: block;
}
/*.area_kanren-section__infoBox dl と同じ*/
.ver_repair .area_kanren-section__infoBox .area_kanren-section__acd_inner {
	overflow: hidden;
	margin: 0 1em 1em 1em;
}

/* ------------------------------------------------------
合わせて読みたい
------------------------------------------------------ */
.area_read-section-3col {
	width: 980px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px auto 10px;
}
.area_read-section-3col li {
	width: 308px;
}
.area_read-section-linktext {
	font-size: 17.7px;
	margin: 5px 0 0;
	color: #0062ff;
}
.area_read-section-link {
	display: block;
	text-decoration: none;
	margin: 15px 0 0;
}

/* ------------------------------------------------------
記事型マップ
------------------------------------------------------ */
.tabirai-map_map {
	width: 100%;
	height: 530px;
	overflow: hidden;
  padding-top: 74px;
}


/* ------------------------------------------------------
トップへ戻る
------------------------------------------------------ */
#page-top-article {
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: block;
  padding: 10px 10px 10px 22px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.50, #e8e8e8), color-stop(0.00, #f3f3f3));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #e8e8e8 50%, #e0e0e0 100%);
}
#page-top-article:before {
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  border-width: 6px 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #333333 transparent;
  width: 0;
  height: 0;
}
#page-top-article:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f1f1), color-stop(0.00, #e0e0e0));
  background: -webkit-linear-gradient(#e0e0e0, #f1f1f1);
  background: -moz-linear-gradient(#e0e0e0, #f1f1f1);
  background: -o-linear-gradient(#e0e0e0, #f1f1f1);
  background: -ms-linear-gradient(#e0e0e0, #f1f1f1);
  background: linear-gradient(#e0e0e0, #f1f1f1);
}

/*フッターに合わせるバージョン*/
.same-fotter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 110px;
  right: 123px;
  width: 80px;
  height: 80px;
  padding-top: 20px;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.same-fotter:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: margin-top;
}
.same-fotter:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(209, 209, 209)
}
.same-fotter:hover::after {
  margin-top: -20px;
  -webkit-transition: margin-top 200ms ease-in-out;
  transition: margin-top 200ms ease-in-out;
}

/*フッターそのまま使うバージョン*/
/*テスト用コメントアウト
.ss_footerGotoTopButton {
  position: fixed !important;
  top: auto !important;
  bottom: 100px !important;;
}
*/


/* ---------------------------------------------------------
	エリア×観光　コード修正後に消すCSS
--------------------------------------------------------- */
/* ボーダー消す　セレクタ指定で調整済みのため不要
--------------------------- */
.bd-none {
	border-top: none !important;
}
/* スポット記事　クラス名とタグ要素変更のため不要
--------------------------- */
.area_article-section-textbox-spot p{
	margin-bottom: 8px;
}



/* 20180309 */
/* =========================================================
   new-template テスト対応
========================================================= */

/*-- 各段落のマージン調整--*/
#new-template .tb_article_articleframe-article_body > #new-template .tb_article_articleframe-article_body--flexbox-reverse, 
#new-template .tb_article_articleframe-article_body > .tb_article_articleframe-article_body--inner {
	padding-top: 45px !important;
}
/*-- MVのレスポ対応--*/
#new-template .tb_article_articleframe-image--main img,
#new-template .tb_article_articleframe-image--wide img {
  width: 100%;
  height: auto;
}
/*-- MVのタイトル位置調整--*/
#new-template .tb_article_articleframe-article_main_image .tb_article_articleframe-header--h4 {
  padding: 25px 0 0;
}
.tb_article_articleframe-header--text-shadow {
  text-shadow: 1px 1px 1px #333, 1px 1px 1px #333;
}
/* #new-template .tb_article_articleframe-article_body--inner .tb_article_articleframe-image--wide {
	margin: 45px auto 0 !important;
} */
/*-- おすすめ記事--*/
.reco_article_box{
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 30px 50px;
}
.reco_article_box_outline--flexbox-col2,
.reco_article_box-col2{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.reco_article_box_outline--flexbox-col2{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reco_article_box-col2{
	margin: 30px 0 0;
}
.reco_article_box-col2 a {
  display: inline-block;
  text-decoration: none;
}
.reco_article_box-col2 a:hover .reco_article_box_text_link {
  text-decoration: underline;
  color: #80b0ff !important;
}
.reco_article_box_text{
	font-size: 16px;
	line-height: 1.5;
	padding: 2px 30px 0 10px;
	width: 276px;
}
.reco_article_box_text p {
  color: #000;
}
.reco_article_box_text_link{
	padding-top: 5px;
	font-size: 14px;
}



/* 20180327 */
/* =========================================================
   新記事で100選記事のレイアウトを使いたい時用
========================================================= */
/* 共通 */
.tb_article_articleframe_select100 {
  width: 1000px;
  margin: 0 auto;
}
/* 記事タイトル */
.tb_article_articleframe_select100 .title {
  margin: 25px 0 30px;
  background: url(/sightseeing/common/images/i_h3_long.jpg) no-repeat left bottom;
}
.tb_article_articleframe_select100 .title::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.tb_article_articleframe_select100 .title p {
  font-size: 18px;
}
.tb_article_articleframe_select100 .title h1 {
  margin: 15px 0;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  font-weight: normal;
  font-size: 42px;
}
/* SNSボタンを右寄せに */
.tb_article_articleframe_select100 .snsBtn {
  clear: both;
  overflow: hidden;
  text-shadow: none;
  text-align: right;
  margin: 50px 0;
}

/* ---------------------------------------------------------
	固定ナビ用CSS
--------------------------------------------------------- */
/* line 3, clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
/* Baseline selectors */
/* line 10, clingify.scss */
.js-clingify-wrapper {
	width: 100%;
}
/* line 14, clingify.scss */
.js-clingify-locked {
	width: 100%;
	max-width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
/* Advanced selectors */
.some-selector {
	background: #fff;
	opacity: 0.95;
	filter: Alpha(opacity=95);
}
.js-clingify-locked .some-selector {
	box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2);
}
.nav-persistent ul {
	width: 1000px;
	margin: 0 auto;
	/* padding: 10px 0; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.some-selector ul li {
	position: relative;
	display: inline-block;
	margin-left: 26px;
	width: 100%;
}
.some-selector ul li:hover:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 45%;
	right: 45%;
}
.some-selector ul li:first-child {
	margin-left: 0;
}
.some-selector ul li#topLink,
.some-selector ul li#redLink {
	border-bottom: 10px solid #ff0000;
}
.some-selector ul li#topLink:hover:before,
.some-selector ul li#redLink:hover:before {
	border-bottom: 10px solid #ff0000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#blueLink {
	border-bottom: 10px solid #63c7ff;
}
.some-selector ul li#blueLink:hover:before {
	border-bottom: 10px solid #63c7ff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#greenLink {
	border-bottom: 10px solid #bdd94d;
}
.some-selector ul li#greenLink:hover:before {
	border-bottom: 10px solid #bdd94d;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#pinkLink {
	border-bottom: 10px solid #ff9f9f;
}
.some-selector ul li#pinkLink:hover:before {
	border-bottom: 10px solid #ff9f9f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#orangeLink {
	border-bottom: 10px solid #ffb881;
}
.some-selector ul li#orangeLink:hover:before {
	border-bottom: 10px solid #ffb881;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#purpleLink {
	border-bottom: 10px solid #afa0ff;
}
.some-selector ul li#purpleLink:hover:before {
	border-bottom: 10px solid #afa0ff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#yellowLink {
	border-bottom: 10px solid #EDD500;
}
.some-selector ul li#yellowLink:hover:before {
	border-bottom: 10px solid #EDD500;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li#bluegreenLink {
	border-bottom: 10px solid #00988A;
}
.some-selector ul li#bluegreenLink:hover:before {
	border-bottom: 10px solid #00988A;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.some-selector ul li a {
	display: inline-block;
	width: 100%;
	padding: 23px 0;
	text-align: center;
	text-decoration: none;
	font-size: 21px;
	color: #666;
	font-size: "丸フォーク R", "Maru Folk Medium", "フォーク M", "Folk Medium", Meiryo, Verdana, Arial, sans-serif;
}

/* ---------------------------------------------------------
	コンテンツタイトル
--------------------------------------------------------- */
/* 共通 */
#mapList {
	padding-top: 80px;
	margin-top: -80px;
}
.tb_article_articleframe_select100 .faciList {
	padding: 90px 0 0;
}
/*100選の目次無い時の余白調整*/
.tb_article_articleframe_select100 .snsBtn + .faciList {
  padding: 0;
}
.tb_article_articleframe_select100 .faciTitle {
	position: relative;
	padding: 35px 120px 40px;
	margin-bottom: 40px;
}
.tb_article_articleframe_select100 .faciTitle h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
.tb_article_articleframe_select100 .faciTitle p {
	font-size: 18px;
	color: #666;
	line-height: 1.3;
	text-align: center;
}
/* 青 */
.tb_article_articleframe_select100 #blueList .faciTitle {
	background: url(/sightseeing/feature/images/select100/faciblue_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/faciblue_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #blueList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/faciblue_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #blueList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/faciblue_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #blueList .faciTitle h2 {
 color: #63c7ff;
}
/* 緑 */
.tb_article_articleframe_select100 #greenList .faciTitle {
	background: url(/sightseeing/feature/images/select100/facigreen_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/facigreen_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #greenList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/facigreen_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #greenList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/facigreen_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #greenList .faciTitle h2 {
 color: #bdd94d;
}
/* ピンク */
.tb_article_articleframe_select100 #pinkList .faciTitle {
	background: url(/sightseeing/feature/images/select100/facipink_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/facipink_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #pinkList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/facipink_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #pinkList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/facipink_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #pinkList .faciTitle h2 {
 color: #ff9f9f;
}
/* オレンジ */
.tb_article_articleframe_select100 #orangeList .faciTitle {
	background: url(/sightseeing/feature/images/select100/faciorange_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/faciorange_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #orangeList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/faciorange_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #orangeList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/faciorange_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #orangeList .faciTitle h2 {
 color: #ffb881;
}
/* 紫 */
.tb_article_articleframe_select100 #purpleList .faciTitle {
	background: url(/sightseeing/feature/images/select100/facipurple_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/facipurple_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #purpleList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/facipurple_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #purpleList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/facipurple_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #purpleList .faciTitle h2 {
 color: #afa0ff;
}
/* 黄 */
.tb_article_articleframe_select100 #yellowList .faciTitle {
	background: url(/sightseeing/feature/images/select100/faciyellow_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/faciyellow_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #yellowList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/faciyellow_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #yellowList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/faciyellow_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #yellowList .faciTitle h2 {
 color: #EDD500;
}
/* 青緑 */
.tb_article_articleframe_select100 #bluegreenList .faciTitle {
	background: url(/sightseeing/feature/images/select100/facibluegreen_pointleft.jpg) left center no-repeat, url(/sightseeing/feature/images/select100/facibluegreen_pointright.jpg) right center no-repeat;
	background-size: 82px auto;
}
.tb_article_articleframe_select100 #bluegreenList .faciTitle:before {
	content: url(/sightseeing/feature/images/select100/facibluegreen_line.jpg);
	position: absolute;
	top: 0;
	left: 0;
}
.tb_article_articleframe_select100 #bluegreenList .faciTitle:after {
	content: url(/sightseeing/feature/images/select100/facibluegreen_line.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.tb_article_articleframe_select100 #bluegreenList .faciTitle h2 {
 color: #00988A;
}

/* ---------------------------------------------------------
	コンテンツ記事
--------------------------------------------------------- */
.tb_article_articleframe_select100 .section {
	width: 1000px;
	text-align: left;
	margin-top: -80px;
	padding-top: 80px;
}
/* 画像とタイトル部分 */
.tb_article_articleframe_select100 .section .photo {
	width: 1000px;
	height: auto;
  text-align: center;
}
.tb_article_articleframe_select100 .section .photo img {
  max-width: 1000px;
	width: auto;
	height: auto;
}
.tb_article_articleframe_select100 .section .midashiWrap {
	color: #2067b9;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}
.tb_article_articleframe_select100 .section .midashiWrap:after {
	content: '';
	width: 65px;
	height: 65px;
	background: #2067b9 url(/sightseeing/feature/images/selection/i_number.jpg) no-repeat bottom right;
	position: absolute;
	text-indent: 0;
	left: 0;
	top: 0;
	text-align: center;
}
.tb_article_articleframe_select100 .section .midashiWrap p {
	width: 65px;
	height: 65px;
	position: absolute;
	display: table-cell;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	z-index: 999;
	text-align: center;
}
.tb_article_articleframe_select100 .section .midashiWrap h2 {
	font-weight:bold;
	font-size: 30px;
	height: 65px;
	line-height: 2;
	text-indent: 85px;
	display: table-cell;
}
.tb_article_articleframe_select100 .section .midashiWrap h2 span {
	font-weight:normal;
	font-size:18px;
}
.tb_article_articleframe_select100 .section .midashiWrap h3 {
	font-weight:bold;
	font-size:24px;
	margin-top: 25px;
}
/* テキスト部分 */
.tb_article_articleframe_select100 .section .textWrap {
	overflow: hidden;
	margin-bottom: 50px;
}
.tb_article_articleframe_select100 .section .textWrap p {
	width: 480px;
	float: left;
	font-size: 16px;
	line-height: 2;
}
/* データ */
.tb_article_articleframe_select100 .section .textWrap .infoBox {
	width: 430px;
	float: right;
	font-size: 12px;
	border: 3px solid #c0cfde;
	padding: 20px;
}
.tb_article_articleframe_select100 .section .textWrap .acd_switch {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}
.tb_article_articleframe_select100 .section .textWrap .infoBox dl {
	overflow: hidden;
	margin: 0 auto;
	line-height: 2;
}
.tb_article_articleframe_select100 .section .textWrap .infoBox dt {
	float: left;
	clear: both;
	margin: 0 10px 0 0;
	font-size: 12px;
	color:#333;
	font-weight:normal;
}
.tb_article_articleframe_select100 .section .textWrap .infoBox dd {
	font-size: 12px;
}
/* 案内役サブコメント */
.tb_article_articleframe_select100 .section .editersPoint {
	width: 800px;
	margin: 0 auto 40px;
	background-color: #e8f0f8;
	overflow: hidden;
}
.tb_article_articleframe_select100 .section .editersPoint .midashi {
	position: relative;
	color: #fff;
	background: #2067b9;
	font-size: 18px;
	line-height: 1;
	margin: 16px auto 10px;
	padding: 8px 10px 8px;
	width: 300px;
	text-align: center;
}
.tb_article_articleframe_select100 .section .editersPoint .midashi:before {
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	height: 0;
	width: 0;
	border: 17px solid #2067b9;
	border-right-color: transparent;
}
.tb_article_articleframe_select100 .section .editersPoint .midashi:after {
	content: "";
	position: absolute;
	top: 0;
	left: -22px;
	height: 0;
	width: 0;
	border: 17px solid #2067b9;
	border-left-color: transparent;
}
.tb_article_articleframe_select100 .section .editersPoint .text {
  margin: 20px 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
/* 導線 */
.tb_article_articleframe_select100 .section ul {
	width: 800px;
	margin: 0 auto 50px;
	text-align: center;
	clear: both;
}
.tb_article_articleframe_select100 .section li {
	display: inline-block;
	width: 380px;
  height: 62px;
  margin-bottom: 10px;
}
.entry-last li {
	margin-bottom: 20px;
}
.tb_article_articleframe_select100 .section li:nth-child(2) ,
.tb_article_articleframe_select100 .section li:nth-child(4) ,
.tb_article_articleframe_select100 .section li:nth-child(6) {
	margin-left: 35px;
}
.tb_article_articleframe_select100 .section li.inner {
	float: none;
	margin: 0 auto;
}
.tb_article_articleframe_select100 .section li.column {
	background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.column:hover {
	background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.Detail_611Gotou {
	display: block;
	margin: 0 auto;
}
.tb_article_articleframe_select100 .section li.active {
	background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.active:hover {
	background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.tour {
	background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.mt25_611Gotou {
	margin: 25px 0 0 0;
}
.tb_article_articleframe_select100 .section li.mt25_611GotouF {
	margin: 25px 0 0 35px;
}
.tb_article_articleframe_select100 .section li.tour:hover {
	background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.hotel {
	background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.hotel:hover {
	background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.car {
	background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.car:hover {
  background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.bus {
  background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.bus:hover {
  background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li.onsen {
  background: url(/sightseeing/feature/images/selection/i_onsen.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe_select100 .section li.onsen:hover {
  background: url(/sightseeing/feature/images/selection/i_onsen.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe_select100 .section li a {
	display: table-cell;
	width: 380px;
  height: 62px;
	border: solid 1px #ff9f00;
	box-sizing: border-box;
	padding: 0px 15px 0px 65px;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6em;
	color: #ff9f00;
}
.tb_article_articleframe_select100 .section li:hover a {
	color: #ffffff;
	opacity: 1 !important;
	filter: Alpha(opacity=100);
}

/* ------------------------------------------------------
20190128_スポットガイドボタン追加
------------------------------------------------------ */
.tb_article_articleframe-select10-spotguide {
  width: 800px;
  margin: 30px auto 0px;
  text-align: center;
  clear: both;
}
/*li*/
.tb_article_articleframe-select10-spotguide li {
  display: inline-block;
  width: 380px;
  height: 62px;
  margin-bottom: 10px;
}
.entry-last li {
  margin-bottom: 20px;
}
.tb_article_articleframe-select10-spotguide li:nth-child(2) ,
.tb_article_articleframe-select10-spotguide li:nth-child(4) ,
.tb_article_articleframe-select10-spotguide li:nth-child(6) {
  margin-left: 35px;
}
.tb_article_articleframe-select10-spotguide li.inner {
  float: none;
  margin: 0 auto;
}
.tb_article_articleframe-select10-spotguide li.column {
  background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.column:hover {
  background: url(/sightseeing/feature/images/selection/i_column.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.Detail_611Gotou {
  display: block;
  margin: 0 auto;
}
.tb_article_articleframe-select10-spotguide li.active {
  background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.active:hover {
  background: url(/sightseeing/feature/images/selection/i_active.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.tour {
  background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.mt25_611Gotou {
  margin: 25px 0 0 0;
}
.tb_article_articleframe-select10-spotguide li.mt25_611GotouF {
  margin: 25px 0 0 35px;
}
.tb_article_articleframe-select10-spotguide li.tour:hover {
  background: url(/sightseeing/feature/images/selection/i_tour.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.hotel {
  background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.hotel:hover {
  background: url(/sightseeing/feature/images/selection/i_hotel.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.car {
  background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.car:hover {
  background: url(/sightseeing/feature/images/selection/i_car.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.bus {
  background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.bus:hover {
  background: url(/sightseeing/feature/images/selection/i_bus.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li.onsen {
  background: url(/sightseeing/feature/images/selection/i_onsen.png) no-repeat 15px center #fff1da;
}
.tb_article_articleframe-select10-spotguide li.onsen:hover {
  background: url(/sightseeing/feature/images/selection/i_onsen.png) no-repeat 15px center #ff9f00;
}
.tb_article_articleframe-select10-spotguide li a {
  display: table-cell;
  width: 380px;
  height: 62px;
  border: solid 1px #ff9f00;
  box-sizing: border-box;
  padding: 0px 15px 0px 65px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
  color: #ff9f00;
}
.tb_article_articleframe-select10-spotguide li:hover a {
  color: #ffffff;
  opacity: 1 !important;
  filter: Alpha(opacity=100);
}
/* 20190128_追加分ここまで  --------------------------------*/


/* ---------------------------------------------------------
	月TOP 20180525追加
--------------------------------------------------------- */
/*mainvisial*/
.area_main-image--main {
    padding: 0 0 75px !important;
}
/*目次*/
.tb_monthly_mokuji ul > li {
	padding: 8px 0 0 !important;
	line-height: 1 !important;
}
.tb_monthly_mokuji ul > li a {
    text-decoration: none;
    color: #0062ff;
    position: relative;
    padding: 0 0 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.tb_monthly_mokuji .tb_article_articleframe-textlink--blue > svg {
    left: 0 !important;
}
/*Okinawa Local Trip*/
.ver_repair .area_article-number {
	line-height: 1 !important;
}
.tb_common_articleindex-section-1 .area_article-section:nth-of-type(3n), .area_article-section:last-of-type {
    padding-bottom: 0px !important;
}
/*前後月導線*/
.area_main-allmanthLink-monthly{
	width:980px;
	margin: 30px auto 0;
}
.area_main-allmanthLink-monthly .btnOwb_next{
    overflow: hidden;
    width: 49%;
    margin: 0 auto 0;
}
.area_main-othermanthLink-monthly {
	overflow: hidden;
	width:980px;
	margin: 100px auto 0;
}
.area_main-othermanthLink-monthly .btnOwb_prev{
	float: left;
	width:49%;
	margin:0 2% 0 0;
}
.area_main-othermanthLink-monthly .btnOwb_next{
	float: right;
	width:49%;
	margin:0 ;
}
.btnOwb_next a,
.btn_owb_monthly a {
	position: relative;
	height: 60px;
	background: #FFFFFF;
	color: #003894;
	border: 1px solid #003894;
	padding: 6px 30px 6px 5%;
	font-size: 15px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	text-decoration: none;
	vertical-align: middle;
	align-items: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.btnOwb_prev a {
	position: relative;
	height: 60px;
	background: #FFFFFF;
	color: #003894;
	border: 1px solid #003894;
	padding: 6px 5% 6px 30px;
	font-size: 15px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	text-decoration: none;
	vertical-align: middle;
	align-items: center;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.btnOwb_prev a::after,
.btnOwb_next a::after,
.btn_owb_monthly a::after {
	position: absolute;
	top: 40%;
	right: 16px;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 4px #003894;
	border-right: solid 4px #003894;
}
.btnOwb_prev a::after{
	position: absolute;
	top: 40%;
	left: 16px;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-top: solid 4px #003894;
	border-right: solid 4px #003894;
}
.btnOwb_prev a:hover,
.btnOwb_next a:hover,
.btn_owb_monthly a:hover {
	background: #d9e7ff;
	color: #003894;
}
.btnOwb_prev a:hover::after,
.btnOwb_next a:hover::after,
.btn_owb_monthly a:hover::after {
	border-top: solid 4px #003894;
	border-right: solid 4px #003894;
}
.bOwbMonthly_mt20{
	margin: 20px 0 0 0;
	width: auto;
	padding: 0;
}
.area_kanren-section__list .monthly_kihon_mt50 {
    padding: 50px 0 0 !important;
}
.area_kanren-section__list .monthly_kihon_mt5pt20pb25 {
    margin-top: 5px !important;
	padding: 20px 0 25px !important;
}
.area_kanren-section-tittle_monthly {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.area_kanren-section__text_monthly {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px !important;
    line-height: 1.2;
    font-weight: bold !important;
   
}
.area_kanren-section__photo_monthly {
  width: 400px;
  height: 356px;
  margin-right: 30px;
}
.area_kanren-section__photo_monthly img {
	max-width: 400px;
}
.ver_repair .area_kanren-section__photo_monthly {
  float: left;
}
.area_kanren-section__photo_monthly img {
	max-width: 400px;
}
.area_pc-kanren-section__2col .area_kanren-section__text-wrap {
  width: 550px;
  float: right;
}

/* ---------------------------------------------------------
	CSS Document > 集客用リンク枠パーツ-1
--------------------------------------------------------- */

/* 画像とテキスト横並び */
.tb_article_linkparts-1 .tb_article_articleframe-article_outline--article {
    margin: 64px 0 0;
}
.tb_article_linkparts-1 .tb_article_articleframe-article_body {
  margin: 0 auto 40px;
  width: 980px;
  font-size: 16.4px;
  line-height: 1.6;
}
.tb_article_linkparts-1 .area_pc-kanren-section__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 15px 0 60px;
}
.tb_article_linkparts-1 .area_kanren-section__photo {
  width: 40.817%;/* 400px */
  height: auto;
  margin-right: 3.062%;
}
.tb_article_linkparts-1 .area_kanren-section__photo a {
  display: inline-block;
}
.tb_article_linkparts-1 .area_kanren-section__photo a:hover {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.tb_article_linkparts-1 .area_kanren-section__photo img {
  max-width: 400px;
  max-height: 356px;
  width: 100%;
  height: auto;
}
.tb_article_linkparts-1 .area_kanren-section__text-wrap {
  width: 56.123%;
  float: initial;
  font-size: 22px;
  position: relative;
}

/* リンク調整 */
.tb_article_linkparts-1 .tb_article_articleframe-article_link {
	width: 100%;
  padding: 20px 0 0;
}

/* 画像とテキスト横並びの中にあるリンクのみ位置を調整 */
.area_kanren-section__text-wrap .tb_article_articleframe-article_link {
  position: absolute;
  bottom: 0;
}

/* 画像テキスト縦並び・リスト横並び */
.tb_article_cardlink_linklist {
  width: 980px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
}
.tb_article_cardlink_list {
  width: 21.937%;
  padding: 0;
  margin: 0 0 30px 4.083%;
}
.tb_article_cardlink_list:nth-child(4n+1){
  margin-left: 0;
}
.tb_article_cardlink_list a {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.tb_article_cardlink_image {
  width: 215px;
  height: auto;
}
.tb_article_cardlink_lead {
  padding: 10px 0 0;
  font-size: 17px;
  color: #0062ff;
  /*font-weight: bold;*/
  line-height: 1.3;
}
.tb_article_cardlink_list a:hover {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}
.tb_article_cardlink_list a:hover .tb_article_cardlink_lead {
  text-decoration: underline;
}

/* テキスト小さい時 */
.tb_article_linkparts-1 .area_kanren-section__text-wrap.\--textSmall {
  font-size: 16.4px;
}
.area_kanren-section__text-wrap.\--textSmall .tb_article_articleframe-article_link {
  position: static;
}

/* リンクパーツ入れるとき */
.tb_article_linkparts-1 .area_article-section-textbox-spot {
  padding-top: 30px;
}

/* 矢印アイコンが右のとき */
.\--righrArrow.area_article-section-textbox-link > li {
    padding-left: 0;
}
.\--righrArrow.area_article-section-textbox-link svg {
    left: auto;
    top: auto;
    bottom: 2px;
    padding-left: 10px;
}

/* 20180809追加＿気温服装ページ リニューアル
-----------------------------------------*/
.tb_article_articleframe figure.tb_article_articleframe2018new {
    margin: 0;
    height: 275px;
    background-color: #fff !important;
}
.tb_article_articleframe2018new_main_image--headline .tb_article_articleframe-article_main_image--headline_h1 {
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 40px;
    color: #333;
    line-height: 1.4;
    border: 1px solid #003894;
    background: #fff;
    float: none;
    width: auto;
    padding: 32px 28px;
}
.tb_article_articleframe2018new .tb_article_articleframe-image-gradation--black:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    padding-bottom: 239px;
    background: #fff !important;
}

.tb_article_articleframe2018new_main_image--headline .tb_article_articleframe-article_main_image--headline_inner {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 85px !important;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.area_kanren-section__text-wrap .sec_leadTxt{
	font-weight: bold;
	margin: 0 auto 1em;
}

/* 押し宿風MV
--------------------------------------*/
.oshiyado-selection02 {
    display: flex;
    justify-content: center;
    max-width: 1416px;
    min-width: 980px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.oshiyado-selection02 img {
    box-sizing: border-box;
    padding: 2px;
    /* width: 354px; */
    max-width: 354px;
    /* height: 228.25px; */
    /* height: 228px; */
    width: 25%;
    height: 100%;
}
.tb_article_articleframe-header02 {
    width: 980px;
    margin: 0 auto;
    padding: 55px 0 0;
	text-align: left;
}
.tb_article_articleframe-header--oshiyado {
    font-size: 14px;
}
.tb_article_articleframe-header--h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    padding: 9px 0 0;
}
.tb_article_articleframe-header--outline {
    padding: 10px 0 0;
    line-height: 1.6;
    float: left;
    width: 600px;
    font-size: 14px;
}
.tb_article_articleframe--clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
/*SNSボタン*/
.tb_article_articleframe-header02 + .snsBtn {
    clear: none;
    overflow: hidden;
    text-shadow: none;
    text-align: right;
    margin: 0 auto 0;
    padding: 0 0 0;
    width: 980px;
}

/* 20181010追加＿写真幅調整
-----------------------------------------*/
.tb_article_articleframe-article_body--inner-image img {
  max-width: 700px;
}

/* 20181011追加＿動画デザイン調整
-----------------------------------------*/
.pl-movieContent {
  margin: 0 auto;
  padding: 10px 0 0;
  border: 1px solid #aaa;
  color: #4c7bd3;
  font-size: 25px;
  text-align: center;
}

#pl-movieContent__youtubeWrapper {
  display: block;
  margin: 0 auto;
  width: 938px !important;
  height: 528px !important;
}
a.pl-movieContent__link {
  background-color: #aaa;
}
.pl-movieContent a.pl-movieContent__link {
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.pl-movieContent__link::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.rc_movie{
  margin: 30px auto 30px;
  width: 980px;
}

/* 20181022追加＿一時販促枠
-----------------------------------------*/
.pl-imageText {
    width:980px;
    height:120px;
    padding-top:10px;
    color:#0062ff !important;
    font-size:19px;
    margin:40px auto 0;
    position:relative;
    text-align:left;
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
}
.pl-image {
    float:left;
    padding-left:12px;
}
.pl-text {
    float:right;
    width:769px;
    padding-top:38px;
}

/* Instagram
---------------------------------------- */
.tb_article_articleframe_instagram {
  display: flex;
  width: 980px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tb_article_articleframe_instagram_list {
  width: 160px;
  height: 160px;
  margin: 0 4px 4px 0;
}

.tb_article_articleframe_instagram_list:nth-child(6n) {
  margin-right: 0;
}

.tb_article_articleframe_instagram_item {
  
}

.tb_article_articleframe_instagram_item img {
  width: 100%;
}

.tb_article_articleframe_instagram_text {
  font-size: 14px;
  text-align: center;
}

.tb_article_articleframe_instagram_btn {
  text-align: center;
  color: #2e6ca5;
  font-size: 20px;
  text-decoration: none;
  display: block;
  margin: 50px auto;
}

a.tb_article_articleframe_instagram_btn{
  color: #fff;
}

.tb_article_articleframe_instagram_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.tb_article_articleframe_instagram_btn_span{/*アイコンの背景*/
  position: relative;
  display: inline-block;
  width: 340px;
  /* height: 50px; */
  vertical-align: middle;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;
  line-height: 50px;
}

/*.tb_article_articleframe_instagram_btn_span:before{
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}*/

.tb_article_articleframe_instagram_btn .fa-instagram {
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 50px;
}

/* ------------------------------------------------------
20190104_基本情報SPアコーディオン表示調整
------------------------------------------------------ */
.tb_article_articleframe-article_outline--article_half_u.area_kanren-section__text-wrap {
    padding: 0 0 45px;
}
.area_kanren_article_first {
    padding: 0 0 45px;
}
.area_kanren-section__text-wrap .title_onsen_info_aksec{
  margin: 0;
  padding:10px 10px 10px 25px !important;
}
.area_kanren-section__text-wrap .title_onsen_info_aksec:before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(/sightseeing/common/images/icon_onsen.png) no-repeat #FFF;
    background-size: 18px 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 14px;
    left: 193px;
}
/*もっと見るボタン非表示*/
.tb_article_articleframe-more_content--cover02{
  display: none;
}
/* 20190104追加分ここまで  ------------------------------*/

/* ------------------------------------------------------
20190528_○選部分_複数行リンク
------------------------------------------------------ */
/*複数行のリンク*/
.wrap_plural_aAdbLink{
    text-align: right;
    margin: 20px auto 0;
}
.wrap_plural_aAdbLink .adbox02_ttl{
    text-align: right;
    margin: 0 auto 5px;
}
.wrap_plural_aAdbLink .aAdbLinkbox{
      margin: 0 auto 20px;
}
.wrap_plural_aAdbLink .aAdbLinkbox .tb_article_articleframe-article_adBox--text02{
    margin: 0px auto 10px;
    color: #0062ff !important;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0px 17px;
    text-align: right;
    font-size: 16.4px;
    box-sizing: border-box;
}
.wrap_plural_aAdbLink .aAdbLinkbox .tb_article_articleframe-article_adBox--text02 a{
    color: #0062ff !important;
}
.wrap_plural_aAdbLink .aAdbLinkbox .tb_article_articleframe-article_adBox--text02 > svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #0062ff;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**/
.tb_article_linkparts-1 .area_kanren-section__text-wrap .area_kanren-section_link{
    margin: 5px 0 10px 0;
    padding: 0;
    line-height: 1.4;
}
.tb_article_linkparts-1 .area_kanren-section__text-wrap .area_kanren-section_link a{
    color: #0062ff !important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 16.4px;
    line-height: 1.4;
}
.tb_article_linkparts-1 .area_kanren-section__text-wrap .area_kanren-section_link a:hover{
    text-decoration: underline;
}
.tb_article_linkparts-1 .area_kanren-section__text-wrap .area_kanren-section_txt{
    font-size: 16.4px;
    line-height: 1.6;
}
/* 20190528追加分ここまで ------------------------------*/

/* ---------------------------------------------------------
	２カラム用
--------------------------------------------------------- */
.\--2column {
    width: 980px;
    margin: 24px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
}

/* メインカラム
--------------------------- */
/* 共通 */
.tb_article_articleframe-article-2column_section div#div_tag_all,
.tb_article_articleframe-article-2column_section .tb_article_articleframe-header,
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_body {
    width: 100%;
}

/* 左カラム */
.tb_article_articleframe-article-2column_section {
    width: 640px;
    margin-right: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-date {
    padding: 20px 0 15px;
}
.tb_article_articleframe-article-2column_section .snsBtn {
    margin: 0;
    padding: 30px 0 35px;
}
.tb_article_articleframe-article-2column_title {
    font-size: 30px;
}
.tb_article_articleframe-article-2column_text {
    font-size: 16px;
    padding: 17px 0 60px;
}
.tb_article_articleframe-article-2column_text + .tb_article_articleframe-article-2column_image {
    margin: 0;
}
.tb_article_articleframe-article-2column_image {
    width: 100%;
    height: auto;
    padding-top: 17px;
}
.tb_article_articleframe-article-2column_caption {
    display: inline-block;
    padding-top: 9px;
    font-size: 13px;
}

/* 詳細枠 */
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_body--infobox {
    padding: 18px 0 26px;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--text {
    width: 100%;
    padding: 0;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--text_label {
    text-align: left;
    padding-bottom: 5px;
}

/* パムアド
--------------------------- */
/* パムアドテキスト */
.tb_article_articleframe-article-2column_section iframe.pamad_iframe {
    padding: 0 9px 0 16px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--text > .tb_article_articleframe-article_adBox--text_label + a + svg,
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--text > iframe + svg {
    left: 0;
    top: calc(50% + 7px);
}

/* レコメンド6枠 */
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adList h3 {
	width: 100%;
	margin: 0 auto 20px;
	background: none;
	padding-left: 0;
	font-size: 25px;
	line-height: 30px;
	border-bottom: none;
	overflow: hidden;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adList h3:before {
	content: " ";
	background-color: #003894;
	margin-right: 7px;
	width: 7px;
	height: 30px;
	float: left;
	display: block;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adList {
	position: relative;
	margin: 0 auto;
	height: 360px;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adList h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--box1.find {
	position: absolute;
	right: 0;
	top: 146px;
	width: 48%;
}
.tb_article_articleframe-article-2column_section .tb_article_articleframe-article_adBox--box2.find {
	position: absolute;
	top: 252px;
	width: 100%;
}

/* サブカラム
--------------------------- */
/* 共通 */
.\--2column .tb_article_articleframe-article_aside,
.\--2column .tb_article_articleframe-article_aside iframe {
    display: block !important;
    width: 300px;
}

/* 観光情報 定型フッター
--------------------------- */
.\--2column + .pl-infoSec {
    width: 930px;
    padding-right: 320px;
}

/* [関東_観光情報]週末レンタカー旅コンテンツ（観光情報CMS内article）のコーディング 2020/3/24新垣
------------------------------------------------------------------------------------------ */
.weekend_glamping_schedule {
  margin: auto;
  margin-bottom: 40px;
}

.weekend_glamping_schedule .schedule_inner {
  max-width: 600px;
}

.weekend_glamping_schedule .schedule_list {
  padding: 15px;
  border: 1px solid #00358c;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.schedule_list_ttl {
  font-size: 14px;
  /* color: #00358c; */
  margin: 5px 0px;
  font-weight: bold;
}

.medium {
  font-family: source-han-sans-japanese,sans-serif;
  font-style: normal;
}

.weekend_glamping_schedule .schedule_list_table {
  margin-top: 10px;
  width: 100%;
}

.weekend_glamping_schedule .schedule_list_table td.time {
  color: #00358c;
  white-space: nowrap;
  padding-right: 10px;
}

.weekend_glamping_schedule .schedule_list_table .table2 td.time {
  width: 83px;
}

.weekend_glamping_schedule .schedule_list_table td {
  padding: 5px 0;
  border-top: 1px solid #00358c;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.weekend_glamping_schedule .schedule_list_table td a {
  color: #0062ff;
  /* text-decoration: none; */
}

.tb_article_articleframe-button--blue-more {
  display: none;
}

/* .tb_article_articleframe-article_body--infobox.infobox_fix {
  padding: 90px 100px 24px;
} */

.tb_article_articleframe-fontbox--white.schedule_space {
  display: block;
}

/* 宮古島まもるくん余白 */
#miyakojimamoru .pd_160 {
  padding-top:230px;
}

.tabirai_cms_banner img {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}

/* ブランドホテル動画 */
.tb-htl {
	display: none;
}

/* 15離島紹介ページ */
.tb_article_articleframe-header--h4.article_headline {
  font-weight: 500;
}

.ritou_main-img {
  padding: 0 !important;
}
.ritou_info_title {
  font-size: 35px;
}

.color-red {
  color: #ff0000;
}

.ritou_info_link {
  margin-top: 20px;
}
.ritou_info_link a{
  margin: 0 auto;
}

.ritou_info_textarea-text {
  padding-bottom: 50px;
}

.--no_padding {
  padding: 0;
}

.tb_article_articleframe-article_outline--section .tb_article_articleframe-readarticle.ocvb-article {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.tb_article_articleframe-article_outline--section .tb_article_articleframe-readarticle.ocvb-article:first-child {
  border-top: none;
}

.tb_article_articleframe-article_outline--article .tb_article_articleframe-article_outline--image .ocvb-article_img {
  height: 200px;
}

.tb_article_articleframe-article_outline--section .ocvb-article .ocvb-article_box {
  width: 980px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.ocvb-box_img {
  text-align: center;
}

.tb_article_articleframe-article_outline--section .tb_article_articleframe-article_outline--flexbox-box1 .ocvb-article--image {
  width: 200px;
}

.tb_article_articleframe-article_outline--section .tb_article_articleframe-article_outline--image.ocvb-article--image .ocvb-article_img-logo1 {
  height: 150px;
}

.tb_article_articleframe-article_outline--section .tb_article_articleframe-article_outline--image.ocvb-article--image .ocvb-article_img-logo2 {
  height: 100px;
}

.logo_wrap{
  width: 380px; 
  margin: 0 auto;
}
.logo_wrap img {
  width: 100%;
}
.bnr_title {
  font-size: 29px;
}

/*旅を予約するボタン*/
.tb_common_articleindex-listNav {
  width: 980px;
  margin: 50px auto 70px;
}

.tb_common_articleindex-listNav .tb_article_articleframe-header {
  padding-bottom: 30px;
}

.pl-springboard__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
.pl-springboard__list__item {
width: 244px;
height: 206px;
box-sizing: border-box;
transition: margin-bottom 400ms ease-in-out 50ms;
will-change: margin-bottom;
padding: 0 10px;
font-feature-settings: "palt";
}
li.pl-springboard__list__item a {
text-decoration: none;
color: #003894;
}
.pl-springboard__list__item a:hover dl {
background-color: #B0CFFF;
}
.pl-springboardBox {
border: 1px solid #003894;
background-color: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
height: 100%;
cursor: pointer;
margin: 0;
}
.pl-springboardBox__title {
text-align: center;
font-size: 20px;
font-weight: 700;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-positive: 1;
flex-grow: 1;
}
.pl-springboardBox__title__icon {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.pl-springboardBox__title__text {
display: block;
margin: 0;
font-feature-settings: "palt";
}
.pl-springboardBox__content {
margin: 0;
padding: 0;
height: 80px;
font-size: 16px;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}

