/*
Theme Name: Tokyo-Style
Description: Rowling の子テーマです ( テーマの説明 )
Author: CEEMS
Version: 1.0.0
Template: rowling
*/




/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


/*****************************************************
	Navigation mobile-menu
*****************************************************/
@media ( max-width: 850px ) {
	.mobile-menu { background: #0093C2; }
	
	.mobile-menu li a { 
		border-top: 1px solid rgba(255,255,255,0.1); 
		border-bottom: 1px solid rgba(0,0,0,0.1); 
	}
	.mobile-menu a {
		display: block;
		padding: 15px 6% !important;
		font-size: 0.8rem;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	}
}
/*****************************************************
	single image 100%
*****************************************************/
.single-post .post-image img {
	width: 100%;
	height: auto;
}

/*****************************************************
	Header
*****************************************************/

.headann {
	height:26px;
  	background:#26272B;
  	color:#fff;padding:10px 0;
}
.headann .hotel-description {
	font-family:inherit;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
  
}

.header { padding: 5px 0 10px 0; }

@media ( max-width: 850px ) {
	.header { 
		padding: 5px 0 10px 0; 
		border-top: 8px solid #26272B;
	}
}

@media ( max-width: 400px ) {
	.header { 
		padding: 12px 0; 
		border-top-width: 4px;
	}
}
/*****************************************************
	FOOTER Menu
*****************************************************/




/* ==============================================
	Social Icons
============================================== */
.social-menu a {
	border: 2px solid #323339;
}
.social-menu .menu-item-1905 a {/* twitter */
	background-color: #55acee;
}
.social-menu .menu-item-1906 a {/* facebook */
	background-color: #3b5998;
}
.social-menu .menu-item-1907 a {/* instagram */
	background-color: #517fa4;
}
.social-menu .menu-item-1908 a {/* youtube */
	background-color: #bb0000;
}
.social-menu .menu-item-2234 a {/* flickr */
	background-color: #0063DB;
}
.social-menu .menu-item-2235 a {/* pinterest */
	background-color: #BD081C;
}
.social-menu .menu-item-2233 a {/* +google */
	background-color: #DB4B40;
}
.social-menu .menu-item-151 a {/* search */
	background-color: #bbb;
}


/* -------------------------------------------------------------------------------- */
/*	16A.	#Before Credits
/* -------------------------------------------------------------------------------- */

.footerarea {
	background: #33363B;
	position: relative;
}
.footerarea p { color: #fff; }
.footerarea .section-inner { 
	padding: 30px 0;
	position: relative; 
}

@media ( max-width: 400px ) {
	.footerarea .section-inner { padding: 20px 0; }
}

/* ==============================================
	ALL image link Action
============================================== */
 a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
	}

/* ==============================================
	SINGLE HOTEL
============================================== */
.datasource {font-size:80%;}
/* ==============================================
	SINGLE HOTEL Tables 
============================================== */
.post-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 1.1em;
	border-top: 1px solid #ccc;/**/
}
.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #ccc;/**/
}
.post-content th { padding-top: 0; }/**/
.post-content caption {/**/
	color: #111;
	text-align: center;
	padding: 2%;
}
.post-content thead {/**/
	vertical-align: bottom;
	white-space: nowrap;
}
.post-content th {
	font-weight: bold;
	color: #111;
}
.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }

.pstitle {
	font-weight: bold;
	color: #111;
}
.post-content .ht-single p {
	line-height: 140%;
	margin-bottom: 0.8em;
}
.sbreak:before {
	content: "\A" ;
	white-space: pre ;
}
/* ==============================================
	ALL post-tags
============================================== */
.post-tags { margin-top: 35px; }

.post-tags,
.tagcloud {
	line-height: 1;
}

.post-tags a,
.tagcloud a { 
	display: inline-block; 
	padding: 5px 6px 6px 3px;
	margin: 0 3px 8px 11px;
	background: #ddd;
	font-size: 0.7rem !important;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	position: relative;
}

.tagcloud a { background: #ccc; }

.post-tags a { margin-right: 8px; }

.footer .tagcloud a { background: #eee; }
.footer .tagcloud a:before { border-right-color: #eee; }

.post-tags a:before,
.tagcloud a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	position: absolute;
	top: 0;
	left: -11px;
}

.tagcloud a:before { border-right-color: #ccc; }

.post-tags a:hover,
.tagcloud a:hover { 
	background: #0093C2; 
	color: #fff;
}

.post-tags a:hover:before,
.tagcloud a:hover:before { 
	border-right-color: #0093C2; 
}
