@charset "utf-8";
/*
Theme Name: Mytheme
Theme URI: ~/themes/mytheme/
Author: mytheme
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*------------------------------------------
 *	Reset
------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,icenter,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}img{line-height:1;vertical-align:bottom;}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {font-size: 62.5%;}
body {
	background: #eff8fd;
	color: #1a1a1a;
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
a {color: #002c59;}
a:hover {text-decoration: none;}

/*------------------------------------------
 *	Header
------------------------------------------*/
#header-global {background: #fff;}
#header-global .logo {
	padding: 25px 0 0 0;
	height: 95px;
	background: url(images/common/bg_header.jpg) center 0 no-repeat;
}
#header-global .nav-global {
	background: #002e48;
}
#header-global .nav-global ul {overflow: hidden;}
#header-global .nav-global ul li {
	float: left;
	width: 120px;
}
#header-global .nav-global ul li a {
	display: block;
	padding: 12px 0;
	background: #002e48;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#header-global .nav-global ul li a:hover, #header-global .nav-global ul li .current {background: #004162;}
#header-global .nav-global ul li a span {
	display: inline-block;
	width: 100%;
	border-right: 1px solid #78909e;
	box-sizing: border-box;
}
#header-global .nav-global ul li:nth-child(8n+1) a span {border-left: 1px solid #78909e}

#page-home #header-global .logo {
	padding: 126px 0 0 0;
	height: 314px;
	background: url(images/bg_header.jpg) center 0 no-repeat;
	text-align: center;
}

/*------------------------------------------
 *	Container
------------------------------------------*/
#container {
	overflow: hidden;
	padding: 16px 0 80px 0;
}
#page-home #container {padding: 40px 0 80px 0;}

/*------------------------------------------
 *	Main
------------------------------------------*/
#main {
	float: left;
	width: 720px;
}

/*------------------------------------------
 *	.tit-*
------------------------------------------*/
.tit-list-article {
	margin: 0 0 24px 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #013871;
	color: #013871;
	font-size: 26px;
}
.tit-list-ranking {
	margin: 0 0 24px 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #013871;
	color: #013871;
	font-size: 26px;
}
.tit-list-ranking {
	position: relative;
	padding: 0;
	height: 56px;
	background: #f5be00;
	border-bottom: none;
	color: #fff;
	font-size: 26px;
	line-height: 56px;
	text-align: center;
}
.tit-list-ranking:before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -12px;
	border: 12px solid transparent;
	border-top: 12px solid #f5be00;
}

