@charset "euc-jp";
/*
### CSS Information
File name:      guide.css
Created:        2014-11-06
*/

/*
### contents
*/

/*
# header_helper
*/

#guide_header_02 .header_right .help_box{
  width: auto;
}

/*
# u_hotelAreaList
*/

.u_hotelAreaList{
  padding-bottom: 10px;
}
.u_hotelAreaList ul{
  margin: 0 0 15px -23px;
  overflow: hidden;
}
.u_hotelAreaList ul li{
  width: 200px;
  float: left;
  display: inline;
  margin-left: 23px;
}
.u_hotelAreaList ul li .photo{
  width: 200px;
  display: block;
  position: relative;
  border: 1px solid #ddd;
}
.u_hotelAreaList ul li .photo .name{
  width: 188px;
  background-color: rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 2px 6px;
  zoom: 1;
}
.u_hotelAreaList ul li .photo .name:not(:target){
  filter: none;
  -ms-filter: none;
}
.u_hotelAreaList .u_linkList{
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: -0.1em;
  padding-top: 6px;
  margin: 0;
}
.u_hotelAreaList .u_linkList li{
  width: auto;
  display: inline;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
.u_hotelAreaList .u_linkList .is_landMark {/*ランドマークリンク*/
	margin: 0 0 0 5px;
	overflow: visible;
	white-space: normal;
	display: inline;
}
.u_hotelAreaList .u_linkList .is_landMark li {
	color: #ccc;
	margin: 0;
	white-space: normal;
	float: none;
}
.u_hotelAreaList .u_linkList .is_landMark li a {
	background: url(https://cdn.4travel.jp/img/webapp/cmn/icon/u_pointer_skyblue.png) no-repeat 5px 8px;
	padding-left: 13px;
	margin:0 5px 0 10px;
	display: inline;
  white-space: nowrap;
}
.u_hotelAreaList .u_linkList .is_landMark li a:first-child{
	margin-left: 0;
}
.u_commonBox .u_linkList{
  font-size: 14px;
  padding: 0;
  margin-top: -5px;
}
.u_commonBox .u_linkList li{
  float: left;
  display: inline;
  white-space: nowrap;
  padding-top: 5px;
  margin: 0 20px 0 0;
}

.u_commonBox .u_linkList.is_grid02 li{
  width: 50%;
  white-space: normal;
  margin: 0;
}

.u_commonBox .u_linkList.is_grid02 li a{
  padding-right: 20px;
}

.u_commonBox .u_linkList.is_grid03 li{
  display: inline-block;
  *display: block;
  float: none;
  *float: left;
  width: 31%;
  min-height:38px;
  white-space: normal;
  margin: 0 10px 0 0;
  *margin-right: 3px;
  vertical-align: top;
  line-height:1.3;
  zoom:1;
}

.u_commonBox .u_linkList.is_grid03 li a{
  background-position:left 4px;
}

.u_commonBox .u_linkList.is_grid03 li:nth-child(3n){
  margin-right: 0;
}

/*
### u_rankingBox
*/

.u_rankingBox{
  margin-bottom: 30px;
}
.u_rankingBox .u_grid02 .u_iconRanking{
  position: absolute;
  top: 0;
  left: 0;
}
.u_rankingBox .u_grid02 .u_gridBox{
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
}
.u_rankingBox .u_grid03 .u_iconRanking{
  font-size: 22px;
  padding: 2px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.u_iconRanking{
  background: #0098de;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 6px;
}
.u_iconRanking.is_iconNo1{
  background: #a09060;
}
.u_iconRanking.is_iconNo2{
  background: #7a91a2;
}
.u_iconRanking.is_iconNo3{
  background: #ca9173;
}
.u_rankingBox .u_listTips li{
  list-style: disc;
  list-style-position: inside;
}

/*
### u_spotBoxSummary
*/

.u_spotBoxSummary .u_thumbnail{
  float: left;
}
.u_spotBoxSummary .u_text{
  margin: -2px 0 0 195px;
}
.u_spotBoxSummary .u_text .u_spotName{
  font-size: 22px;
  line-height: 1.4;
  display: inline;
}
.u_spotBoxSummary .u_text .u_categoryLabel{
  display: inline;
  position: absolute;
  top: inherit;
  left: inherit;
}
.u_spotBoxSummary .u_text p{
  margin-top: 5px;
}
.u_spotBoxSummary .u_text .u_linkArrow{
  margin-left: 10px;
}
.u_spotBoxSummary .u_rankingText{
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
}
.u_spotBoxSummary .u_rankingText em{
  font-size: 18px;
}
.u_spotBoxSummary .u_rankingText span{
  font-weight: bold;
}
.u_spotBoxSummary .u_star span{
  font-size: 18px;
  padding-left: 95px;
}
.u_spotBoxSummary .u_star .star00_m{
  background-position: 0 -658px;
}
.u_spotBoxSummary .u_star .star05_m{
  background-position: 0 -688px;
}
.u_spotBoxSummary .u_star .star10_m{
  background-position: 0 -718px;
}
.u_spotBoxSummary .u_star .star15_m{
  background-position: 0 -748px;
}
.u_spotBoxSummary .u_star .star20_m{
  background-position: 0 -778px;
}
.u_spotBoxSummary .u_star .star25_m{
  background-position: 0 -808px;
}
.u_spotBoxSummary .u_star .star30_m{
  background-position: 0 -838px;
}
.u_spotBoxSummary .u_star .star35_m{
  background-position: 0 -868px;
}
.u_spotBoxSummary .u_star .star40_m{
  background-position: 0 -898px;
}
.u_spotBoxSummary .u_star .star45_m{
  background-position: 0 -928px;
}
.u_spotBoxSummary .u_star .star50_m{
  background-position: 0 -958px;
}
.u_spotBoxSummary .u_listTips li{
  float: left;
  line-height: 1.2;
  border-right: 1px solid #ddd;
  display: inline;
  white-space: nowrap;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 6px;
}



/*---yellow star---*/

.u_webFontReview {
  display: inline-block;
  position: relative;
}
.u_webFontReview [class^="star"] {
  position: relative;
  display: inline-block;
  background: none;
  color: #c2c2c2;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.7px;
  line-height: 1;
}
.u_webFontReview .evaluateNumber {
  color: #f36d33;
  font-size: 16px;
  font-weight: bold;
}

/* 小さいサイズ */
/* 満足度 */
.u_webFontReview.is_small [class^="star"] { font-size: 13px; letter-spacing: 1px; } 
.u_webFontReview.is_small .evaluateNumber { font-size: 13px; } /* 評価点数 */
.u_webFontReview.is_small .evaluateText   { font-size: 13px; } /* テキスト */
/* 大きいサイズ */
.u_webFontReview.is_large [class^="star"] { font-size: 20px; } /* 満足度 */
.u_webFontReview.is_large .evaluateNumber { font-size: 20px; } /* 評価点数 */
.u_webFontReview.is_large .evaluateText   { font-size: 16px; } /* テキスト */

.u_webFontReview [class^="star"]:before {
  content: "\f005\f005\f005\f005\f005"
}
.u_webFontReview [class^="star"]:after {
  color: #ffa800;
  position: absolute;
  left: 0;
  top: 0;
}
.u_webFontReview [class^="star"].is_hotelRank:after {
  color: #1CB4A7;
}
.u_webFontReview .star50:after { content: "\f005\f005\f005\f005\f005"; }
.u_webFontReview .star45:after { content: "\f005\f005\f005\f005\f089"; }
.u_webFontReview .star40:after { content: "\f005\f005\f005\f005"; }
.u_webFontReview .star35:after { content: "\f005\f005\f005\f089"; }
.u_webFontReview .star30:after { content: "\f005\f005\f005"; }
.u_webFontReview .star25:after { content: "\f005\f005\f089"; }
.u_webFontReview .star20:after { content: "\f005\f005"; }
.u_webFontReview .star15:after { content: "\f005\f089"; }
.u_webFontReview .star10:after { content: "\f005"; }
.u_webFontReview .star05:after { content: "\f089"; }
.u_webFontReview .star00:after { content: ""; }




/*
### u_tipsSummary
*/

.u_tipsSummary {
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.u_tipsSummary.is_marginT {
  margin-top: 50px;
}
.u_tipsSummary.is_marginT:first-of-type {
  margin-top: 30px;
}
.u_tipsSummary .u_tipsCaption {
  background: #f3f3f3;
  color: #666;
  border-top: 1px solid #fff;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.u_tipsSummary .u_tipsCaption h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.u_tipsSummary .u_tipsCaption h3 a,
.u_tipsSummary .u_tipsCaption .is_fontSize {
  font-size: 16px;
}
.u_tipsSummary .u_tipsCaption .is_fontSize > span {
  color: #333;
}
.u_tipsSummary .u_tipsCaption .u_webFontReview {
  margin-right: 5px;
}
.u_tipsSummary .u_tipsCaption .travelDay,
.u_tipsSummary .u_tipsCaption .u_goodNumber {
  margin-left: 10px;
}
/* 間隔調整 */
.u_tipsSummary .u_tipsCaption span.is_mlNarrow {
  margin-left: 0;
}
/* 長い時はまとめて改行 */
.u_tipsSummary .u_tipsCaption .u_inlineBlockText {
  display: inline-block;
}
.u_tipsSummary .u_tipsCaption .u_goodNumber {
  margin-left: 5px;
}
.u_tipsSummary .u_tipsCaption .u_goodNumber .fa-heart {
  color: #e54c78;
}
.u_tipsGoodNumberText {
  margin: 10px;
  text-align: right;
}
.u_tipsGoodNumberText .fa-heart {
  margin-right: 5px;
  color: #e54c78;
}
/* トラベラー情報 */
.u_tipsSummary .u_travelerInfomation {
  margin-top: 10px;
  font-size: 12px;
}
.u_tipsSummary .u_travelerInfomation .u_travelerThumbnail {
  float: left;
  width: 32px;
  margin-right: 10px;
}
.u_tipsSummary .u_travelerInfomation .u_travelerThumbnail a > img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.u_tipsSummary .u_travelerInfomation .u_travelerText {
  margin-left: 42px;
  overflow: hidden;
}
.u_tipsSummary .u_commonText.is_paddingText10 {
  padding: 0 10px;
}
.u_tipsSummary .u_tipsCaptionText {
  float:left;
  width: 500px;
}
.u_tipsSummary .tipPostedDay {
  margin: 10px 0;
  color: #999;
  font-size: 12px;
}

/* 写真 */
.u_pictDescriptItem > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-flow: wrap;
  margin-bottom: 10px;
}
.u_pictDescriptItem > ul > li {
  float: left;
  width: 155px;
  margin: 0 10px 15px 0;
}
.u_pictDescriptItem ul > li:nth-child(4n) {
  margin-right: 0;
}
.u_pictDescriptItem .u_pictDescriptContent > a {
  display: block;
}
.u_pictDescriptItem .u_pictDescriptContent > a :hover {
  opacity: 0.8;
}
.u_pictDescriptItem .u_pictDescriptContent > a > img {
  width: 100%;
  height: 100%;
}
.u_pictDescriptItem .captionText {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}

/* 追加情報 */
.u_tipsSummary .additionItem {
  padding: 10px 15px;
  background: #f3f3f3;
  overflow: hidden;
  zoom: 1;
  line-height: 1.8;
}
.u_tipsSummary .additionItem > dl {
  float: left;
  width: 50%;
}
.u_tipsSummary .additionItem > dl > dt {
  display: inline-block;
}
.u_tipsSummary .additionItem > dl > dd {
  display: inline-block;
  font-weight: bold;
}

/* 満足内訳 */
.u_tipsSatisfiedItem {
  margin: 5px 0 0;
}
.u_tipsSatisfiedItem dt,
.u_tipsSatisfiedItem dd {
  box-sizing: border-box;
}
.u_tipsSatisfiedItem > dl {
  padding: 4px 0 2px;
  border-bottom: 1px dotted #ddd;
}
.u_tipsSatisfiedItem > dl:last-child {
  border-bottom: none;
}
.u_tipsSatisfiedItem > dl > dt,
.u_tipsSatisfiedItem .rankTotal,
.u_tipsSatisfiedItem .comment {
  float: left;
}
.u_tipsSatisfiedItem dt {
  width: 22%;
  padding-right: 10px;
}
.u_tipsSatisfiedItem .rankTotal {
  width: 9%;
}
.u_tipsSatisfiedItem .rankTotal .evaluateNumber {
  color: #f36d33;
  font-weight: bold;
  font-size: 14px;
}
.u_tipsSatisfiedItem .rankTotal .evaluateNumberNull {
  color: #999;
}
.u_tipsSatisfiedItem .comment {
  width: 69%;
  padding-left: 10px;
}

/* 関連旅行記 */
.u_relatedTravelogueItem {
  display: table;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #d0d0d0;
}
.u_relatedTravelogueItem > dt {
  display: table-cell;
  padding: 10px;
  width: 100px;
  background: #eee;
  vertical-align: middle;
}
.u_relatedTravelogueItem > dt > .fa-book {
  margin-right: 4px;
  color: #0098de;
}
.u_relatedTravelogueItem > dd > a {
  display: table-cell;
  padding: 10px;
}

/* いいね！とSNSボタン */
.u_tipsSnsVoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f3f3f3;
}
.u_tipsSummary .u_tipsSatisfiedItem + .u_tipsSnsVoteBox,
.u_tipsSummary .additionItem + .u_tipsSnsVoteBox {
  margin-top: 10px;
}
.u_tipsSnsVoteBox .sns_box_line {
  margin-top: 5px;
}
/* いいね_ボタン */
.u_goodVoteButtonWrap {
  float: right;
  margin-left: auto;
}
/* いいね_ボタン ログイン時/ログアウト時を考慮 */
.u_goodVoteButtonWrap .u_commonButton.is_goodVote > a,
.u_goodVoteButtonWrap .u_commonButton.is_goodVote > .buttonInner {
  display: inline-block;
  padding: 5px 15px;
  color: #333;
}
.u_goodVoteButtonWrap .u_commonButton.is_goodVote .heartMark {
  padding-right: 5px;
  color: #e54c78;
}
/* 良いね_済 */
.u_goodVoteButtonWrap .u_commonButton.is_done .buttonInner {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ccc;
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* VS （のちほどshisetsuに移動 */
.u_tipsVersusBox {
  position: relative;
  display: table;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}
.u_tipsVersusBox li {
  display: table-cell;
  width: 50%;
  min-height: 230px;
  box-sizing: border-box;
  padding: 0 0 60px 0;
  vertical-align: top;
  word-break: break-all;
}
.u_tipsVersusBox .u_tipsVersusList_high {
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.u_tipsVersusBox .u_tipsVersusList_low {
  padding-left: 14px;
}
.u_tipsVersusBox .manzokuTitle,
.u_tipsVersusBox .tipsPosetedTitle,
.u_tipsVersusBox .tipsPostedText {
  font-size: 14px;
  margin-bottom: 5px;
}
.u_tipsVersusBox .manzokuTitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
}
.u_tipsVersusBox .manzokuTitle.highIcon {
  padding-left: 25px;
  background: url(https://cdn.4travel.jp/img/webapp/cmn/icon/u_face_smile.png) 0 0 no-repeat;
}
.u_tipsVersusBox .manzokuTitle.lowIcon {
  padding-left: 25px;
  background: url(https://cdn.4travel.jp/img/webapp/cmn/icon/u_face_straight.png) 0 0 no-repeat;}
.u_tipsVersusBox .travelDay {
  margin-top: 3px;
  color: #666;
}
.u_tipsVersusBox .tipsPostedText {
  min-height: 170px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  line-height: 1.7;
}
.u_tipsVersusBox .tipsPostedText .tipsMoreText {
  float: right;
}
.u_tipsVersusBox .u_travelerInfomation {
  position: absolute;
  bottom: 15px;
  width: 270px;
  margin-top: 10px;
  padding: 10px 10px 7px 10px;
  background: #f3f3f3;
  overflow: hidden;
  font-size: 12px;
}
.u_tipsVersusBox .u_travelerInfomation .u_travelerThumbnail {
  float: left;
  width: 32px;
  margin-right: 10px;
}
.u_tipsVersusBox .u_travelerThumbnail > a > img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.u_tipsVersusBox .u_travelerInfomation .u_travelerText {
  margin-left: 42px;
  overflow: hidden;
}
.u_tipsVersusBox .u_travelerInfomation .u_travelerText p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.u_referenceURL {
  padding-top:10px;
  padding-bottom:5px;
}
/* 関連施設 */
.u_relatedTipsItem {
  padding: 10px 0;
  border-top: dotted 1px #ddd;
  line-height: 2.0;
}
.u_relatedTipsItem .spot_name {
  font-weight: bold;
}

/*
# 施設詳細クチコミ一覧：写真がある時
*/
.u_tipsSummary .u_postThumbnail {
  position: relative;
  float:right;
  width: 90px;
  margin: 5px;
}
.u_tipsSummary .u_postThumbnail:hover {
  opacity: 0.8;
}
.u_tipsSummary .u_postThumbnail .clipImage {
  display: block;
  width:90px;/*imgliquid.jsに必要*/
  height:90px;/*imgliquid.jsに必要*/
}
.u_tipsSummary .u_postThumbnail img {
  width:100%;/*imgliquid.jsに必要*/
  height: 100%;/*imgliquid.jsに必要*/
}
.u_tipsSummary .u_postThumbnail .count {
  position: absolute;
  right: 3px;
  top: 72px;
  padding: 3px 8px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}


/*
# 施設詳細 ●●一覧を見る
*/
.u_moreLinkRight{
  padding-top:15px;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  text-align:right;
}
.u_moreLinkRight .fa {
  color: #0098de;
  margin-right: 5px;
}
.u_moreLinkRight.is_bodNone {
  border-top: none;
}

/*
# qaステータスアイコン
*/
.u_tipsSummary .status {
  display: inline-block;
  margin: 0 5px 0 10px;
  padding: 1px 7px 0;
  border: 1px solid #0098de;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  color: #0098de;
  line-height: 1.2;
}

.u_tipsSummary .status.closed {
  border: 1px solid #999999;
  color: #999999;
}

.u_tipsSummary .status.always {
  margin: 0;
  border: 1px solid #0098DE;
  background: #0098DE;
  color: #ffffff;
}

.u_tipsSummary .status.emergency {
  margin: 0;
  border: 1px solid #f36d33;
  background: #f36d33;
  color: #ffffff;
}

.u_tipsSummary .status.now {
  margin: 0;
  border: 1px solid #cc3333;
  background: #cc3333;
  color: #ffffff;
}
/* QAステータスアイコン（親依存なし） */
.qaStatusLabel {
  display: inline-block;
  margin: 0 5px 0 10px;
  padding: 1px 5px 0;
  border: 1px solid #0098de;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  color: #0098de;
  line-height: 1.2;
  font-size: 11px;
}
.qaStatusLabel.is_always {
  border: 1px solid #0098de;
  background: #0098de;
  color: #fff;
}
.qaStatusLabel.is_emergency {
  border: 1px solid #f36d33;
  background: #f36d33;
  color: #fff;
}
.qaStatusLabel.is_now {
  border: 1px solid #cc3333;
  background: #cc3333;
  color: #fff;
}

.u_tipsSummary .askQa {
  margin-bottom: 5px;
}

.u_answerQaText {
  position: relative;
  margin-top: -5px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.9;
}

.u_answerQaText .u_answerIcon {
  position: absolute;
  left: -5px;
  padding: 0 5px;
  background: #0098de;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}

.u_tipsSummary .u_tipsCaption .is_fontcolor_darkgray {
  color: #333;
}

/*
# QAで質問するBOX
*/
.u_commonBox.u_askQaPostBox {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom:30px;
}
.u_askQaPostBox .leadText {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

/* 規約違反テキスト */
.u_violationText {
  margin-top: 5px;
  font-size: 10px;
  color: #666;
}

/*
# QAのお礼BOX
*/
.u_thanksBox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-top: 1px solid #fff;
  background: #f3f3f3;
  color: #333;
  display: block;
}
.u_thanksQaText {
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 1.9;
}
.u_thanksQaText .u_thanksIcon {
  position: absolute;
  left: -5px;
  padding: 0 5px;
  background: #0098de;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}


/* 質問してみよう！ */
.u_askYouQaModule {
  margin: 10px 0 30px;
  padding: 15px 5px;
  background: #f3f3f3;
  text-align: center;
}
.u_askYouQaModule .ttl {
  padding: 0 0 10px;
  border-top: none;
  background: #f3f3f3;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
}
.u_askYouQaModule .ttl .inlineB {
  display: inline-block;
}
.u_askYouQaModule .txt_lead {
  color: #666;
}
.u_askYouQaModule .group {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}
.u_askYouQaModule .user {
  margin-top: 7px;
  font-size: 10px;
  color: #666;
}
.u_askYouQaModule .user .userName {
  position: relative;
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  text-overflow: ellipsis;
}
.u_askYouQaModule .pict_each {
  float: left;
  width: 90px;
}
.u_askYouQaModule .pict_each:first-child {
  margin-left: 0;
}
.u_askYouQaModule .pict_each img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.u_askYouQaModule .u_commonButton {
  margin: 10px auto 0;
  width: 50%;
}
.u_askYouQaModule .u_commonButton a {
  color: #333;
  font-size: 16px;
}
.u_askYouQaModule .u_commonButton .fa {
  padding-right: 5px;
  color: #0098de;
  font-size: 20px;
}
.u_askYouQaModule .txt_hoka {
  align-self: flex-end;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.u_qestionAnswerModule > li {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* reverse */
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.u_qestionAnswerModule > li:last-child {
  margin-bottom: 0;
}
.u_qestionAnswerModule li .textBox {
  width: 90%;
}
.u_qestionAnswerModule > li .txt {
  position: relative;
  border: solid 1px #ddd;
  padding: 15px;
}
.u_qestionAnswerModule > li .txt::after,
.u_qestionAnswerModule > li .txt::before {
  right: 100%;
  top: 21px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.u_qestionAnswerModule > li .txt::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}
.u_qestionAnswerModule > li .txt::before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 8px;
  margin-top: -8px;
}
/* 回答の吹き出しの色 */
.u_qestionAnswerModule .u_answerBox .txt::after {
  border-right-color: #f3f3f3;
}
.u_qestionAnswerModule .questioner {
  width: 10%;
  padding-right: 5px;
  color: #666;
  font-size: 10px;
  text-align: center;
}
.u_qestionAnswerModule .questioner .author {
  display: block;
  margin-bottom: 5px;
}
.u_qestionAnswerModule .author > img {
  border-radius: 50%;
}
.u_qestionAnswerModule .questioner a {
  color: #666;
}
.u_qestionAnswerModule li .txt .questionTitle {
  margin-bottom: 5px;
  padding-right: 60px;
  font-size: 16px;
}
.u_qestionAnswerModule li .txt .questionTitle .fa {
  color: #0098de;
}
.u_qestionAnswerModule li .txt .questionTitle .fa::before {
  font-size: 22px;
}
.u_questionAnswerIcon::after {
  content: "A";
  display: inline-block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  padding: 3px 0 0;
  background: #0098de;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: text-top;
}
.u_questionAnswerIcon.is_white::after {
  background: #fff;
  color: #0098de;
}
.u_qestionAnswerModule .qaPostedDay {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  color: #666;
}
.u_qestionAnswerModule .qaPostedDay > li {
  display: inline-block;
}
.u_qestionAnswerModule .qaPostedDay > li:not(:first-child) {
  margin-left: 7px;
  padding-left: 7px;
  border-left: solid 1px #ddd;
}
.u_qestionAnswerModule .comment {
  font-size: 14px;
  line-height: 1.7;
}
/* カテゴリ名 */
.u_qestionAnswerModule .qaRelatedBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 5px;
  background: #F5F5F5;
}
.u_qestionAnswerModule .qaRelatedBox .related_category:not(:last-child) {
  margin-right: 5px;
  padding-right: 10px;
  border-right: solid 1px #ddd;
}
.u_qestionAnswerModule .qaRelatedBox > dl > dd,
.u_qestionAnswerModule .qaRelatedBox > dl > dt {
  display: inline;
}
.u_qestionAnswerModule .qaRelatedBox .divide_path {
  color: #999;
}
.u_qestionAnswerModule .qaRelatedBox .fontWeight {
  font-weight: bold ;
}
.u_qestionAnswerModule .u_qaViolationText {
  margin-top: 10px;
  font-size: 10px;
  text-align: right;
}
/* お礼 */
.u_qestionAnswerModule .txt .thanksInfomationBox {
  margin-top: 10px;
  padding: 10px 10px 10px 38px;
  background: #fcf2d0 url(https://cdn.4travel.jp/img/general/4travel/cmn/ver1/ico/qa/ico_ribbon.gif) no-repeat 11px 6px;
}
.u_qestionAnswerModule .txt .thanksInfomationBox .ttl {
  font-weight: bold;
}
/* お礼_未投稿 */
.u_qestionAnswerModule .txt .thanksInfomationBox.is_contribute {
  padding: 15px;
  background-image: none;
}
.u_qestionAnswerModule .tips_toggle_link {
  display: block;
  text-align: right;
}
.u_qestionAnswerModule .tips_toggle_link .fa {
  color: #0098de;
  margin-right: 5px;
}
.u_qestionAnswerModule .statusRibbon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5.8px;
  right: -40.4px;
  height: 20px;
  width: 120px;
  transform: rotate(34deg);
  text-transform: uppercase;
  background: #333;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  z-index: 100;
}
.u_qestionAnswerModule .statusRibbon.is_closed {
  background: #c3c3c3;
}
.u_qestionAnswerModule .statusRibbon.is_opend {
  background: #f38d33;
}
/* 旧QAデザインの受付/締切 */
.qa_list li .txt .more .statusRibbon {
  display: block;
  margin-right: 6px;
  padding: 10px 5px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.qa_list li .txt .more .statusRibbon.is_closed {
  background: #c9c9c9;
}
.qa_list li .txt .more .statusRibbon.is_opend {
  background: #f38d33;
}
.u_qestionAnswerModule .u_answerBox {
  margin-top: -30px;
}
.u_qestionAnswerModule .u_answerBox .txt {
  border-top: none;
  background: #f3f3f3;
}
/* QA参考ボタンのボックス */
.u_answerFeedBackVoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Migiyose */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px -15px -15px;
  padding: 12px 15px;
  background: #f3f3f3;
}
.u_answerFeedBackVoteBox .u_qaGoodVoteButtonWrap {
  margin-left: 10px;
}
.u_answerFeedBackVoteBox .u_commonButton.is_goodVote .heartMark {
  padding-right: 5px;
  color: #e54c78;
}
.u_answerFeedBackVoteBox .u_qaGoodVoteButtonWrap .u_commonButton .buttonInner {
  padding: 5px 10px;
  color: #333;
}
/* QA票数 */
.u_answerFeedBackVoteBox .u_qaGoodNumberText > span {
  color: #e54c78;
  font-size: 14px;
  font-weight: bold;
}
/* QAボタン枠 */
.u_qestionAnswerButtonModule {
  margin: 30px 0;
}
.u_qestionAnswerButtonModule > .u_commonButton > .whiteInner {
  color: #333;
  border-bottom: 2px solid #ddd;
}
.u_qestionAnswerButtonModule > .u_commonButton .fa {
  margin-right: 5px;
  font-size: 22px;
  color: #0098de;
}



/* 旅行記一覧 */
.travelList_cardModule_pc .travelList_cardBlock {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3);
}
.travelList_cardModule_pc .travelList_cardBlock:hover {
  background: #f8f8f8;
}
.travelList_cardModule_pc .travelList_cardBlock .cardContent {
  display: block;
  height: 100%;
}
.travelList_cardModule_pc .travelList_cardBlock .cardContent:hover {
  text-decoration: none;
}
.travelList_cardModule_pc .pictWrap {
  position: relative;
  float: left;
  margin: 10px 0 10px 10px;
  background: #ddd;
}
.travelList_cardModule_pc .pictWrap .pictItem {
  display: block;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 180px;
}
.travelList_cardModule_pc .pictWrap .pictItem > img,
.travelList_cardModule_pc .pictItem_sub > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  height: auto;
}
.travelList_cardModule_pc .pictItem_sub {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 90px;
}
.travelList_cardModule_pc .u_thumbnailOverlayIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 100;
  padding: 5px;
  background-color: rgba(0,0,0,0.5);
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.travelList_cardModule_pc .u_thumbnailOverlayIcon .fa-heart {
  margin-right: 5px;
  color: #e54c78;
  font-size: 14px;
}
.travelList_cardModule_pc .textDetailWrap {
  overflow: hidden;
}
.travelList_cardModule_pc .textDetailWrap .title {
  padding: 0.9375rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.4;
}
.travelList_cardModule_pc .title:hover {
  text-decoration: underline;
}
.travelList_cardModule_pc .u_tagListWrap.is_small {
  padding: 0 15px;
  min-height: 1.875rem;
}
.travelList_cardModule_pc .linkRoll {
  margin: 5px 15px 10px;
  border-top: dotted 1px #e8e8e8;
  color: #666;
}
.travelList_cardModule_pc .linkRoll:hover {
  text-decoration: none;
}
.travelList_cardModule_pc .bodyText,
.travelList_cardModule_pc .area,
.travelList_cardModule_pc .doukou,
.travelList_cardModule_pc .photoCount,
.travelList_cardModule_pc .visitedDay,
.travelList_cardModule_pc .userName {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 0.75rem;
}
.travelList_cardModule_pc .bodyText,
.travelList_cardModule_pc .area {
  display: block;
}
.travelList_cardModule_pc .area .fa,
.travelList_cardModule_pc .photoCount .fa {
  margin-right: 0.1875rem;
  color: #999;
  font-size: 13px;
}
.travelList_cardModule_pc .photoCount,
.travelList_cardModule_pc .visitedDay {
  margin-right: 15px;
}
.travelList_cardModule_pc .userName {
  float: right;
}

/* 調整クラス */
.u_margin_top_5 {
  margin-top: 5px;
}
.u_margin_top_10{
  margin-top: 10px;
}
.u_margin_top_20 {
  margin-top: 20px;
}
.u_margin_top_30 {
  margin-top: 30px;
}
.u_margin_bottom_10 {
  margin-bottom: 10px;
}
.u_margin_bottom_30 {
  margin-bottom: 30px;
}
.u_margin_bottom_40 {
  margin-bottom: 40px;
}
.u_margin_bottom_60 {
  margin-bottom: 60px;
}
.is_fontSize_large {
  font-size: 16px;
}



