
@charset "UTF-8";
@font-face {
  font-family: 'josefin_slabitalic';
  src: url("/hotel/common/fonts/josefinslab-italic-webfont.woff2") format("woff2"), url("/hotel/common/fonts/josefinslab-italic-webfont.woff") format("woff"), url("/hotel/common/fonts/josefinslab-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width:980px) { 
  body {
    width: 980px;
    background-image: none;
  }

  #wrap {
    width: 980px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}

#wrap {
	width: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.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 {
  font-family: "游ゴシック", 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 {
  color: #124199;
  text-decoration: underline;
}

.tb_article_articleframe_bread ol {
  overflow: hidden;
}

.tb_article_articleframe_bread li {
  float: left;
}

.tb_article_articleframe_bread li:before {
  content: '>';
  margin: 0 4px;
}

.tb_article_articleframe_bread li:first-child:before {
  content: none;
}

.tb_article_articleframe--clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.txtdecNone_pkpk {
  text-decoration: none !important;
}

.tb_article_articleframe-button--orange {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none !important;
  text-align: center;
  justify-content: center;
  -webkit-box-pack: center; 
  -ms-flex-pack: center;
  vertical-align: middle;
  align-items: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: #f08300;
  color: #FFF !important;
}
.tb_article_articleframe-button--orange[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tb_article_articleframe-button--orange[type="button"]::-webkit-search-decoration {
  display: none;
}

.tb_article_articleframe-button--orange[type="button"]::focus {
  outline-offset: -2px;
}

.tb_article_articleframe-button--orange > svg {
  width: 16px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #FFF;
}

.tb_article_articleframe-button--orange:hover {
  text-decoration: none;
}

.tb_article_articleframe-button--orange > svg {
  fill: #FFF;
}

.tb_article_articleframe-button--orange:hover {
  background-color: #ffeed9;
  color: #f08300 !important;
}

.tb_article_articleframe-button--orange:hover > svg {
  fill: #f08300;
}

.tb_article_articleframe-button--orange.btn_prepare {
  margin-top: 10px;
}

a.tb_article_articleframe-button--orange.tour,
a.tb_article_articleframe-button--orange.dptour {
	margin-top: 10px;
	padding: 10px 20px 10px 10px;
    line-height: 30px;
}

a.tb_article_articleframe-button--orange.tour {
  display: none;
}

a.tb_article_articleframe-button--orange .htl_DpLink_logo {
    width: 55px;
    margin-right: 5px;
}
a.tb_article_articleframe-button--orange span {
    margin-right: 5px;
}

a.tb_article_articleframe-button--orange.tour::after,
a.tb_article_articleframe-button--orange.dptour::after {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

a.ht_feature__button--orange:hover::after {
	border-top: solid 4px #f08300;
	border-right: solid 4px #f08300;
}

a.tb_article_articleframe-button--orange.tour > svg,
a.tb_article_articleframe-button--orange.dptour > svg {
  display: none;
}

.tb_article_articleframe-button--blue {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: #0062ff;
  color: #FFF !important;
}

.tb_article_articleframe-button--blue[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tb_article_articleframe-button--blue[type="button"]::-webkit-search-decoration {
  display: none;
}

.tb_article_articleframe-button--blue[type="button"]::focus {
  outline-offset: -2px;
}

.tb_article_articleframe-button--blue > svg {
  width: 16px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #FFF;
}

.tb_article_articleframe-button--blue:hover {
  text-decoration: none;
}

.tb_article_articleframe-button--blue:hover {
  background: #e5efff;
  color: #0062ff !important;
}

.tb_article_articleframe-button--blue:hover > svg {
  fill: #0062ff;
}

.tb_article_articleframe-button--green {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  vertical-align: middle;
  align-items: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: #37b48d;
  color: #FFF !important;
}
a.tb_article_articleframe-button--green,
a.tb_article_articleframe-button--green:hover,
a.tb_article_articleframe-button--green:link,
a.tb_article_articleframe-button--green:visited {
	text-decoration: none;
}

.tb_article_articleframe-button--green[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tb_article_articleframe-button--green[type="button"]::-webkit-search-decoration {
  display: none;
}

.tb_article_articleframe-button--green[type="button"]::focus {
  outline-offset: -2px;
}

.tb_article_articleframe-button--green > svg {
  width: 16px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #FFF;
}

.tb_article_articleframe-button--green:hover {
  text-decoration: none;
}

.tb_article_articleframe-button--green > svg {
  fill: #FFF;
}

.tb_article_articleframe-button--green:hover {
  background-color: #e0f4ed;
  color: #37b48d !important;
}

.tb_article_articleframe-button--green:hover > svg {
  fill: #37b48d;
}

.tb_article_articleframe-button--blue-line {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border: solid 2px #0062ff;
  color: #0062ff !important;
  height: 40px;
}

.tb_article_articleframe-button--blue-line[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tb_article_articleframe-button--blue-line[type="button"]::-webkit-search-decoration {
  display: none;
}

.tb_article_articleframe-button--blue-line[type="button"]::focus {
  outline-offset: -2px;
}

.tb_article_articleframe-button--blue-line > svg {
  width: 16px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #FFF;
}

.tb_article_articleframe-button--blue-line:hover {
  text-decoration: none;
}

.tb_article_articleframe-button--blue-line > svg {
  fill: #0062ff;
}

.tb_article_articleframe-button--blue-line:hover {
  color: #0062ff;
  background-color: #e5efff;
  border-color: #e5efff;
}

.tb_article_articleframe-button--blue-line:hover > svg {
  fill: #0062ff;
}

.tb_article_articleframe-main_image {
  margin: 0 auto;
  max-width: 1416px;
  overflow: hidden;
  height: 234px;
  position: relative;
}

.tb_article_articleframe-main_image > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tb_article_articleframe-header {
  width: 980px;
  margin: 0 auto;
  padding: 55px 0 0;
}

.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--updated_date {
  padding: 18px 0 0;
  line-height: 1.6;
  float: left;
  width: 600px;
  font-size: 14px;
}/* 20180619 k_kimura 追記 */

.tb_article_articleframe-header--outline {
  padding: 10px 0 0;
  line-height: 1.6;
  float: left;
  width: 600px;
  font-size: 14px;
}

.oshiyado-selection {
    display: flex;
    justify-content: center;
    /* width: 1416px; */
    max-width: 1416px;
    min-width: 980px;
    width: 100%;
    overflow: hidden;
    margin: 2px auto 0;
	height: 216px;
}
.oshiyado-selection img{
  display: inline-block;
  max-width: 25%;
  height: 220px;
  padding:0 2px;
  object-fit: cover;
  overflow: hidden;
}
.tb_article_articleframe-navigators {
  position: relative;
  float: right;
  padding: 50px 0 0;
  margin: 17px 8px 0 0;
}

.tb_article_articleframe-navigators--comment {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -97px;
}

.tb_article_articleframe-navigators--pictures {
  overflow: hidden;
}

.tb_article_articleframe-navigators--pictures > li {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0px 5px;
}

.tb_article_articleframe-navigators--pictures > li > img {
  width: 100%;
  border-radius: 100%;
}

.tb_article_articleframe-section {
  margin: 23px 0 0;
}

.tb_article_articleframe-section + .tb_article_articleframe-section {
  margin-top: 72px;
}

.tb_article_articleframe-section--headline {
  border-bottom: solid 3px #124199;
  padding: 0 0 5px;
}

.tb_article_articleframe-section--midashi {
  width: 980px;
  margin: 0 auto;
  color: #124199;
  position: relative;
  padding: 0 0 0 48px;
  font-weight: bold;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb_article_articleframe-section-number {
  background: #124199;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -11px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-family: 'josefin_slabitalic';
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
}
.tb_article_articleframe-section-number6 {
  background: #124199;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -11px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-family: 'josefin_slabitalic';
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
}

.tb_article_articleframe-section-number6.bangai {
  font-size: 15px;
}
@media screen and (max-width:1024px) {
  .tb_article_articleframe-section--midashi {
      padding: 0 0 0 80px;
  }
  .tb_article_articleframe-section-number,
  .tb_article_articleframe-section-number6 {
      left: 18px;
  }
}

.tb_article_articleframe-section-number > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.tb_article_articleframe-section--body {
  width: 980px;
  margin: 0 auto;
}

.tb_article_articleframe-section--h2 {
  font-size: 26px;
  padding: 30px 22px 0;
  line-height: 1.4;
}

.tb_article_articleframe-section--h2 a {
  color: #333;
  text-decoration: none;
}
.tb_article_articleframe-section--h2 a:hover {
  color: #0062ff ;
  text-decoration: underline;
}
.tb_article_articleframe-section-hotelinfo {
  padding: 4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.tb_article_articleframe-section-area {
  margin: 10px 10px 10px 18px;
  background: #124199;
  color: #FFF;
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
}

.tb_article_articleframe-section-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  padding: 10px 0 10px 10px;
  border-left: solid 1px #cccccc;
}

.tb_article_articleframe-section-price > dd {
  font-size: 14px;
  padding: 0 0 0 28px;
}

.tb_article_articleframe-section-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 19px 0 0;
}

.tb_article_articleframe-section-left {
  width: 560px;
}
.tb_article_articleframe-section-left img:hover{
  opacity: 0.25;
}
.tb_article_articleframe-section-right {
  width: 392px;
}

.tb_article_articleframe-section-right .tb_article_articleframe-button--orange {
  width: 100%;
  text-decoration: none;
}

.tb_article_articleframe-section-slider-main {
  width: 100%;
  height: 345px !important;
  overflow: hidden;
}
.tb_article_articleframe-section-slider-main a {
    display: block;
}
.tb_article_articleframe-section-slider-main iframe {
    /* pointer-events: none; */
    height: 346px;
    width: 560px;
}
.slick-slider{
  overflow: hidden;
}
.tb_article_articleframe-section-slider-main-photo {
  position: relative;
  margin: 0 !important;
  height: 346px;
}

.tb_article_articleframe-section-slider-main-photo img {
  width: 560px;
  height: 346px;
  object-fit: cover;
}


.tb_article_articleframe-section-slider-main-photo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  font-size: 12px;
}

.tb_article_articleframe-section-slider-main > .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  /*
  -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;
  margin-top: 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 {
  left: 0;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-prev:after {
  background: url(/hotel/common/images/oshiyado/svg/svgsprite/arrow_left_cotedazur.svg) 0 0 no-repeat;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next {
  right: 0;
}

.tb_article_articleframe-section-slider-main > .slick-arrow.slick-next:after {
  background: url(/hotel/common/images/oshiyado/svg/svgsprite/arrow_right_cotedazur.svg) 0 0 no-repeat;
}

.tb_article_articleframe-section-slider-main > .slick-arrow:hover:after {
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.tb_article_articleframe-section-slider-control {
  padding: 29px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  justify-content: space-between;
}

.tb_article_articleframe-section-slider-control > li {
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}

.tb_article_articleframe-section-slider-control > li img {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 100px;
  height: 66px !important;
  object-fit: cover;
}

.tb_article_articleframe-section-slider-control > li:hover img {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.tb_article_articleframe-section-slider-control > li.slick-active {
  cursor: default;
  background: #000;
}

.tb_article_articleframe-section-slider-control > li.slick-active img {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.tb_article_articleframe-section-comment {
  background: #f2f2f2;
  padding: 7px 10px;
  line-height: 1.7;
  font-size: 14px;
}

.tb_article_articleframe-section-comment-author {
  text-align: right;
  margin: 10px 0 0;
  font-size: 12px;
}

.tb_article_articleframe-section-comment + .tb_article_articleframe-section-comment {
  margin-top: 10px;
}

.tb_article_articleframe-section-comment + .tb_article_articleframe-section--button {
  margin-top: 30px;
}

.tb_article_articleframe-section--button {
	margin: 20px 0 0;
}

.tb_article_articleframe-section--button + .tb_article_articleframe-section--button {
  margin-top: 14px;
}

.tb_article_articleframe-section--button-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.tb_article_articleframe-section--button-2col > .tb_article_articleframe-button--orange {
  width: 190px;
}

.tb_article_articleframe-section--textlink {
  text-align: right;
  font-size: 12.3px;
  margin-top: 8px;
}

.tb_article_articleframe-section--textlink a {
  color: #0062ff;
  text-decoration: underline;
}

.tb_article_articleframe-section--textlink a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=../../src/common/css/tb_article_articleframe.css.map */




/*-- パムアド　タイアップ記事（テキスト） --*/

#special {
    margin: 0 auto;
    width: 640px;
    border: dashed 2px #ccc !important;
    text-align: center;
    padding: 10px 30px;
}
.adBox {
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}
.adBox a {
    display: block;
    background-color: #FFF;
    margin-bottom: 20px;
    color: #2068b7;
    font-size: 18px;
    text-decoration: none;
}

.adBox a:hover {
	color: #80b0ff;
	text-decoration: underline;
}

.adBox a:last-child {
    margin-bottom: 0;
}
.adBox a:before {
    content: url(//www.tabirai.net/hotel/img/iiyado/arrow.png);
    padding-right: 8px;
}


/*-- パムアド　回遊導線（画像+テキスト） --*/
.adrecoList {
    width: 840px;
    margin: 50px auto;
}
.adrecoList h3 {
    width: 840px;
    margin: 0 auto 20px;
    background: none;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    border-bottom: none;
    overflow: hidden;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    border-left: solid 8px #003894;
}
.box {
    border: solid 1px #ccc;
    background: #fff;
    position: relative;
}
.summary.adrecoList .box {
    display: table;
    width: 47%;
    height: 170px;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 0;
    margin-right: 20px;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}
.summary.adrecoList .box:nth-child(2), .summary.adrecoList .box:nth-child(3) {
    border-top: 1px dotted #ccc;
}
.summary.adrecoList .box a {
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
}
.summary.adrecoList .box a:hover {
	text-decoration: underline;
}
.summary.adrecoList .box p {
    font-size: 16px;
    color: #2068b7;
    line-height: 1.7;
    vertical-align: middle;
    display: table-cell;
}

.summary.adrecoList .box a:hover p {
	color: #80b0ff;
	text-decoration-color: #80b0ff;
}

.summary.adrecoList .box img {
    width: 170px;
    height: auto;
    margin-right: 20px;
    vertical-align: top;
}

.pamad-textBox {
	margin-top: 60px;
}

/*----------------
　九州フッター　推し宿特集メニュー
----------------*/
#hotelintro {
    width: 980px;
    margin: 0 auto;
}
#hotelintro a {
    color: #17184b;
    background-image: url("/hotel/common/iiyado/img/arrow01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    margin: 0;
    padding: 0 0 0 15px;
}
#hotelintro .hotelintro_title {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    border-bottom: double;
    margin: 60px 0 20px;
}
#hotelintro .hotelintro_inner {
    overflow: hidden;
    margin-bottom: 30px;
}
#hotelintro .hotelintro_inner__title {
    clear: both;
    font-size: 1.5em;
    text-align: left;
    background: #eee;
    padding: 8px;
    border-left: solid #17194c;
}
#hotelintro ul.iiyado_L {
    display: inline-block;
    width: 32%;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
    text-align: left; 
}
#hotelintro ul.iiyado_L .hotelintro_inner__card {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
#hotelintro ul.iiyado_L li.hotelintro_inner__card__area {
    font-size: 1.3em;
    font-weight: bold;
	margin:0;
}

