@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*html {
  margin: auto;
  max-width: 800px;
  height: 100%;
  background-color: #fff;
}
body {
  background: transparent;
  height: 100%;
  font-size: 18px !important;
}
.page {
  height: 100%;
  background: #ffffff;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.timeline {
  background: #ffffff;
  background-position: 50% 50%;
  background-attachment: fixed;
}*/


.panel-body {
  padding: 10px 5px 5px 0;
}

#header_sec {
  padding-top: 5px;
}

/*******************************
* チャットボックス
********************************/
#slideB {
  margin: auto;
  padding: 0;
  position: fixed;
  z-index:100;
  width: 400px;
  max-width: 600px;
  height: 608px;
  left: 58%;
  bottom: -565px;
  margin-left: -300px;
  /*background: rgba(255,255,255,1.0);*/
  border: 1px #aaaaaa solid;
  /* font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif !important; */
  font-family: -apple-system, BlinkMacSystemFont, Roboto, “Segoe UI”, “Helvetica Neue”, HelveticaNeue, YuGothic, “Yu Gothic Medium”, “Yu Gothic”, Verdana, Meiryo, sans-serif;
  font-size: 12px !important;
  line-height: normal !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, “Segoe UI semibold”, “Helvetica Neue”, HelveticaNeue, YuGothic, “Yu Gothic”, “Segoe UI”, Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop, body {
  font-family: “Segoe UI”, Meiryo, sans-serif;
} 

.solitary {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 auto !important;
  height: 100% !important;
}
#slideB p {
  font-size: 13px !important;
  line-height: normal !important;
  margin: 0 0 10px;
  word-break: break-all;
}
#slideB .btn-lang {
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  margin-left: 5px;
}
#slideB .btn-lang-ja {
  background: url('lang_ja.png') no-repeat;
  background-size: contain;
}
#slideB .btn-lang-en {
  background: url('lang_en.png') no-repeat;
  background-size: contain;
}
#slideB .btn-lang-zh-CN {
  background: url('lang_zh-CN.png') no-repeat;
  background-size: contain;
}
#slideB .btn-lang-zh-TW {
  background: url('lang_zh-TW.png') no-repeat;
  background-size: contain;
}
#slideB .btn-lang-ko {
  background: url('lang_ko.png') no-repeat;
  background-size: contain;
}
#slideB #messages .btn-select {
}
#slideB #messages .btn-select-menu,
#slideB #messages .btn-select-menu-scenario {
  /* width: calc(100% - 12px); */
  width: 95%;
  background-color: #4394F8;
  color: #FFF;
  margin: 7px;
  /* text-align: center; */
  padding: 8px;
  cursor: pointer;
  /* border-radius: 25px; */
  display: block;
  border-radius: 20px;
}
#slideB #messages .btn-select-menu-scenario {
  border-radius: 5px;
}
#slideB #messages .btn-select-asked {
  /* width: calc(100% - 12px); */
  width: 100%;
  background-color: #4394F8;
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  padding: 6px 6px 6px 6px;
  cursor: pointer;
  border-radius: 0;
  display: block;
  border-radius: 20px;
}
#slideB #messages .btn-select-disabled {
  background-color: #aacccc;
  color: #FFF;
}
#slideB #messages .btn-voice-guide {
  display: block;
  margin: 10px 0;
}
#slideB #voice-guide-auto {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 15pt;
}
#slideB .btn-voice-guid-auto-off {
    background: yellowgreen;
    color: #000000;
}
#slideB .btn-voice-guid-auto-on {
    background: yellow;
    color: #000000;
}
#slideB .btn_call_tel {
    padding: 15px 5px 5px 5px;
    background: #d6f29a;
    border-radius: 5px;
    color: #000;
}
  
