/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


.nothumb .entry-meta:after, .nothumb .page-title:after {
    content: none;
}


/*ロゴ画像を横全体に表示*/
#inner-header, #drawer + #inner-header,#logo{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: auto;
}
.header--center #logo {
    padding: 0;
}
/*END ロゴ画像を横全体に表示*/



/*ハンバーガーメニューを消す*/
#drawer__open {
    display: none;
}



/*-------------------------------------- アイキャッチキャプションのデザイン調整 --------------------------------------*/ .caption-spaceasam { position: relative; } .caption-spaceasam p{ position:absolute; bottom: 1%; left: 2%; background: #EAEDF2;/*枠の色だよ*/ color: #b0b0b0;/*文字の色だよ*/ font-size: 8px; font-weight: bold; border-radius: 20px; line-height: 1.3; letter-spacing: 1px; padding: 7px 13px; z-index: 1; } .caption-spaceasam img{ width:100%; } a.samune:link { color: #b0b0b0; } a.samune:visited { color: #b0b0b0; } a.samune:hover { color: #b0b0b0; } a.samune:active { color: #b0b0b0; }

.sns-btn.normal-sns { margin: 0; padding: 14px 0 16px; }


/*-------------------------------------- トマレバのカスタマイズ --------------------------------------*/ 

/* micro clearfix */
.tomarebalink-box,
.tomarebalink-link1 {
	zoom: 1;/* IE6,7の対応しないならいらないです */
}
.tomarebalink-box:after,
.tomarebalink-link1:after {
	content: "";
	display: block;
	clear: both;
}
/* tomarebalink 親ボックス */
.tomarebalink-box {
	position: relative;
	margin-bottom: 14px;
	padding: 8px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.tomarebalink-box:before {
	content: 'Ad';/* 広告ラベル "PR"や"広告"などでもOK */
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 4px;
	font-size: 10px;
	color: #aaa;
}
/* サムネール画像のボックス */
.tomarebalink-image {
	float: left;
	width: 88px;
}
.tomarebalink-image a {
	display: block;
	height: 88px;
}
/* サムネール画像 */
.tomarebalink-image a img {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* 情報ボックス */
.tomarebalink-info {
	margin: 0 4px 0 98px;
}
.tomarebalink-info a {
	/* 情報ボックス内のリンク下線をなくす */
	text-decoration: none;
}
.tomarebalink-name {
	color: #444;
}
/* ホテル名 リンク */
.tomarebalink-name>a {
	border-bottom: 1px dotted #a5a5a5;
	font-size: 16px;
	color: #174E80;
}
/* ホテル名 リンク ホバー時 */
.tomarebalink-name>a:hover {
	color: #722031;
}
/* powered by・住所 の文字サイズ */
.tomarebalink-powered-date,
.tomarebalink-address {
	font-size: 10px;
}
/* powered by */
.tomarebalink-powered-date {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* powered by のリンクカラー */
.tomarebalink-powered-date a {
	color: #406d82;
}
/* 住所 */
.tomarebalink-address {
	margin-bottom: 4px;
}
/* 各サービスへのリンクボックスを横並びに */
.tomarebalink-link1>div {
	float: left;
	width: auto;
	margin: 0 8px 0 0;
}
.tomarebalink-link1 a {
	display: block;
	margin: 0 0 4px;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 12px;
	color: #fff;
	background-color: #aaa;/* 基本カラー */
}
.tomarebalink-link1 a:hover {
	text-decoration: underline;
}
/*ボタン背景カラー */
.tomarebalink-link1 .shoplinkrakuten a { background-color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background-color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background-color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { background-color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background-color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background-color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background-color: #ff0033; }/* Yahoo!トラベル */
.booklink-footer {
	visibility: hidden;
}




.entry-content h2 {
  position: relative;
 background: #c2d6b6;
  box-shadow: 0px 0px 0px 5px #c2d6b6;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #c2d6b6;
  width: 0;
  height: 0;
}