#hotelintro ul.iiyado_L li.hotelintro_inner__card__area a:first-child {
    background: inherit !important;
    padding: 0;
    /*text-decoration: none;*/
    font-weight: bold;
    color: #444;
}
#hotelintro ul.iiyado_L li.yadokurabe {
    clear: both;
    text-align: left;
    margin: 3px 0;
    line-height: 2em;
    text-indent: inherit;
    height: inherit;
}
#hotelintro ul.iiyado_L li.yadokurabe a {
    background: none;
    padding: 0;
    margin-left: 20px;
    line-height: 1.8;
}

/*--エリア別特集一覧--*/
#hotelintro .hotelintro_inner__card__feature {
    display: block;
    text-align: left;
    font-size: 20px;
    border-bottom: solid;
    margin-bottom: 5px;
    padding: 15px 0 0;
}
#hotelintro ul.iiyado_L li.tokusyu {
    line-height: 2em;
    margin-left: 20px;
}

/*--九州の観光情報-*/
#hotelintro li.sightseeing {
    width: 100%;
    text-align: left;
    margin-left: 20px !important;
    line-height: 2em;
}

/*--旅を予約する--*/
#hotelintro ul.yoyaku {
    margin: 0 0 30px 20px;
    text-align: left;
}
#hotelintro ul.yoyaku li.iiyado_L {
    line-height: 2em;
    margin-right: 200px;
    display: inline-block;
}
#hotelintro ul.yoyaku li.iiyado_L:last-child {
    margin-right: 0;
}