@media screen and (max-width: 736px) {
  #slideB {
    width: 100%;
    /* height: 35px; */
    left: 0;
    bottom: 0;
    margin: 0;
  }
  #slideB a {
    /* color: #ffffff !important; */
  }
}
#slideB .slide-head {
  /*background: #444444;*/
  background-repeat: repeat;
  background-size: cover;
  background: rgba(68,68,68,1.0);
  color: #ffffff;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 16pt;
  /* padding-top: 3px; */
  z-index: 9999;
  position: absolute;
}
#slideB .slide-head img {
  width: auto;
  height: 40px;
}
#slideB .slide-body {
  /* background: rgba(255,255,255,1.0); */
  /* background: #fff url('bg.jpg') no-repeat; */
  background-size: cover;
  height: 100%;
  width: 100%;
  padding-right: 5px;
  padding-top: 42px;
}
#slideB .slide-inner {
  height: 100%;
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
  background: transparent;
  overflow: hidden;
}
#slideB .sukima0 {
  padding: 0;
  margin: 0;
}
#slideB .messagebox {
  margin-top: 5px !important;
}
#slideB .charbox {
  /*background: url('office.jpg') no-repeat;*/
  background-size: cover;
}
#slideB .char {
  /*text-align: center;
  height: 210px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 12pt;*/
  padding: 0 0 0 5px;
}
#slideB .char img {
  /* display: none;
  position: absolute;
  top: 0;
  left: 10%; */
}
#slideB .char img:first-child {
  display: block;
  margin-left: 7px;
}
#slideB #scroller {
  height: 471px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translateZ(0);
}
#slideB #scroller::-webkit-scrollbar{
   display: none;
}
#slideB #scroller {
   -ms-overflow-style: none;
}
#slideB ul,li{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}

#slideB #messages {
  margin-top: 0;
  height: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 736px) {
  #slideB #messages {
    margin: 0;
  }
}

#slideB il,
#slideB il div {
  position: relative;
  display: block;
}
#slideB il {
  /* margin-bottom: 10px; */
}

/*******************************
* 左からの吹き出し
********************************/
#slideB .left_balloon {
  width: 95%;
  position: relative;
  background: #fff;
  border: 1px solid #DDD;
  margin: 0 0 0 15px;
  padding: 10px;
  border-radius: 16px;
  /* margin-right: 20%; */
  /* clear: both; */
  max-width: 100%;
  float: left;
  color: #000;
  display: inline-block;
  z-index: 64;
}
#slideB .left_balloon_arrow {
    /* background-image: url('./balloon_lefttop.png');
    background-size: contain;
    width: 25px;
    height: 18.1px;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 65; */
}
@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
   #slideB .left_balloon:after { max-width: 700px; }
}
#slideB #wait_loading .left_balloon {
  /*background: #0039cd;*/
}


/* #slideB .left_balloon:after,
#slideB .left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#slideB .left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fcc800;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}*/

/*******************************
* 右からの吹き出し
********************************/
#slideB .right_balloon {
    position: relative;
    background: #00FF00;
    /*border: 1px solid #777;*/
    margin: 0 10px 0 0;
    padding: 10px;
    border-radius: 16px;
    margin-left: 20%;
    clear: both;
    max-width: 80%;
    float: right;
    display: inline-block;
    color: #000;
    z-index: 56;
}
/* #slideB .right_balloon_arrow {
    background-image: url('./balloon_righttop.png');
    background-size: contain;
    width: 25px;
  	height: 18.1px;
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 55;
} */
/* #slideB .right_balloon:after,
#slideB .right_balloon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#slideB .right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #82cddd;
    border-width: 7px;
    margin-top: -7px;
}
#slideB .right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-width: 8px;
    margin-top: -8px;
}*/

/*******************************
* 割り込みを解除
********************************/
#slideB .clear_balloon{
  clear: both;
}

#slideB .baloon_icon {
  /*height: 40px;*/
  width: 20%;
  max-width: 120px;
  min-width: 60px;
  float: left;
}

/*******************************
* ボタン表示
********************************/
#slideB .center_button {
    position: relative;
    background: #5555ff;
    margin: 5px;
    padding: 10px;
    border-radius: 50px;
    clear: both;
    width: 100%;
    float: none;
    font-size: 9pt;
    text-align: center;
    display: inline-block;
}

#slideB .sender_name{
    margin-bottom: -5px;
    padding-left: 20px;
    color: rgba(0, 0, 0, .40);
}
#slideB .sender_name.me{
    float: right;
    padding: 0 20px 0 0;
}

body {
  /*max-width: 500px;*/
}
#slideB .row {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 50px;
  height: 80%;
  overflow: auto;
}