/*------------------------------------------
 *	.txt-*
------------------------------------------*/
.txt-description-home {
	margin: 0 0 40px 0;
	padding: 16px;
	background: #013871;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
.txt-description {
	margin: 0 0 24px 0;
	line-height: 1.4;
}

/*------------------------------------------
 *	.list-*
------------------------------------------*/
/*
 *	.list-breadcrumbs 
------------------------------------------*/
.list-breadcrumbs {margin: 0 0 32px 0;}

/*
 *	.list-article-thumb 
------------------------------------------*/
.list-article-thumb {margin: 80px 0 0 0;}
.list-article-thumb:first-child {margin: 0;}
.txt-description-home+.list-article-thumb {margin: 0;}
.list-article-thumb ul {
	overflow: hidden;
	margin: -30px 0 0 -30px;
}
.list-article-thumb ul li {
	float: left;
	margin: 30px 0 0 30px;
	width: 220px;
}
.list-article-thumb ul li a {
	position: relative;
	display: block;
	color: #002c59;
	text-decoration: none;
}
.list-article-thumb ul li a .content {
    position: relative;
	padding: 16px 10px;
	background: #fff;
}
.list-article-thumb ul li a .time {
	margin: 0 0 4px 0;
	font-size: 12px;
}
.list-article-thumb ul li a .tit {
	font-size: 16px;
	font-weight: bold;
}
.list-article-thumb ul li a .tag-report {
	margin: 0 0 8px 0;
	text-align: right;
}
.list-article-thumb ul li a .tag-report span {
	display: inline-block;
	padding: 2px 8px;
	background: #bd0100;
	border-radius: 8px;
	color: #fff;
	font-size: 11px;
}
.list-article-thumb ul li a dl {margin: 8px 0 0 0;}
.list-article-thumb ul li a dl dt {margin: 8px 0 0 0;}
.list-article-thumb ul li a dl dt span {
	display: inline-block;
	padding: 2px 8px;
	background: #002c59;
	color: #fff;
	font-size: 13px;
}
.list-article-thumb ul li a dl dd {margin: 8px 0 0 0;}
.list-article-thumb ul li a .ico-star {
	position: absolute;
	top: -16px;
	left: -16px;
}
.list-article-thumb ul li a .ico-star span {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.list-article-thumb ul li a .ico-star .fa {
	color: #00285b;
	font-size: 32px;
	text-shadow: 1px 1px 3px #fff;
}
.list-article-thumb ul li a .ico-star1, .list-article-thumb ul li a .ico-star2, .list-article-thumb ul li a .ico-star3 {
	top: -20px;
	left: -20px;
}
.list-article-thumb ul li a .ico-star1 .fa, .list-article-thumb ul li a .ico-star2 .fa, .list-article-thumb ul li a .ico-star3 .fa {font-size: 40px;}
.list-article-thumb ul li a .ico-star1 span, .list-article-thumb ul li a .ico-star2 span, .list-article-thumb ul li a .ico-star3 span {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 16px;
}
.list-article-thumb ul li a .ico-star1 .fa {color: #f5be00;}
.list-article-thumb ul li a .ico-star2 .fa {color: #bbbab7;}
.list-article-thumb ul li a .ico-star3 .fa {color: #ae984c;}
.list-article-thumb .btn-archive {
	margin: 24px auto 0 auto;
	width: 320px;
}
.list-article-thumb .btn-archive a {
	display: block;
	width: 100%;
	height: 44px;
	background: #002c59;
	color: #fff;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}

/*
 *	.list-news 
------------------------------------------*/
.list-news {margin: 80px 0 0 0;}
.list-news dl {line-height: 1.4}
.list-news dl dt {
	clear: left;
	float: left;
	padding: 16px 0 0 0;
	width: 8em;
	color: #002c59;
}
.list-news dl dd {
	margin: 0 0 0 8em;
	padding: 16px 0 0 0;
}
.list-news dl dt:first-child {padding: 0;}
.list-news dl dt:first-child+dd {padding: 0;}

/*------------------------------------------
 *	.article-*
------------------------------------------*/
.article {
	position: relative;
	margin: 40px 0 0 0;
	background: #fff;
	border-radius: 4px;
}
.article:first-child {margin: 0;}
.article .header {
	padding: 16px;
	background: #002c59;
	border-radius: 4px 4px 0 0;
}
.article .header .time {
	margin: 0 0 8px 0;
	color: #fff;
}
.article .header .tit {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.article .header .tit a {color: #fff;}
.article .body {
	padding: 24px 16px 40px 16px;
	line-height: 1.42;
}
.article .body .area-profile {
	margin: 16px 0 32px 0;
}
.article .body .area-profile:after {
	content: '';
	clear: both;
	display: block;
}
.article .body .img-photo {
	float: left;
	margin: 0 0 24px 0;
	width: 216px;
}
.article .body .content {
	position: relative;
	float: right;
	margin: 0 0 24px 0;
	width: 448px;
}
.article .body .content .tag-report {
	position: absolute;
	top: -32px;
	right: 0;
}
.article .body .content .tag-report span {
	display: inline-block;
	padding: 2px 8px;
	background: #bd0100;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
}

.article .body .content .tbl-detail {width: 100%;}
.article .body .content .tbl-detail th {
	padding: 8px;
	background: #eff8fd;
	border: 1px solid #cadae4;
	color: #002c59;
	font-weight: bold;
	text-align: left;
}
.article .body .content .tbl-detail td {
	padding: 8px;
	border: 1px solid #cadae4;
	text-align: left;
}
.article .body .content .tbl-detail td .txt-link {font-size: 11px;}
.article .body .content .list-tag {margin: 24px 0 0 0;}
.article .body .content .list-tag ul {margin: 0 0 0 20px;}
.article .body .content .list-tag ul li {
	margin: 8px 0 0 0;
	list-style: disc;
	line-height: 1;
}
.article .body #map {
	margin: 40px 0 0 0;
	width: 100%;
	height: 320px;
}
.article .body #map-street-view {
	margin: 16px 0 0 0;
	width: 100%;
	height: 320px;
}
.article .body .roomdata {clear: both;}
.article .body .roomdata .tit-roomdata {
	margin: 0 0 8px 0;
	font-weight: bold;
}
.article .body .roomdata .tbl-roomdata {width: 100%;}
.article .body .roomdata .tbl-roomdata th {
	padding: 4px 8px;
	background: #eff8fd;
	border: 1px solid #cadae4;
	color: #002c59;
	font-weight: bold;
	text-align: center;
}
.article .body .roomdata .tbl-roomdata td {
	padding: 4px 8px;
	border: 1px solid #cadae4;
	text-align: center;
}
.article .body .roomdata .tbl-roomdata td .va-super {
	font-size: 10px;
	vertical-align: super;
}

.article .body .single-pagenavi {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.article .body .single-pagenavi .btn-next {float: left;}
.article .body .single-pagenavi .btn-prev {float: right;}
.article .body h2 {
	position: relative;
	margin: 48px 0 40px 0;
	padding: 32px 0 0 0;
	border-top: 1px solid #cbdae3;
	color: #013871;
	font-size: 18px;
	font-weight: bold;
}
.article .body h2:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 72px;
	height: 1px;
	background: #002c59;
}
.article .body .single-pagenavi+h2 {margin: 0 0 40px 0;}
.article .body p {margin: 16px 0 0 0;}
.article .body p:first-child {margin: 0;}
.article .ico-star {
	position: absolute;
	top: -16px;
	left: -16px;
}
.article .ico-star span {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.article .ico-star .fa {
	color: #00285b;
	font-size: 32px;
	text-shadow: 1px 1px 3px #fff;
}
.article .ico-star1, .article .ico-star2, .article .ico-star3 {
	top: -20px;
	left: -20px;
}
.article .ico-star1 .fa, .article .ico-star2 .fa, .article .ico-star3 .fa {
	font-size: 40px;
}
.article .ico-star1 span, .article .ico-star2 span, .article .ico-star3 span {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 16px;
}
.article .ico-star1 .fa {color: #f5be00;}
.article .ico-star2 .fa {color: #bbbab7;}
.article .ico-star3 .fa {color: #ae984c;}

/*------------------------------------------
 *	Sidebar
------------------------------------------*/
#sidebar {
	float: right;
	width: 216px;
}
#sidebar .found_posts {
	margin: 0 0 16px 0;
	padding: 16px;
	background: #fff;
	border: 2px solid #002c59;
	text-align: center;
}
#sidebar .found_posts dt {margin: 0 0 12px 0;}
#sidebar .found_posts span {
	margin: 0 4px 0 0;
	color: #be0000;
	font-size: 32px;
	font-weight: bold;
}
#sidebar .found_repots {
	margin: 0 0 16px 0;
}
#sidebar .found_repots span {
	margin: 0 4px 0 0;
	color: #be0000;
	font-size: 20px;
	font-weight: bold;
}
.sec-sidebar {margin: 64px 0 0 0;}
.sec-sidebar h3 {
	margin: 0 0 24px 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #002c59;
	color: #002c59;
	font-size: 15px;
	font-weight: bold;
}
.sec-sidebar h3 .fa {margin: 0 8px 0 0;}
.sec-sidebar ul {margin: 0 0 0 20px;}
.sec-sidebar ul li {
	margin: 16px 0 0 0;
	line-height: 1.4;
}
.sec-sidebar ul li:first-child {margin: 0;}
.sec-sidebar ul li a {color: #002c59;}
.sec-sidebar ul li a:hover {text-decoration:none;}
.sec-sidebar ul li .time {font-size: 12px;}

.sec-sidebar.sec-search {margin: 0;}
.sec-sidebar.sec-search .search-field {
	margin: 0 0 16px 0;
	padding: 8px 4px;
	width: 100%;
	background: #fff;
	border: none;
}
.sec-sidebar.sec-search .btn-submit {text-align: center;}
.sec-sidebar.sec-search .search-submit {
	padding: 0 16px;
	height: 32px;
	background: #002c59;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	cursor: pointer;
}

.sec-sidebar.sec-recommend {}
.sec-sidebar.sec-recommend h3 {margin: 0 0 16px 0;}
.sec-sidebar.sec-recommend .txt-recommend {
	position: relative;
	margin: 0 0 12px 0;
	padding: 8px;
	background: #fff;
	border: 1px solid #002c59;
	font-size: 12px;
	line-height: 1.4;
}
.sec-sidebar.sec-recommend .txt-recommend:before {
	content: '';
	position: absolute;
	top: -14px;
	left: 50%;
	margin: 0 0 0 -8px;
	border: 6px solid transparent;
	border-bottom: 8px solid #002c59;
}

/*------------------------------------------
 *	Map
------------------------------------------*/
.area-gmap-search {
	margin: 80px 0 0 0;
}
.area-gmap-search .txt-search {
	margin: 0 0 8px 0;
	line-height: 1.56;
}
.area-gmap-search #map-canvas {
	margin: 16px 0 0 0;
	width: 100%;
	height: 400px;
}
.area-gmap-search .box-input {
	padding: 0 12px;
	width: 632px;
	height: 32px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.area-gmap-search .btn-submit {
	margin: 0 0 0 8px;
	width: 80px;
	height: 32px;
	background: #002e48;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.area-gmap-search ul {margin: 12px 0 0 0;}
.area-gmap-search ul li {
	float: left;
	margin: 0 0 0 12px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 15px;
}
.area-gmap-search ul li:first-child {margin: 0;}
.area-gmap-search .btn-submit:hover {
	background: #004162;
}
.area-gmap-search .map-detail {
	position: relative;
	overflow: hidden;
}
.map-canvas-infowindow {
	opacity: 0;
	visibility: hidden;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 144px;
	background: rgba(255, 255, 255, .9);
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	
	transition: opacity .1s linear;
}
.map-canvas-infowindow.show {
	opacity: 1;
	visibility: visible;
}
.map-canvas-infowindow .in {
	padding: 8px 16px;
}
.map-canvas-infowindow .detail .photo {
	float: left;
	width: 120px;
}
.map-canvas-infowindow .detail .photo img {
	height: 128px;
}
.map-canvas-infowindow .detail .content {
	float: right;
	width: 540px;
}
.map-canvas-infowindow .detail .content .report {
	margin: 0 0 4px 0;
}
.map-canvas-infowindow .detail .content .report span {
	display: inline-block;
	padding: 3px 16px;
	background: #bd0100;
	color: #fff;
	font-size: 7px;
	text-align: center;
}
.map-canvas-infowindow .detail .content .report span .fa {
	margin: 0 4px 0 0;
	font-weight: bold;
}
.map-canvas-infowindow .detail .content .title {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.map-canvas-infowindow .detail .content .address {
	font-size: 12px;
	line-height: 1.3;
}
.map-canvas-infowindow .detail .content .btn-detail {width: 240px;}
.map-canvas-infowindow .detail .content .btn-detail a {
	display: block;
	margin: 16px 0 0 0;
	padding: 4px 0;
	background: #002e48;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.map-canvas-infowindow .detail .content .btn-detail a:hover {background: #004162;}
.map-canvas-infowindow .detail .content .btn-detail a .fa {
	margin: 0 0 0 8px;
	font-size: 12px;
}
.map-canvas-infowindow .btn-close {
	position: absolute;
	top: 8px;
	right: 16px;
}
.map-canvas-infowindow .btn-close a {
	color: #bd0100;
	font-size: 32px;
}
.map-canvas-infowindow .btn-close a:hover {opacity: .8;}

/*------------------------------------------
 *	Footer
------------------------------------------*/
#footer-global {
	padding: 24px 0;
	background: #181818;
}
#footer-global .nav-footer {
	overflow: hidden;
	margin: -8px 0 16px 0;
}
#footer-global .nav-footer ul li {
	position: relative;
	display: inline-block;
	margin: 8px 0 0 0;
}
#footer-global .nav-footer ul li::before {
	content: '　|　';
	color: #c0c0c0;
	font-size: 12px;
}
#footer-global .nav-footer ul li:last-child::after {
	content: '　|　';
	color: #c0c0c0;
	font-size: 12px;
}

#footer-global .nav-footer ul li a {
	color: #c0c0c0;
	font-size: 12px;
}
#footer-global .txt-copyright {
	color: #919191;
	font-size: 11px;
	text-align: center;
}

/*------------------------------------------
 *	Module
------------------------------------------*/
/*
 *	common
------------------------------------------*/
.area-contents {
	margin:0 auto;
	width:960px;
}
.area-contents:after {
	content:"";
	clear:both;
	display:block;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.ff-fa {font-family: FontAwesome;}

/*
 *	.wp-pagenavi
------------------------------------------*/
.wp-pagenavi {
	margin: 24px 0 0 0;
	text-align: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display:inline-block;
	margin:0 1px;
	background: #fff;
	width: 44px;
	height: 44px;
	color: #222;
	line-height: 44px;
	text-decoration: none;
}
.wp-pagenavi .page {background: #fff;}
.wp-pagenavi .current {
	color: #fff;
	background: #222;
}
.wp-pagenavi .btn-next {float: left;}
.wp-pagenavi .btn-prev {float: right;}