/*-----　/共通フッター　いい宿メニュー　------*/





/*----------------
　北海道フッター　推し宿特集メニュー
----------------*/
#wrap_choice{
	width: 980px;
	margin: 60px auto 50px;
}

#wrap_choice h2{
	text-align: center;
	font-size: 28px;
}

#wrap_choice h2 span{
	background: url(//www.tabirai.net/hotel/img/iiyado/bg_more.png) no-repeat 0 50%;
	padding-left: 40px;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 15px;
}

#wrap_choice p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 55px;
}

#wrap_choice ul{
	margin-bottom: 30px;
}

#wrap_choice ul li a{
	color: #3F3F3F;
}

#wrap_choice ul li a:link {
    color: #384682;
}

#wrap_choice .btn{
	text-align: center;
}

#wrap_choice .btn a{
	display: block;
	width: 340px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #3F3F3F;
	margin: 0 auto;
	padding: 10px 20px;
	background:#EDEDED url(../img/icon_arrow02.png) no-repeat 95% 50%;
}

#wrap_choice_inner {
	margin-top: 20px;
}
#wrap_choice_inner div.wrap_lp {
    float: left;
    margin: 10px 12px;
    width: 300px;
}
.wrap_lp h3 {
	border-bottom: #333 2px solid;
	text-align: left;
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-weight: 700;
	padding: 5px 10px;
}
#wrap_choice ul {
    margin-bottom: 40px;
}
#wrap_choice_inner div li {
	margin: 12px 0;
	font-size: 13px;
	letter-spacing: 0.5px;
}

#wrap_choice_inner div ul.wrap_area {
	margin-bottom:30px;
}

#wrap_choice_inner div li.area {
    font-weight: bold;
	font-size: 1.2em;
}

#wrap_choice_inner div li.area_after {
    padding-left: 6px;
}
#tel_areaL_hokkaido {
    display: none;
}

/*----------------------
 新パムアド：おすすめ情報
----------------------*/

#special .contents.adrecoList {
    width: 840px;
	margin:50px auto;
}
#special .contents {
    margin: 0 auto;
}
#special .contents.adrecoList h3 {
    width: 840px;
    margin: 0 auto 20px;
    background: none;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    border-bottom: none;
    overflow: hidden;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    border-left: solid 8px #003894;
}
#special .contents.adrecoList h3:before {
    /*content: " ";
    background-color: #003894;
    margin-right: 7px;
    width: 7px;
    height: 30px;
    float: left;
    display: block;*/
}
#special .contents.adrecoList .adobox:nth-child(2), #special .contents.adrecoList .adobox:nth-child(3) {
    border-top: 1px dashed #ccc;
}
#special .contents.adrecoList .adobox {
    display: table;
    width: 47%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
	margin-right:20px;
    border-top: none;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
	float:left;
}
#special .box {
    border: solid 1px #ccc;
    background: #fff;
    position: relative;
}
#special .contents.adrecoList .adobox a {
    vertical-align: middle;
    display: table-cell;
}
#special .contents.adrecoList .adobox p {
    font-size: 16px;
    color: #2068b7;
    line-height: 1.7;
    vertical-align: middle;
    display: table-cell;
}
#special .contents.adrecoList .adobox img {
    width: 170px;
    height: auto;
    margin-right: 20px;
}
#special .adobox img {
    vertical-align: top;
}
/*-----------------------*/

/*
推し宿共通スタイル*/

.oshiyado-wrap .tb_article_articleframe-button--orange {
	display: none;
}

.oshiyado-wrap .tb_article_articleframe-button--orange.reservation_btn {
	display: block;
}


.oshiyado-wrap .tb_article_articleframe-button--green {
	/* margin-top: -20px; */
}



/*----------------------
パムアド：レコメンド（画像＋テキスト６枠）
----------------------*/
.tb_common_articleindex-section-1 {
  margin: 116px 0;
  border-top: 3px solid #124199 !important;
}