@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
   #slideB .icon-camel { width:140%; padding-top: 10px; }
}

@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   #slideB .icon-camel { width:140%; padding: 10px;}
}

@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
   #slideB .head-message { margin:0; vertical-align:middle; display:table-cell; height:50px; font-weight:bold; font-size:100%; padding-left:18px; padding-top:15px;}
   #slideB .head-message2 { margin-top:-7px; padding-left:18px; }
}

@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   #slideB .head-message { margin:0; vertical-align:middle; display:table-cell; /*height:50px;*/ font-weight:bold; font-size:140%; padding-left:30px; padding-top:15px;}
   #slideB .head-message2 { margin-top:0px; padding-left:30px; }
}


#slideB .col-xs-1,
#slideB .col-xs-2,
#slideB .col-xs-31,
#slideB .col-xs-4,
#slideB .col-xs-5,
#slideB .col-xs-6,
#slideB .col-xs-7,
#slideB .col-xs-8,
#slideB .col-xs-9,
#slideB .col-xs-10,
#slideB .col-xs-11,
#slideB .col-xs-12 {
  margin: 0;
  padding: 0;
}

#slideB #acordion {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
}
#slideB #acordion li h3 {
  border-bottom: 1px #fff solid;
}
#slideB #acordion a {
  color: #fff;
}
#slideB .btn_hamburger {
    margin: 10px auto !important;
    width: 40px;
}

@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
   #slideB .btn_hamburger { padding-top: 18px;padding-bottom: 18px; }
}
@media screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
   #slideB .btn_hamburger { padding-top: 18px;/*padding-bottom: 21px;*/ }
}

#slideB .btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
#slideB .btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F7F5EE;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
#slideB .btn_hamburger span:nth-of-type(1) {
    top: 0;
}
#slideB .btn_hamburger span:nth-of-type(2) {
    top: 14px;
}
#slideB .btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
#slideB .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F7F5EE;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
#slideB .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#slideB .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#slideB .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
#slideB .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}

#slideB #send-message {
  height: 50px;
  padding-top: 7px;
}
#slideB .form-control {
  height: 40px;
  background: #ffffff;
}
#slideB .privacy-mess {
  font-size: 8pt;
  color: #000;
  padding-left: 4px;
}
#slideB .panel-heading {
  position: fixed;
  width: 100%;
  max-width: 800px;
  z-index: 9999;
}
#slideB .panel-heading p {
  margin: 0;
  text-align: center;
}

#slideB .panel-buttons {
  margin: auto;
  max-width: 800px;
  padding: 5px;
  width: 100%;
  position: fixed;
  bottom: 50px;
  height: 50px;
  background: rgba(215,215,215,0.5);
  border-radius: 15px;
}

#slideB .panel-footer {
  margin: auto;
  /*max-width: 800px;*/
  /*border: 1px #888 solid;*/
  padding: 5px 5px 10px 5px !important;
  width: 100%;
  /*max-width: 500px;*/
  position: absolute;
  bottom: 15px;
  background: #fff;
  z-index: 9999;
}

#ad-bottom {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    height: 50px;
    overflow: hidden;
    text-align: center;
    background-color: white;
    /* padding: 10px; */
}
.ad-text {
    /* font-size: 8pt; */
}
.ad-img {
    position: relative;
    /* height: 50px; */
    overflow: hidden;
}
.messagebox .ad-img {
    width: 120px;
    float: left;
}
.messagebox .ad-img:last-child {
    margin-left: 10px;
}
.ad-img img {
    width: 100%;
}
.ad-mark {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 7pt;
    color: white;
}
#ad-modal {
}
.ad-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
}
.ad-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}
.ad-modal_content {
    background: #fff;
    position: absolute;
    left: 30%;
    top: 40%;
    transform: translate(-20%, -50%);
    border-radius: 5px;

    &._sm {
        width: 30%;
    }

    &._md {
        width: 50%;
    }

    &._lg {
        width: 70%;
    }
}
.ad-modal_content_inner {
    position: relative;
    padding: 5px;
}
.ad-modal_close {
    /* position: absolute; */
    top: 13px;
    right: 10px;
    font-size: 7pt;
    z-index: 9999;
}