.tb_article_articleframe-article_adList {
  position: relative;
  margin: 0 auto;
  width: 980px;
  padding: 36px 0 0;
}
.tb_article_articleframe-article_adList h3 {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 36px;
}
/* start 20180713 k_kimura 沖縄リゾートランキングページにタイアップ記事枠を追加 */
.tb_article_articleframe-article_adList h3 span {
    display: block;
    font-size: 18px;
}
/* end 20180713 k_kimura 沖縄リゾートランキングページにタイアップ記事枠を追加 */
.tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box3, .tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box3 iframe {
  height: 224px;
}
.tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box1, .tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box1 iframe,
.tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box2, .tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box2 iframe {
  height: 107px;
}
.tb_article_articleframe-article_adBox.tb_article_articleframe-article_adBox--box1.find {
  position: absolute;
  right: 0;
  top: 216px;
  width: 48%;
}

/*----------------------
パムアド： 顧客AGTバナー
----------------------*/
.htl-agtBanner {
    padding: 10px 0 50px;
    text-align: center;
}
.htl-agtBanner::before {
	content: 'ご希望の宿は見つかりましたか？';
	display: block;
	color: #333;
    text-align: center;
	font-size: 26px;
	font-weight: lighter;
	padding: 30px 22px 10px;
    line-height: 1.4;
}
/*-----------------------*/
/* 推し宿特集HAPボタン調整
-------------------------------------*/
.hap-btn_container {
	margin-top: 40px;
}

.hap-btn_container p {
	font-size: 16px;
	text-align: center;
	margin-bottom: -10px;
}

a.tb_article_articleframe-button--Lorange {
	position: relative;
	width: 100%;
	height: 60px;
	background: #f08300;
	color: #FFF;
	padding: 6px 30px 6px 5%;
	font-size: 16px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a.tb_article_articleframe-button--Lorange:hover {
	background: #ffeed9;
	color: #f08300;
}

.tb_article_articleframe-button--Lorange > svg {
	width: 16px;
	height: 26px;
	position: absolute;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #FFF;
}

.tb_article_articleframe-button--Lorange:hover > svg {
	fill: #f08300;
}

/* ローカル案内所バナー出し
-------------------------------------*/
#box--loginbranch {
	text-align: center;
}
/* 〇〇周辺のおすすめホテルランキング （追加2018/10/18）
-----------------------------------------------*/
.ht_area__section {
    width: 980px;
    margin: 0 auto 30px;
}
.ht_feature__frame__header {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.ht_feature__sect__title {
    margin-bottom: 10px;
    padding-top: 60px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}
.ht_feature__frame__header+ .ht_feature__frame__box {
    margin-top: 35px;
}
.ht_feature__frame__box {
	display:    -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	text-align: left;

	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}
.ht_feature__frame__box li {
    width: 310px;
    margin: 0 12px 20px;
}
.ht_feature__frame__box li:nth-child(3n+1) {
    margin-left: 0;
}
.ht_feature__frame__box li:nth-child(3n), .ht_feature__frame__box li:last-child {
    margin-right: 0;
}
.ht_feature__frame__box a, .ht_feature__frame__box a:link, .ht_feature__frame__box a:visited {
    color: #333;
    text-decoration: none;
}
.ht_feature__frame__box figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:         flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 310px;
	height: 192px;
	margin: 0;

	-ms-flex-align: center;
}
.ht_feature__frame__box__item__headline {
    margin: 10px 0 5px;
    color: #0062ff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}

/* ローカル案内役が厳選した「推し宿」を紹介！〇〇の宿を目的別に探す 
（追加2018/11/06 ※ht_feature_frame.cssより）
-----------------------------------------------------*/
.ht_feature_section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}

.ht_feature_section__list li {
  width: 475px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

a.ht_feature_section__link,
a.ht_feature_section__link:link {
  text-decoration: none;
}

a.ht_feature_section__link:hover .ht_feature_section__list__headline {
  text-decoration: underline;
}

.ht_feature_section__list__headline {
  margin: 0 0 10px;
  color: #0062ff;
  font-size: 18px;
}

.ht_feature_section__list__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -ms-flex-pack: justify;
}

.ht_feature_section__list__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 200px;
  height: 124px;
  margin: 0;

  -ms-flex-align: center;
}

.ht_feature_section__list__figure img {
  width: 100%;
}

.ht_feature__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 980px;
  margin: 0 auto;

  -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
}

.ht_feature__flow__card {
  width: 310px;
  margin-right: 25px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

.ht_feature__flow__card:nth-child(3n),
.ht_feature__flow__card:last-child {
  margin-right: 0;
}

.ht_feature__flow__title {
  font-size: 16px;
}

.ht_feature__sect__box a,
.ht_feature__sect__box a:link,
.ht_feature__sect__box a:visited {
  text-decoration: none;
}

.ht_feature__flow__flag__name {
  margin: 0 0 10px;
  font-size: 20px;
}

.ht_feature__flow__flag__name.\--twolines {
  height: 54px;
  line-height: 1.5;
}

a.ht_feature__flow__card__link {
  color: #0062ff;
}

.ht_feature__flow__card__link:hover
.ht_feature__flow__flag__name {
  text-decoration: underline;
}

.ht_feature__flow__flag__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 310px;
  height: 192px;
  margin: 0 0 20px;

  -ms-flex-align: center;
}

.ht_feature__flow__flag__image img {
  width: 100%;
}

.ht_feature__flow__area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 7px;
  color: #fff;
  background-color: #124199;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.ht_feature__flow__card a.tourbtn {
  position: relative;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #f08300 !important;
  padding: 6px 30px 6px 5%;
  border: 1px solid #f08300;
  font-size: 13px;
  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;
}


.ht_feature__flow__card a.tourbtn::after {
  position: absolute;
  top: 40%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 3px #f08300;
  border-right: solid 3px #f08300;
}

.ht_feature__flow__card a.tourbtn:hover {
  background: #ffeed9;
  color: #f08300 !important;
}

.ht_feature__flow__card a.tourbtn:hover::after {
  border-top: solid 3px #f08300;
  border-right: solid 3px #f08300;
}

.ht_feature__flow__card .yadoguide_wrap {
  margin: 18px 4px 14px 0;
  /* display:none;  */
  text-align: right;
  font-size: 12px;
}

.ht_feature__flow__card a.yadoguide {
  text-align: right;
  color: #0062ff !important;
}

.ht_feature__flow__card a.yadoguide::after {
  content:"";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0062ff;
  border-bottom: 2px solid #0062ff;
  transform: rotate(-45deg);
  margin-left: 3px;
}

.ht_feature__flow__card a.yadoguide:hover {
  color: rgba(0,98,255, .6);
  text-decoration: underline;
}

.grad-trigger,
.grad-btn {
  display: none;
}

.ht_feature__flow__text {
  margin-bottom: 10px;
  font-size: 16px;
  word-break: break-all;
}

.ht_feature__flow__info {
  padding: 5px;
  background-color: #f2f2f2;
  font-size: 14px;
}

.ht_feature__flow__info li {
  padding-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
}

.ht_feature_section__list__contents {
  width: 260px;
}

.ht_feature_section__list__text {
  color: #333;
  font-size: 14px;
  word-break: break-all;
}

.ht_area__textlinkWrap {
  font-size: 16px;
  text-align: right;
}

a.ht_area__textlink {
  display: block;
  position: relative;
  padding: 10px 13px 10px 2%;
  color: #0062ff;
  line-height: 1;
  text-decoration: none;
}

a.ht_area__textlink:hover {
  text-decoration: underline;
}

a.ht_area__textlink:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: solid 2px #0062ff;
  border-right: solid 2px #0062ff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 沖縄ローカル案内役が厳選 エリア別ホテルランキング
（追加2018/11/06 ※ht_feature_frame.cssより）
-----------------------------------------------------*/
.ht_area_selection__list__item+ .ht_area_selection__list__item {
  margin-top: 50px;
}
.ht_area__selection__navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto 55px;
  background: #fff;

  -ms-flex-pack: justify;
}

.ht_area__selection__navigation__list__item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

a.ht_button--lightgray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 0;
  color: #333;
  background: #f2f2f2;
  font-size: 18px;
  text-decoration: none;

  -ms-flex-align: center;
  -ms-flex-pack: center;
}

a.ht_button--lightgray:hover {
  text-decoration: underline;
}

a.ht_button--lightgray::after {
  position: absolute;
  top: -webkit-calc(50% - 7.7px);
  top:         calc(50% - 7.7px);
  left: 15%;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ht_area__selection__navigation__list__item+ .ht_area__selection__navigation__list__item {
  padding-left: 1px;
}

.ht_area_selection__button {
  margin: 14px 0 0;
  text-align: center;
}

.ht_area_selection__button--colorIsGray {
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
  font-size: 26px;
  text-align: center;
}

.ht_area_selectionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 840px;
  margin: 0 auto;

      -ms-flex-wrap: wrap;
}

.ht_area_selectionWrap+ .ht_area_selectionWrap {
  margin-top: 40px;
}

.ht_area_selection__catch {
  display: block;
  font-size: 16px;

  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.ht_area_selection__headline {
  width: 100%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: normal;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
}

.ht_area_selection__headline a {
  color: #333;
  text-decoration: none;
}

.ht_area_selection__headline a:hover {
  opacity: .8;
  color: #2a5793;
  text-decoration: underline;
}

.ht_area_selection__left {
  position: relative;
  width: 420px;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
          order: 3;
}

.ht_area_selection__photo {
  overflow: hidden;
  position: relative;
  width: 420px;
  height: 260px;
  margin: 0 auto;
}

.ht_area_selection__photo a {
  display: block;
}

.ht_area_selection__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ht_area_selection__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 7px;
  color: #fff;
  background-color: #124199;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.ht_area_selection__right {
  width: 390px;
  margin-left: 30px;

  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
          order: 4;
}

.ht_area_selection__comment {
  font-size: 14px;
  line-height: 1.7;
}

.ht_area_selection__info {
  margin-top: 10px;
  padding: 7px 10px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.7;
}

.ht_area_selection__info__list__item.ico-marker_24 {
  padding-left: 30px;
  background: url(/common/images/icon/gray/common_icon_marker_24.png) no-repeat left bottom;
  background-size: auto;
}

.ht_area_selection__info__list__item.ico-map_24 {
  padding-left: 30px;
  background: url(/common/images/icon/gray/common_icon_map_24.png) no-repeat left bottom;
  background-size: auto;
}

.ht_area_selection__info__list__item.ico-parking_24 {
  padding-left: 30px;
  background: url(/common/images/icon/gray/common_icon_parking_24.png) no-repeat left bottom;
  background-size: auto;
}

.ht_area_selection__info__list__item+ .ht_area_selection__info__list__item {
  padding-top: 5px;
}

a.ht_area_selection__button--colorIsGreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 10px 40px 10px 20px;
  color: #fff;
  background: #37b48d;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;

  -ms-flex-align: center;
  -ms-flex-pack: center;
}

a.ht_area_selection__button--colorIsGreen:hover {
  color: #37b48d !important;
  background-color: #e0f4ed;
}