/*******************************
* 送信ボタン
********************************/
#slideB #send-message {
  background-color: #FA2658;
  height: 40px;
  margin-top: 4px;
}

#slideB .send-btn {
	color: #ffffff;
	text-align: center;
	padding: 3px 0 0 0;
	font-size: 100%;
}
#slideB .feedback-sec {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#slideB .feedback-btn,
#slideB .btn-return {
  width: 80px;
  font-size: 10pt;
  border-radius: 10px;
  cursor: pointer;
  padding: 6px;
  border: 1px #888 solid;
  background: #ffffff;
  display: inline-block;
  margin-left: 30px;
}
#slideB .btn-return {
  width: 45%;
  background-color: #3333ff;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
}
#slideB .feedback-btn-yes {
  width: 64px;
  height: 30px;
  border: 0;
  background-color: #004fc6;
  color: #ffffff;
  cursor: pointer;
}
#slideB .feedback-btn-no {
  width: 64px;
  height: 30px;
  border: 0;
  background-color: #b00000;
  color: #ffffff;
  cursor: pointer;
}
#slideB .feedback-btn:first-child,
#slideB .btn-return:first-child {
  margin-left: 0;
}
#slideB .feedback-btn:hover {
  background: #222222;
  color: #ffffff;
}

/*******************************
* ランゲージメニュー
********************************/
#slideB nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 2px;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 40%;
}

#slideB nav.globalMenuSp ul {
    /* background: #eee; */
    /* background: #323232; */
    background: rgba(55,55,55,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

#slideB nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
#slideB nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#slideB nav.globalMenuSp ul li div {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

/* このクラスを、jQueryで付与・削除する */
#slideB nav.globalMenuSp.active {
    transform: translateY(42px);
}

#slideB .navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 7px;
    top: 7px;
    width: 62px;
    height: 34px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
    border-radius: 5px;
}

#slideB .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 54px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 4px;
}

#slideB .navToggle span:nth-child(1) {
    top: 4px;
}

#slideB .navToggle span:nth-child(2) {
    top: 10px;
}

#slideB .navToggle span:nth-child(3) {
    top: 16px;
}

#slideB .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 19px;
}

/* 最初のspanをマイナス45度に */
#slideB .navToggle.active span:nth-child(1) {
    width: 23px;
    top: 10px;
    left: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
#slideB .navToggle.active span:nth-child(2),
#slideB .navToggle.active span:nth-child(3) {
    width: 23px;
    top: 10px;
    left: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.tripav_box {
  padding: 0 10px;
  margin: 10px 0 10px 0;
}
.tripav_box a {
  color: #000;
  background-color: rgba(255,255,255,0.7);
  padding: 0 3px;
}
.tripav_sel {
  width: 30%;
  height: 100px;
  background-color: #eeccee;
  background-size: cover;
  border-radius: 10px;
  margin: 0 3px 0 0;
}
.tripav_rating_img {
  /*width: 85%;*/
  max-width: 120px;
  padding: 5px 5px 5px 0;
}
.tripav_name {
  font-weight: bold;
  padding: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weather_sel {
  width: 30%;
  height: 180px;
  background-color: #ffffff;
  border: 1px #cccccc solid;
  background-size: cover;
  border-radius: 10px;
  margin: 0 3px 0 0;
  padding: 5px;
}
.weather_day {
  text-align: center;
  font-size: 125%;
}
.weather_icon {
  width: 100%;
  text-align: center;
  margin: 3px 0;
}
.weather_icon td {
  text-align: center;
}
.weather_icon img {
  width: 70px;
  margin: auto;
}
.weather_weather {
  text-align: center;
  margin-bottom: 3px;
}
.weather_snowrain {
  text-align: center;
  margin-bottom: 3px;
}
.weather_temp {
  text-align: center;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999;
    padding: 10px;
    border: 1px #bbbbbb solid;
    background: -moz-linear-gradient(#eeeeff, #ffffff);
    background: -webkit-linear-gradient(#eeeeff, #ffffff);
    background: linear-gradient(#eeeeff, #ffffff);
}
.ui-autocomplete li {
    padding: 5px 0 8px 0;
}
.ui-helper-hidden-accessible {
    display: none;
}