a.ht_area_selection__button--colorIsGreen::after {
  position: absolute;
  top: 40%;
  right: 16px;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.ht_area_selection__button--colorIsGreen:hover::after {
  border-top: solid 4px #37b48d;
  border-right: solid 4px #37b48d;
}

/* ぽっかぽか沖縄キャンペーン エラー修正（2018/12/06）
-----------------------------------------------------*/
.ht_feature__flow__card .lowPrice_pkpk{
  font-size: 16px;
  color: red;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* ぽっかぽか沖縄キャンペーン ボタン（2018/12/12）
-----------------------------------------------------*/
.btn_orange_Pkpk a {
  position: relative;
  width: 40%;
  height: 60px;
  background: #f08300;
  color: #FFFFFF;
  padding: 6px 30px 6px 5%;
  margin: 20px auto 0;
  font-size: 21px;
  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;
}
.btn_orange_Pkpk 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 #FFFFFF;
  border-right: solid 4px #FFFFFF;
}
.btn_orange_Pkpk a:hover {
  background: #ffeed9;
  color: #f08300 ;
}
.btn_orange_Pkpk a:hover::after {
  border-top: solid 4px #f08300;
  border-right: solid 4px #f08300;
}
/*アクティビティ枠
----------------------------*/
.box_actPkpk{
    width: 980px;
    margin: 40px auto;
}
.box_actPkpk .actPickup_pkpk{
    margin: 0 auto 70px;
}
.ht_feature_section__list__contents_pkpk {
    position: relative;
}
.ht_feature_section__list__container_pkpk {
  margin: 0 auto 75px;
}
.ht_feature_section__list_pkpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}
.ht_feature_section__list_pkpk li {
    width: 475px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
a.ht_feature_section__link_pkpk, a.ht_feature_section__link_pkpk:link {
    text-decoration: none;
}
.ht_feature_section__list__headline_pkpk {
    margin: 0 0 10px;
    color: #0062ff;
    font-size: 18px;
}
.ht_feature_section__list__column_pkpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.ht_feature_section__list__figure_pkpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 124px;
    margin: 0;
    -ms-flex-align: center;
}
.ht_feature_section__list__figure_pkpk img {
    width: 100%;
}
.ht_feature_section__list__contents_pkpk {
    position: relative;
    width: 260px;
}
.ht_feature_section__list__text_pkpk {
    color: #333;
    font-size: 14px;
    word-break: break-all;
}
/*詳細はこちらボタン*/
.link-deteal_pkpk {
    padding: 0 17px;
    color: #0062ff !important;
    text-align: right;
    line-height: 1;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
.link-deteal_pkpk::after {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 2px #0062ff;
    border-right: solid 2px #0062ff;
}

/*レンタカー枠
----------------------------*/
.ht_feature__sect__title_pkpk {
    margin-bottom: 10px;
    padding-top: 60px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
}
.ht_feature__sect__box_pkpk {
    position: relative;
    width: 980px;
    margin: 0 auto 35px;
}
.ht_feature_section__list_pkpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}
.ht_feature__sect__box_pkpk a, .ht_feature__sect__box_pkpk a:link, .ht_feature__sect__box_pkpk a:visited {
    text-decoration: none;
}
.ht_feature_section__list_pkpk .rc_pkpk {
    width: 610px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
}
.ht_feature_section__list_pkpk .rc_pkpk .ht_feature_section__list__figure_pkpk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 310px;
    height: 190px;
    margin: 0;
    -ms-flex-align: center;
}
.ht_feature_section__list_pkpk .rc_pkpk .ht_feature_section__list__contents_pkpk {
    width: 280px;
}
.btn_orange_Pkpk02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn_orange_Pkpk02 a {
  position: relative;
  width: 100%;
  height: 45px;
  background: #f08300;
  color: #FFFFFF;
  padding: 10px 40px 10px 20px;
  margin: 20px auto 0;
  font-size: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  align-items: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  text-decoration: none;
  vertical-align: middle;
  align-items: left;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.btn_orange_Pkpk02 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 #FFFFFF;
  border-right: solid 4px #FFFFFF;
}
.btn_orange_Pkpk02 a:hover {
  background: #ffeed9;
  color: #f08300 ;
}
.btn_orange_Pkpk02 a:hover::after {
  border-top: solid 4px #f08300;
  border-right: solid 4px #f08300;
}
/*ホテル枠*/
.ht_feature__flow_pkpk{
  /* overflow: hidden; */
  margin:65px auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  width: 980px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.ht_feature_card_Pkpk{
  width: 310px;
  margin: 0 25px 50px 0;
  padding: 0;
  position: relative;
}
.ht_feature_card_Pkpk:nth-child(3n){
  margin: 0 0 50px 0;
}
/* .ht_feature_card_Pkpk:nth-child(6),
.ht_feature_card_Pkpk:nth-child(9){
  margin: 100px 0 0px 0;
}
.ht_feature_card_Pkpk:first-child,
.ht_feature_card_Pkpk:nth-child(2){
  margin: 0px 25px 0px 0 !important;
} */
.ht_feature_card_Pkpk picture .htlImg_pkpk{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 310px;
    height: 192px;
    margin: 0 0 20px;
    -ms-flex-align: center;
}
.ht_feature_card_Pkpk picture .htlImg_pkpk img{
    max-width: 980px;
    vertical-align: bottom;
    width: 100%;  
}
/*ホテル名*/
.ht_feature_card_Pkpk h4.htlName_s_pkpk a{
    font-size: 18px;
    margin: 0 auto 10px;
    width: 310px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
.ht_feature_card_Pkpk .htl_pricebox_pkpk{
    font-size: 12px;
    line-height: 1;
    margin: 0 auto 15px;
}
.ht_feature_card_Pkpk .htl_pricebox_pkpk .icon_lowest_pkpk{
    background-color: #dc143c;
    padding: 7px 8px;
    margin: 0 10px 0 0;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
}
.ht_feature_card_Pkpk .htl_pricebox_pkpk .htl_pricebox_price_pkpk{
    font-size: 28px;
    color: #ff0000;
    margin: 0 5px 0 7px;
    padding: 0;
}
.ht_feature_card_Pkpk .htl_pricebox_pkpk .htl_pricebox_yen_pkpk{
    color: #ff0000;
}
.ht_feature_card_Pkpk .htl_intro_pkpk{
  margin: 0 auto 20px;
}
.ht_feature_card_Pkpk .htl_tokuten_pkpk{
  margin: 0 auto 15px;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 14px;
}
.ht_feature_card_Pkpk .htl_tokuten_pkpk .htl_tokuten_title_pkpk{
  margin: 0 auto 5px;
}
.ht_feature_card_Pkpk .htl_tokuten_pkpk ul{
  margin: 0;
  padding: 0;
}
.ht_feature_card_Pkpk .htl_tokuten_pkpk ul li{
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
  list-style-type: none;
}
.ht_feature_card_Pkpk .htl_tokuten_pkpk ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content:"・";
  font-size: 14px;
}
.ht_feature_card_Pkpk .new_btn_position{
    /* position: absolute; */
    /* bottom: 0; */
    width: 310px;
}

/***********************************************/
/* ヘッダーロゴの都道府県リンク下線対応
/***********************************************/
.logo__wrap a {
  text-decoration:none;
}
.logo__wrap a:hover {
  text-decoration:underline;
}

/* 
SNS＆促進系
--------------------------- */
.snsBtn {
  clear: both;
  overflow: hidden;
  text-shadow: none;
  text-align: center;
  margin: 65px 0 0;
}

/* .htl-agtBanner + .snsBtn {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  background: rgba(255,255,255,.7);
  padding: 15px 0;
} */

.snsBtn.\--right,
.tb_article_articleframe-header + .snsBtn {
  clear: none;
  overflow: hidden;
  text-shadow: none;
  text-align: right;
  margin: 0 auto 0;
  padding: 0 0 0;
  width: 980px;
}

.snsBtn.\--right.--w980,
.tb_article_articleframe-header + .snsBtn {
	width: 980px;
	margin: 0 auto;
}

.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 li:hover span {
  text-decoration: none;
}
.snsBtn a {
  display: block;
  width: 80px;
  height: 40px;
  border-radius: 4px;
}
.snsBtn span.action {
  width: 52px;
  /* height: 22px; */
  margin: 8px 0 4px;
  float: right;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 10px;
  font-family: メイリオ, Meiryo, sans-serif;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
}
.snsBtn span.action:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 26px;
  border-left: 1px #fff solid;
}
.snsBtn .twitterBtn a {
  background: #5eade9;
}
.snsBtn .twitterBtn:after {
  display: block;
  top: 13px;
  left: 6px;
  background: url('/hotel/common/images/ico_twitter.png') no-repeat;
  background-size: 18px auto;
  width: 20px;
  height: 25px;
}
.snsBtn .twitterBtn span.action {
  border-left: 1px solid #5195c9;
}
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('/hotel/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;
}
/* 
パンくず
--------------------------- */
.crumbs {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.crumbs a:link,
.crumbs a:visited {
    color: #124199;
    text-decoration: none;
}

.crumbs a:hover,
.crumbs a:active {
    color: #0062ff;
    text-decoration: underline;
}

.crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crumbs ul li::before {
    content: '>';
    margin: 0 4px;
}

.crumbs ul li:first-child::before {
    content: none;
}
/*-----------------
オリジナルプラン
-----------------*/
/*---------------
共通ページ
-----------------*/
.tb_article_articleframe-plan-mv {
  position: relative;
  width: 1366px;
}
#original-plan .tb_article_articleframe-headline-2,
#original-plan-top .tb_article_articleframe-headline-2{
  font-size: 38px;
  margin: 0;
  padding: 44px 0 0;
  border-top: none;
  color: #777;
}
figure{
  margin: 0 !important;
}
.plan-yado_pricebox_textbox-price{
  font-size: 46px;
}
.plan-yado_pricebox_textbox-red{
  color: #d60009;
}
.plan-yado_pricebox_list span{
  color: #d60009;
}
.original-plan_pricebox_btn .tb_article_articleframe-button--orange{
  display: inline-block;
  min-height: 50px;
  padding-top: 15px;
  text-align: center;
}

/*---------------
詳細ページ
-----------------*/
/*mv*/
#original-plan .tb_article_articleframe-plan-mv {
  margin: 44px auto;
}
#original-plan p.tb_article_articleframe-plan-mv_stamp {
  position: absolute;
  top:92px;
  left: 147px;
}
#original-plan p.tb_article_articleframe-plan-mv_text {
  position: absolute;
  top:55px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 38px;
  color: #fff;
  text-shadow: 2px 3px 5px #333;
}
#original-plan .bg-gray{
  background: #f2f2f2;
}

/*plan-point*/
#original-plan .plan-point{
  margin-top: 0 !important;
  padding-top: 50px;
}
#original-plan h2.tb_article_articleframe-section-htl_textbox_tittle br {
  display: none;
}
#original-plan .plan-point .tb_article_articleframe-section-htl_img{
  width: 50%;
}
#original-plan .plan-point .tb_article_articleframe-section-htl_img img{
  width: 100%;
}
#original-plan .plan-point_outline{
  position: relative;
  width: 1206px;
  margin: 0 auto;
  padding: 16px 0 40px;
}
#original-plan .plan-point .tb_article_articleframe-section-htl_textbox{
  font-size: 18px;
  text-align: center;
}
#original-plan .plan-point .tb_article_articleframe-section-htl_textbox h2{
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #003894;
}
#original-plan .plan-point .tb_article_articleframe-section-htl_textbox p{
  margin-bottom: 20px;
}
/*plan-yado*/
#original-plan .plan-yado {
  width: 1085px;
  margin: 80px auto 0;
  padding-bottom: 60px;
  background: #f2fafe;
}
#original-plan .plan-yado_subtittle{
  font-size: 24px;
  margin-top: 44px;
  margin-bottom: 30px;
  text-align: center;
}
#original-plan .plan-yado_outline {
  width: 737px;
  margin: 0 auto;
}
#original-plan .plan-yado_outline:after {
  display: block;
  color: #003894;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}
#original-plan .plan-yado_outline.plan-yado_plan1:after{
  content: "＋";
}
#original-plan .plan-yado_outline.plan-yado_plan2:after{
  content: "↓";
}
#original-plan .plan-yado_outline.plan-yado_pricebox:after {
    content: none;
}
#original-plan .plan-yado h2{
  font-size: 38px;
}
#original-plan .plan-yado .tb_article_articleframe-section-htl_textbox h3{
  font-size: 24px;
  margin: 20px 0;
}

#original-plan .plan-yado .tb_article_articleframe-section-htl_img{
  width: 300px;
  height: auto;
}
#original-plan .plan-yado .tb_article_articleframe-section-htl_img img{
  width: 100%;
}
#original-plan .plan-yado .tb_article_articleframe-section-htl_textbox{
  width: 437px;
  background: #fff;
}
#original-plan .plan-yado_pricebox{
  font-size: 16px;
  position: relative;
  background: #fff;
  padding: 44px 80px;
}
#original-plan .plan-yado_pricebox h3{
  font-size: 24px;
  margin-bottom: 70px;
  text-align: center;
  color: #003894;
}
#original-plan .plan-yado_pricebox-pointicon{
  position: absolute;
  top:-20px;
  left: -20px;
}
#original-plan .plan-yado_pricebox_col2 {
  display: flex;
}
#original-plan .plan-yado_pricebox-icon {
  line-height: 1.2;
  margin-bottom: 50px;
  padding: 0 50px;
  text-align: center;
}
#original-plan .plan-yado_pricebox-icon .icon-text {
    color: #003894;
}
#original-plan .plan-yado_pricebox-icon .icon-text span {
    font-size: 12px;
}
#original-plan .plan-yado_pricebox_textbox{
  font-size: 22px;
  padding-left: 50px;
}
#original-plan .original-plan_pricebox_btn{
  width: 350px;
  margin: 40px auto 0;
}
/*---------------
まとめページ
-----------------*/
/*--mv--*/
#original-plan-top .tb_article_articleframe-plan-mv {
  margin: 44px auto 0;
}

#original-plan-top .tb_article_articleframe-plan-mv_bg_sp {
  display: none;
}

#original-plan-top .tb_article_articleframe-plan-mv p{
  position: absolute;
  text-align: center;
  color:#fff;
}
#original-plan-top p.tb_article_articleframe-plan-mv_stamp {
  top:78px;
  left: 188px;
}
#original-plan-top p.tb_article_articleframe-plan-mv_btn{
  font-size: 22px;
  top:130px;
  left: 0;
  right: 0;
  width: 470px;
  margin: auto;
  line-height: 62px;
  border: 2px solid #fff;
  background: #c8a62b;
}
p.tb_article_articleframe-plan-mv_btn:hover {
    opacity: .8;
}
#original-plan-top p.tb_article_articleframe-plan-mv_text {
  font-size: 38px;
  letter-spacing: .05em;
  top:220px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 2px 3px 5px #333;
}
/*--staff--*/
#original-plan-top .ori-olan-staff {
  position: relative;
  font-size: 16px;
  width: 782px;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#original-plan-top .ori-olan-staff_photo img {
    border-radius: 100%;
}
#original-plan-top .ori-olan-staff_photo-name {
  position: absolute;
  bottom: 0;
  width: 210px;
  line-height: 30px;
  background: #003894;
  text-align: center;
  color: #fff;
}
#original-plan-top .ori-olan-staff_text {
	position: relative;
	background: #ffffff;
	border: 1px solid #ccc;
  padding: 30px;
  box-sizing: border-box;
  margin-left: 30px;
}
#original-plan-top .ori-olan-staff_text:after, .ori-olan-staff_text:before {
	right: 100%;
	top: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#original-plan-top .ori-olan-staff_text:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 16px;
	margin-top: -16px;
}
#original-plan-top .ori-olan-staff_text:before {
	border-color: rgba(0, 56, 148, 0);
	border-right-color: #ccc;
	border-width: 17px;
	margin-top: -17px;
}
#original-plan-top .ori-olan-staff_text-name{
  position: absolute;
  bottom: 30px;
}
/*--plan--*/
#original-plan-top .tb_article_articleframe-headline-2{
  padding: 70px 0 0;
}
#original-plan-top .ori-plan-card_wrap {
    background: #f1f1f1;
    margin-top: 50px;
    padding: 50px 0;
}
#original-plan-top .ori-plan-card {
  position: relative;
  font-size: 16px;
  width: 1294px;
  margin: 0 auto 78px;
  padding: 50px;
  background: #fff;
}
#original-plan-top .ori-plan-card:before{
  content:url(../img/mv-stamp.png);
  position: absolute;
  top: -30px;
  right: -10px;
}

#original-plan-top h2.ori-plan-card_tittle {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 34px;
}
#original-plan-top .ori-plan-card_contents{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#original-plan-top .ori-plan-card_detail_privilege_title {
    font-size: 29px;
    margin-bottom: 30px;
}
#original-plan-top ul.ori-plan-card_detail_privilege_list {
  line-height: 2;
  padding: 34px 40px;
  background: #f1f1f1;
}
#original-plan-top .ori-plan-card_detail {
    margin-left: 10px;
}
#original-plan-top .ori-plan-card_detail_privilege_price {
  line-height: 1.3;
  margin: 30px 0 50px 0;
}
/*bxslider*/
#original-plan-top .ori-plan-card_photo .bx-wrapper {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 15px;
  margin-left: 0 !important;
  box-shadow: none;
  border: none;
  background: #fff;
}
#original-plan-top .slider li img{
    width: 100%;
    height: auto;
}
/*bxslider コントローラー*/
.ori-plan-card a.bx-prev,
.ori-plan-card a.bx-next{
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    background: #fff;
}
.ori-plan-card a.bx-prev:after,
.ori-plan-card a.bx-next:after{
    content: '';
    width: 18px;
    height: 18px;
    border-bottom: solid 3px #003894;
    border-right: solid 3px #003894;
    position: absolute;
    top: 33%;
}
.ori-plan-card a.bx-prev {
    left: 0;
}
.ori-plan-card a.bx-prev:after{
    left: 35%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.ori-plan-card a.bx-next {
    right: 0;
}
.ori-plan-card a.bx-next:after{
    right: 35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#original-plan-top .ori-plan-card_thumb_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 20px;
}
#original-plan-top .ori-plan-card_thumb_container a {
  display: block;
  position: relative;
  width: 60px;
  margin-right: 10px;
  margin-bottom: 5px;
}
#original-plan-top .ori-plan-card_thumb_container a:nth-child(7n) {
  margin-right: 0;
}
#original-plan-top .ori-plan-card_thumb_container a img {
  width: 100%;
}
#original-plan-top .ori-plan-card_thumb_container a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(//www.tabirai.net/hotel/img/hover_icon.png) no-repeat 0 0;
}
#original-plan-top .ori-plan-card_detail {
  width: 48%;
}
#original-plan-top .ori-plan-card_photo{
  width: 49.1%;
}

#original-plan-top .plan-reco_list {
  font-size: 16px;
  width: 980px;
  margin: 60px auto 0;
}
#original-plan-top .plan-reco_outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
#original-plan-top figure.plan-reco_img{
  width: 30%;
}
#original-plan-top figure.plan-reco_img img{
  width: 100%;
}
#original-plan-top .plan-reco_textbox{
  width: 67%;
}
/*-----------------
オリジナルプランの導線
-----------------*/
#original-plan-conduct{
  font-size: 16px;
  background: #f1f1f1;
}
#original-plan-conduct a{
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}
#original-plan-conduct .tb_article_articleframe-headline-2{
  font-size: 24px !important;
  font-weight: normal;
  line-height: 1.4;
  margin: 30px 0;
  color: #777;
  text-align: center !important;
}
#original-plan-conduct figure{
  margin: 0;
}
#original-plan-conduct .original-plan-conduct_box img{
  width: 100%;
}
#original-plan-conduct .original-plan-conduct_box-info_pricebox {
  line-height: 1.2;
}
#original-plan-conduct .original-plan-conduct_box-info_pricebox span{
  font-size: 28px;
  padding-right: 3px;
  color: #d60009;
}
#original-plan-conduct .original-plan-conduct_box-info_pricebox br{
  display: none;
}
#original-plan-conduct .original-plan-conduct_box:hover{
  opacity: .8;
}
/*--btn--*/
#original-plan-conduct.original-ptn-01 .plan-yado_pricebox_btn{
  width: 500px;
  margin: 0 auto;
}
#original-plan-conduct .tb_article_articleframe-button--orange {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: #f08300;
  color: #FFF !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 14px;
}
#original-plan-conduct .tb_article_articleframe-button--orange:hover {
	text-decoration: none;
}
#original-plan-conduct .tb_article_articleframe-button--orange:hover,
#original-plan-conduct .tb_article_articleframe-button--orange.active {
	background-color: #ffeed9;
	color: #f08300 !important;
	text-decoration: none;
}


/*-----------------
ptn-01
-----------------*/
#original-plan-conduct.original-ptn-01 {
  padding-bottom: 60px;
}
#original-plan-conduct.original-ptn-01 .tb_article_articleframe-headline-2{
  padding-top: 40px;
}

#original-plan-conduct.original-ptn-01 .tb_article_articleframe-article_outline--section{
  width: 980px;
  margin: 0 auto;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box-col3{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box{
  width: 32%;
  margin: 0 18px 30px 0;
  background: #fff;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box:last-child{
  margin: 0 0 30px 0 !important;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box-list{
  padding: 0 3%;
}
#original-plan-conduct.original-ptn-01 figure.original-plan-conduct_box-photo img{
  width: 100%;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box-info_pricebox {
  text-align: center;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box-info_read {
    padding: 16px;
}
#original-plan-conduct.original-ptn-01 .original-plan-conduct_box-info_pricebox {
  margin: 20px 0 24px;
}

/*-----------------
ptn-02 パターン
-----------------*/
#original-plan-conduct.original-ptn-02{
    width: 714px;
    float: right;
    padding: 0 30px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box-col2{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box {
  margin-bottom: 20px;
  background: #fff;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box-photo {
  width: 40%;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box-info{
  width: 57%;
  padding: 20px;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box-col2{
  position: relative;
  background: #fff;
}
#original-plan-conduct.original-ptn-02 .original-plan-conduct_box-info_pricebox {
  position: absolute;
  bottom: 0;
  margin: 0 0 18px;
}
#original-plan-conduct.original-ptn-02 .plan-yado_pricebox_btn {
  width: 60%;
  margin: 0 auto 60px;
  padding-top: 20px;
}

/*-----------------
ptn-03 パターン
-----------------*/
#original-plan-conduct.original-ptn-03{
  font-size: 16px;
  width: 700px;
  margin: 50px auto;
  padding: 20px;
  background: #f1f1f1;
}
#original-plan-conduct.original-ptn-03 figure.original-plan-conduct_box-photo {
  width: 27%;
  margin: 0;
}
#original-plan-conduct.original-ptn-03 li.original-plan-conduct_box {
  padding: 2% 0;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box-info {
  width: 70%;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box-col2{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box-info_pricebox {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box-info_pricebox p{
  display: inline-block;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box-info_pricebox br{
  display: none;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_box{
  border-top: none;
}
#original-plan-conduct.original-ptn-03 .original-plan-conduct_tittle{
  margin-bottom: 10px;
  color: #777;
}