/*------------------------------------
汎用
------------------------------------*/
html {
	max-width: 768px;
	min-width: 768px;
}

body {
	max-width: 768px;
	min-width: 768px;
	min-height: 100%;
	padding-top: 68px;
	overflow-y: hidden;
	background: #fff9f5;
}

main {min-height: 100vh;}

/*sp限定*/
.pc {display: none!important;}

/*clearfix*/
.clearfix {}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

/*コンティナ*/
.container {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

/*汎用flex*/
.flex-box {
	display: flex;
	flex-wrap: wrap;
}

/*カラム*/
.column {display: block;}
.column_1 {background: #fff;}
.column_2 {
	background: #fff;
	padding: 10px;
}

/*バナー*/
.banner h3 {display: none;}
.banner a {display: block; margin-bottom: 10px;}
.banner img {width: 100%; height: auto;}

/*パンくずリスト*/
.container-breadcrumbs {
	width: 100%;
	padding: 0;
}
#breadcrumbs {
	margin: 0 auto;
	padding: 8px 12px;
}
#breadcrumbs ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
}
#breadcrumbs ul li {
	display: block;
	font-size: .85em;
	line-height: 1;
	padding: 14px 0.5rem;
}
#breadcrumbs ul li:first-child {padding-left: 0;}
#breadcrumbs ul li a {
	display: block;
	color: #000;
}
#breadcrumbs ul li a .fa-home {
	display: block;
	color: #00aeee;
	font-size: 1.5em;
	margin-top: -1px;
}

/*ページネーション*/
.pagination {
	display: flex;
	justify-content: center;
	line-height: 2;
	text-align: center;
	margin: 50px auto;
}
.pagination span, .pagination a {
	line-height: 1;
	width: auto;
	background: #fff;
	padding: 16px 14px;
}
.pagination a {
	display: inline-block;
	color: #00aeee;
}
.pagination a:hover {
	color: #fff;
	background: #00aeee;
	opacity: 1;
}
.pagination .current {
	background: #00aeee;
	color: #fff;
	opacity: 1;
}

/*記事*/
article,
article a {
	display: block;
	position: relative;
}
article a {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
article .cat {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: .85em;
	color: #fff;
	padding: 2px 6px;
	background: #00aeee;
	z-index: 1;
}
article .cat.hotel {background: #92c654;}
article .cat.rent-a-car {background: #ff6060;}
article .cat.air {background: #51a8ff;}
article .cat.train {background: #0da968;}
article .cat.gourmet {background: #ffa851;}
article .cat.campaign {background: #ed92ba;}
article .text {
	width: calc(100% - 10px);
	padding: 10px 5px;
	overflow: hidden;
}
article .text p {display: none;}
article .text h3 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-all;
}
article a .img {
	width: 100%;
	height: 30vw;	
	overflow: hidden;
}
article a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50%;';
}
article a:hover img {transform: scale(1.05);}

/*汎用見出し*/
.generic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 10px;
	padding: 5px auto;
}
.generic .en {
	font-family: metropolis, sans-serif;
	font-size: 1.7em;
}
.generic .jp {
	font-size: .85em;
	font-weight: 700;
	letter-spacing: 2px;
	margin: .9em 0 auto 12px;
}
.generic .more {margin-left: auto;}

/*もっと見る*/
.more {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: metropolis, sans-serif;
	font-size: 1em;
	line-height: 1;
	color: #0075c2;
	background: #fff;
	border: 1px solid #00aeee;
	padding: 12px 18px 10px;
}
.more i {
	color: #0075c2;
	line-height: 1;
	margin: -2px 0 0 6px;
}
.more:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	background: #00aeee;
	z-index: -1;
	transition: all .3s ease;
}
.more:hover,
.more:hover i {color: #fff;}
.more:hover:after {
	left: 0;
	right: auto;
	width: 100%;
	transition: all .3s ease;
}
/*------------------------------------
ヘッダー
------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #00aeee;
	padding: 10px 0;
	box-shadow: 0 0 3px 3px rgba(0,0,0, .2);
	z-index: 1000;
}
header > .flex-box {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
header .logo a img {
	width: auto;
	height: 48px;
}

/* ハンバーガー */
header #nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 10px;
	right: 12px;
	width: 40px;
	height: 38px;
	padding: 4px;
	border: 1px solid #fff;
	border-radius: 5px; 
	z-index: 2001;
}
header #nav-toggle .bar {
	width: 32px;
	height: 12px;
	margin: 4px 0 8px;
}
header #nav-toggle .bar span {
	position: relative;
	display: block;
	width: 32px;
	height: 1px;
	margin: 0 auto;
	background: #fff;
	transition: all .4s;
}
header #nav-toggle .bar span:nth-child(1) {top: 0;}
header #nav-toggle .bar span:nth-child(2) {
	top: 5px;
	opacity: 1;
	transition: all .3s;
}
header #nav-toggle span:nth-child(3) {top: 11px;}
header #nav-toggle:hover {cursor: pointer;}
header #nav-toggle p {
	font-family: metropolis, sans-serif;
	font-size: .8em;
	color: #fff;
	line-height: 1;
	text-align: center;
	transition: all .3s;
}
.open header #nav-toggle span {background: #fff;}
.open header #nav-toggle span:nth-child(1) {
	transform: rotate(45deg);
	top: 13px;
}
.open header #nav-toggle span:nth-child(2) {opacity: 0;}
.open header #nav-toggle span:nth-child(3) {
	transform: rotate(-45deg);
	top: 11px;
}
.open header #nav-toggle p {opacity: 0;}

header .navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 2000;
	background: rgb(0,124,184, .8);
	visibility: hidden;
	opacity: 0;
	transform: scale(1.2);
	transition: all .5s ease;
}
.open header .navi {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease;	
}

header .top {
	align-items: center;
	width: calc(100% - 68px);
	height: 48px;
	margin-left: 10px;
	padding: 10px 0;
}
header .top .word_search{
	padding: 0 6px;
	background: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-radius: 14px;
}
header .top .word_search .s{
	border: none;
	box-shadow: none;
	background: transparent;
	font-size: .9em;
	width: 300px;
	padding: 4px;
}
header .top .word_search .submit{padding: 4px;}

header .bottom {padding: 0 10px 5px;}
header .bottom nav {}
header .bottom nav a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc((100% - 24px) / 4);
	height: calc((100vw - 96px) / 4);
	text-align: center;
	line-height: 1.5;
	margin: 4px 0 4px 8px;
	padding: 16px 0;
	background: #888;
	opacity: 1;
}
header .bottom nav a:nth-child(4n+1) {margin: 4px 0;}
header .bottom nav a i {
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	margin-bottom: 12px;
}
header .bottom nav a span {
	display: block;
	color: #fff;
	line-height: 1.5;
}
header .bottom nav a span.jp {font-size: 1.2em;}
header .bottom nav a span.en {font-family: metropolis, sans-serif; font-size: .9em;}
header .bottom ul {
	width: 100%;
	text-align: center;
}
header .bottom ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	line-height: 1;
	margin: 16px 0;
	padding: 0 10px;
}
header .bottom ul li:first-child {
	border-left: none;
	padding: 0 10px 0 0;
}
header .bottom ul li a {
	color: #fff;
	font-size: .9em;
}

/*色*/
header .bottom nav a.hotel {background: #92c654;}
header .bottom nav a.rentacar {background: #ff6060;}
header .bottom nav a.air {background: #51a8ff;}
header .bottom nav a.train {background: #00a968;}
header .bottom nav a.gourmet {background: #ffa851;}
header .bottom nav a.campaign {background: #ed92ba;}
header .bottom nav a.news {background: #f3981d;}
header .bottom nav a.all {background: #009e9f;}
header .bottom nav a.ranking {background: #e6c035;}
header .bottom nav a.about {background: #00aeee;}
header .bottom nav a.terms {background: #a587e9;}
header .bottom nav a.date {background: #ed6d35;}
header .bottom nav a.contact {background: #98605e;}
header .bottom nav a.policy {background: #65ab31;}
header .bottom nav a.mob {background: #0075c2;}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
トップページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
#front section {margin-bottom: 20px;}
/*------------------------------------
トップ
------------------------------------*/
#front .top {
	margin-bottom: 20px;
	padding: 0;
}
#front .top article a {
	width: 100%;
	height: 100%;
	padding: 0;
}
#front .top article .cat {right: 0;}
#front .top article .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 1;
}
#front .top article.first {width: 100%;}
#front .top article.first img {height: 60vw;}
#front .top article a:hover img {transform: scale(1.025);}
#front .top article.first .text {
	position: static;
	width: calc(100% - 32px);
	padding: 16px;
}
#front .top article.first .text h3 {font-size: 1.2em;}
#front .top .side {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#front .top .side article {
	width: 50%;
	height: 40vw;
}
#front .top .side article img {height: 40vw;}
#front .top .side article .text {
	width: calc(100% - 24px);
	bottom: 0;
	padding: 10px 12px;
}
#front .top .side article .text h3 {font-size: .95em; margin: 0;}
/*------------------------------------
地図から探す
------------------------------------*/
#front .map {}
#front .map .j-map_field {
	padding: 40px 0;
	background: #00aeee;
}
#front .map .j-map_field table {
	margin: 0 auto;
}
#front .map .j-map_field table tr td {
	width: 72px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #00aeee;
}
#front .map .j-map_field table tr td a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1em;
	font-weight: 700;
	background: #fff;
	opacity: 1;
}
#front .map .j-map_field table tr td a:hover {
	color: #fff;
	background: #0075c2;
}
#front .map .j-map_field table tr td[rowspan="2"] {height: 96px;}
/*------------------------------------
おすすめの記事
------------------------------------*/
#front .pickup {}
#front .pickup article {width: 50%;}
/*------------------------------------
新着記事
------------------------------------*/
#front .newpost {}
#front .newpost .tab_select {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
#front .newpost .tab_select li {
	width: calc(100% / 6);
	height: auto;
	padding: 18px 0 14px;
	background: #888;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	transform: translateY(1.8em);
	transition: all .3s ease;
}
#front .newpost .tab_select li.hotel {background: #92c654;}
#front .newpost .tab_select li.rentacar {background: #ff6060;}
#front .newpost .tab_select li.air {background: #51a8ff;}
#front .newpost .tab_select li.train {background: #0da968;}
#front .newpost .tab_select li.gourmet {background: #ffa851;}
#front .newpost .tab_select li.campaign {background: #ed92ba;}
#front .newpost .tab_select li span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1;
}
#front .newpost .tab_select li span.jp {font-size: 1em;}
#front .newpost .tab_select li span.en {font-size: .7em; margin-top: 8px;}
#front .newpost .tab_select li:hover {opacity: .8;}
#front .newpost .tab_select li.select {transform: translateY(0);}
#front .newpost .tab_content li {
	background: #fff;
	animation: op .5s ease forwards;
}
@keyframes op {0%{opacity: 0;} 100%{ opacity: 1;}}
#front .newpost .hide {display: none;}
#front .newpost article {width: 50%;}
#front .newpost .more {margin: 0 15px 15px;}
/*------------------------------------
最近の人気記事
------------------------------------*/
#front .popular {}
#front .popular article {height: 150px;}
#front .popular article a {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}
#front .popular article a .img {
	width: 60%;
	height: 150px;
}
#front .popular article a .cat {
	display: inline-block;
	position: absolute;
	width: auto;
	left: 0;
	right: auto;
	top: 10px;
	font-size: .8em;
}
#front .popular article a .text {
	padding: 10px;
	width: 40%;
}
#front .popular article .text h3 {font-size: .95em; margin-bottom: 6px;}
#front .popular article .text p {font-size: .85em;}
.slider-arrow {
	position: absolute;
	content: "";
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translate(0,-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
	opacity: .7;
	transition: all .3s ease;
}
.slider-arrow:hover {opacity: .7;}
.slider-arrow i {
	font-size: 1.75em;
	color: #c8c8c8;
}
.slider-arrow.prev {left: -20px;}
.slider-arrow.next {right: -20px;}
/*------------------------------------
お知らせ
------------------------------------*/
#front .news {}
#front .news .entry {
	display: block;
	width: calc(100% - 32px);
	padding: 16px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
#front .news .entry:last-child {border: none;}
#front .news .entry .date {
	display: block;
	white-space: nowrap;
	margin-right: 1em;
}
#front .news .entry .date i {margin: 0 8px 0 0;}
#front .news .entry h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
#front .news .entry > i {display: none;}
/*------------------------------------
下部バナー
------------------------------------*/
#front .bnr-space {margin: 30px auto;}
#front .bnr-space ul {
	display: flex;
	flex-wrap: wrap;
}
#front .bnr-space .index_bottom_bnr_min {margin: 0 auto 20px;}
#front .bnr-space .index_bottom_bnr_min a {margin: 0 10px;}
#front .bnr-space .index_bottom_bnr_min .slider-arrow {background: transparent;}
#front .bnr-space .index_bottom_bnr_min .slider-arrow i {
	font-size: 1.4em;
	color: #c8c8c8;
}
#front .bnr-space .index_bottom_bnr_min .slider-arrow.prev {left: -50px;}
#front .bnr-space .index_bottom_bnr_min .slider-arrow.next {right: -50px;}
#front .bnr-space .index_bottom_bnr_mid,
#front .bnr-space .index_bottom_bnr_big {
	margin: 0 auto 20px;
}
#front .bnr-space .index_bottom_bnr_mid a {
	width: calc((100% - 20px) / 3);
	margin: 0 10px 10px 0;
}
#front .bnr-space .index_bottom_bnr_mid a:nth-child(3n) {margin: 0 0 10px;}
#front .bnr-space .index_bottom_bnr_mid a img {margin: 0 auto;}
/*------------------------------------
フッター
------------------------------------*/
footer {
	border-top: 5px solid #10befe;
	background: #00aeee;
	margin-top: auto;
	padding-top: 40px;
}
footer h2 {
	font-family: metropolis, sans-serif;
	color: #fff;
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 10px;
}
footer .footer_contents {margin-bottom: 40px;}
footer .footer_contents ul {
	display: flex;
	flex-wrap: wrap;
}
footer .footer_contents ul li {
	box-shadow: 0 0 0 1px #80d7f7;
	margin: 1px 1px 0 0;
}
footer .footer_contents ul li a {
	display: block;
	color: #fff;
	font-size: .85em;
	line-height: 1;
	padding: 10px 8px;
	opacity: 1;
}
footer .footer_contents ul li a:hover {
	color: #00aeee;
	background: #fff;
}
footer .tagcloud {
	display: flex;
	flex-wrap: wrap;
}
footer .tagcloud a {
	color: #fff;
	font-size: .85em!important;
	box-shadow: 0 0 0 1px #80d7f7;
	margin: 1px 1px 0 0;
	padding: 6px 8px;
	opacity: 1;
}
footer .tagcloud a span {
	color: #fff;
	font-size: .85em!important;
	line-height: 1;
}
footer .tagcloud a:hover {
	color: #00aeee;
	background: #fff;
}
footer .tagcloud a:hover span {color: #00aeee;}
footer .copyright {padding: 10px 0;}
footer .copyright span {
	color: #fff;
	font-size: .8em;
	margin-right: 1em;
}

#scroll {
	display: block;
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 999;
	animation: horizontal 1s ease-in-out infinite alternate;
}
#scroll a {animation: vertical 1s ease-in-out infinite alternate;}
#scroll a img {width: 35px;}
@keyframes horizontal {0% {transform:translateX(-3px);} 100% {transform:translateX(0);}}
@keyframes vertical {0% {transform:translateY(-10px);} 100% {transform:translateY(0);}}
/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*------------------------------------
投稿ページ・固定ページ (single.php,page.php)
------------------------------------*/
#single {}
#single.page {
	background: #fff;
	margin-bottom: 25px;
	padding: 10px;
} 
#single .post-views {display: none;}

/*投稿*/
#single .content {}
#single .content p {
	word-break: break-all;
	line-height: 2;
	margin: 20px 0;
}
#single .content img {margin: 20px 20px 20px 0;}
#single .content h1 {
	margin: 20px 0;
	font-size: 1.6em;
}
#single .content h1.generic {font-size: inherit;}
#single .content h2 {
	position: relative;
	font-size: 1.5em;
	line-height: 1.5;
	margin: 50px 0 24px;
	padding: 0 2px 8px;
	border-bottom: 4px solid #efe9e5;
}
#single .content h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100px;
	height: 4px;
	background: #00aeee;
}
#single .content h3 {
	font-size: 1.4em;
	line-height: 1.5;
	text-align: center;
	margin: 40px 0 20px;
	padding: 12px 16px;
	background: #f3f3f3;
	border-top: 2px solid #00aeee;
}
#single .content h4 {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 30px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #00aeee;
}
#single .content h5 {
	position: relative;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 20px 0;
	padding-left: 1.2em;
}
#single .content h5:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: .8em;
	height: .8em;
	background: #00aeee;
}
#single .content h6 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 20px 0;
}
#single .content a * {color: #00aeee;}
#single .content a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	margin-left: 8px;
	color: #00aeee;
}
#single .content em {font-style: italic;}
#single .content strong {font-weight: 800;}
#single .content blockquote {
	position: relative;
	margin: 20px 0;
	padding: 20px;
	background: #f3f3f3;
}
#single .content blockquote:before,
#single .content blockquote:after {
	position: absolute;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #c8c8c8;
}
#single .content blockquote:before {
	top: 15px;
	left: 15px;
	content: "\f10e";
}
#single .content blockquote:after {
	bottom: 15px;
	right: 15px;
	content: "\f10d";
}
#single .content sup, #single .content sub {font-size: .5em;}
#single .content sup {vertical-align: top;}
#single .content sub {vertical-align: bottom;}
#single .content pre {margin: 20px 0;}
#single .content code {
	display: block;
	color: #fff;
	margin: 20px 0;
	padding: 20px;
	background: #364549;
}
#single .content ul, #single .content ol {margin: 20px 0;}
#single .content ul li, #single .content ol li {
	margin-left: 1.5em;
	line-height: 2.5;
}
#single .content ul > li {list-style-type: disc;}
#single .content ol > li {list-style-type: decimal;}
#single .content li > ul, #single .content li > ol {margin-bottom: 0;}

#single .content .scroll-table {
	overflow: auto;
	white-space: nowrap;
	margin: 20px 0;
}
#single .content table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #c8c8c8;
}
#single .content table thead th, #single .content table thead td,
#single .content table tfoot th, #single .content table tfoot td {
	background: #e0e0e0;
	font-weight: 700;
}
#single .content table thead th, #single .content table thead td {padding: 0.75rem 0.5rem;}
#single .content table th, #single .content table td {
	padding: 0.5rem;
	border: 1px solid #c8c8c8;
}
#single .content table th {background: #f2f2f2;}
#single .content .aligncenter {
	display: block;
	margin: 0 auto;
}
#single .content .alignright {float: right;}
#single .content .alignleft {float: left;}

/*ヘッダー*/
#single.single-head {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

/*アイキャッチ*/
#single .eyecatch {
	width: 50%;
	height: 300px;
	margin: -20px -20px 20px;
}
#single .eyecatch img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50%;';
}

/*前後記事*/
#single .postlink {margin-top: 80px;}
#single .postlink a {
	max-width: 300px;
	position: relative;
}
#single .postlink a .arrow {
	position: absolute;
	top: -19px;
	color: #fff;
	font-size: .8em;
	vertical-align: middle;
	background: #00aeee;
	padding: 4px 16px 2px;
	border-radius: 5px;
}
#single .postlink a .arrow i {color: #fff;}
#single .postlink a .flex-box {
	flex-wrap: nowrap;
	padding: 14px 12px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
#single .postlink a h3 {font-size: .85em;}
#single .postlink a img {
	width: 80px;
	height: 60px;
	margin: 0;
	object-fit: cover;
	object-position: 50%;
	font-family: 'object-fit: cover; object-position: 50%;';
}
#single .postlink a.next {float: left;}
#single .postlink a.prev {float: right;}
#single .postlink a.prev .flex-box {justify-content: flex-end;}
#single .postlink a.next .arrow {left: -8px;}
#single .postlink a.prev .arrow {right: -8px;}
#single .postlink a.next .arrow i {margin-right: 4px;}
#single .postlink a.prev .arrow i {margin-left: 4px;}
#single .postlink a.next h3 {margin-left: 8px;}
#single .postlink a.prev h3 {margin-right: 8px;}

/*ステータス*/
#single .status {
	width: calc(48vw - 50px);
	background: #fff;
	margin-bottom: 40px;
}
#single .status h1 {
	font-size: 1.4em;
	padding: 18px 0;
	border-bottom: 1px solid #e0e0e0;
}
#single .status .info {
	flex-wrap: nowrap;
	height: 50px;
	margin: -20px -20px 0;
}
#single .status .info span {display: block;}
#single .status .info .genre, #single .status .info .date {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #efe9e5;
}
#single .status .info .genre {
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	background: #00aeee;
}
#single .status .info .genre.hotel {background: #92c654;}
#single .status .info .genre.rent-a-car {background: #ff6060;}
#single .status .info .genre.air {background: #51a8ff;}
#single .status .info .genre.gourmet {background: #ffa851;}
#single .status .info .genre.campaign {background: #ed92ba;}
#single .status .info div span {font-size: .8em;}
#single .status .cat {
	margin-top: 20px;
	padding: 0 4px;
}
#single .status .cat li {margin-bottom: 10px;}
#single .status .cat li h3 {
	width: 100%;
	font-family: metropolis, sans-serif; 
	font-size: .8em;
}
#single .status .cat li a {font-size: .9em;}
#single .status .cat li.tags {
	display: flex;
	flex-wrap: wrap;
}
#single .status .cat li.tags h3 {margin-bottom: 4px;}
#single .status .cat li.tags a {
	color: #fff;
	font-size: .85em;
	background: #00aeee;
	box-shadow: 0 0 0 1px #80d7f7;
	margin: 1px 1px 0 0;
	padding: 8px 12px;
	opacity: 1;
	line-height: 1;
}
#single .status .cat li.tags a:hover {
	color: #00aeee;
	background: #fff;
}
/*------------------------------------
記事一覧ページ (archive.php,search.php)
------------------------------------*/
#archive {}
#archive .searchword {padding: 40px 10px 30px;}
#archive .searchword h2.generic {margin-bottom: 0;}
#archive .searchword h2.results {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5;
}
#archive article {width: 50%;}
/*------------------------------------
関連記事
------------------------------------*/
#related {margin-top: 40px;}
#related article {width: 25%;}
#related article a {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
}
#related article .cat {top: 3px; right: 3px;}
#related article .img {height: 100px;}
#related article h3 {
	font-size: 1em;
	margin: 0;
}
/*------------------------------------
全記事一覧
------------------------------------*/
#all {margin-bottom: 40px;}
#all .container {background: #fff;}
#all h2 {padding: 40px 10px 20px;}
#all article {width: 50%;}
#all article a {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
}
#all .scroller-status {
	width: 100%;
	padding: 20px 0;
}
#all .scroller-status .loader {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: .5em solid rgba(0,174,238, 0.2);
	border-right: .5em solid rgba(0,174,238, 0.2);
	border-bottom: .5em solid rgba(0,174,238, 0.2);
	border-left: .5em solid #00aeee;
	transform: translateZ(0);
	animation: load8 1s infinite linear;
}
#all .scroller-status .loader,
#all .scroller-status .loader:after {
	border-radius: 50%;
	width: 4em;
	height: 4em;
}
@keyframes load8 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
/*------------------------------------
お問い合わせ
------------------------------------*/
#contact {
	width: 100%;
	margin: 0 auto;
}
#contact table {width: 100%;}
#contact table tr {border: none!important;}
#contact table tr th, #contact table tr td {
	display: block;
	padding: 16px!important;
	vertical-align: middle;
	border: none!important;
	border-bottom: 1px solid #c8c8c8!important;
}
#contact table tr:last-child td{border: none!important;}
#contact table tr th span {
	display: inline-block;
	font-size: .8em;
	color: #fff;
	background: #00aeee;
	margin-right: .75em;
	padding: .2em .5em;
}
#contact table tr td input, #contact table tr td textarea {
	width: calc(100% - 1em);
	padding: .5em;
	border: 1px solid #c8c8c8;
	background: transparent;
	box-shadow: none;
	max-width: 100%;
	resize: vertical;
}
#contact input[type="submit"] {
	display: block;
	position: relative;
	top: -3px;
	color: #fff;
	font-size: 1em;
	background: #00aeee;
	border-bottom: 3px solid #008ece;
	margin: 0 auto;
	padding: 12px 48px;
	border-radius: 5px;
	transition: 0s;
}
#contact input[type="submit"]:active {
	top: 0;
	border-bottom: none;
}
/*------------------------------------
サイドバー (sidebar.php)
------------------------------------*/
#sidebar {
	background: #fff;
	padding: 10px;
}
#sidebar h2 {
	width: 100%;
	font-size: 1.05em;
	font-weight: 700;
	margin: 8px 0 20px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #00aeee;
	border-bottom: 1px solid #00aeee;
}
#sidebar .loop {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 20px;
}
#sidebar article {
	width: 25%;
	overflow: visible;
}
#sidebar article a {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px;
	overflow: visible;
}
#sidebar article a .cat {
	top: 2px;
	right: 2px;
	font-size: .85em;
}
#sidebar article a .img {height: 88px;}
#sidebar article a .text {padding: 8px 8px 8px 0;}
#sidebar article a .text h3 {
	font-size: .95em;
	margin: 0;
}
#sidebar .cat_list {margin: 0 0 20px;}
#sidebar .cat_list h3 {
	position: relative;
	font-size: .95em;
	font-weight: 700;
	line-height: 1.5;
	margin: 20px 0 10px;
	padding-left: 1.2em;
}
#sidebar .cat_list h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: .8em;
	height: .8em;
	background: #00aeee;
}
#sidebar .cat_list ul {padding-left: 1.25em;}
#sidebar .cat_list ul li {display: inline-block; font-size: .9em;}

#sidebar .banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
#sidebar .banner a {
	width: calc((100% - 20px) / 3);
	margin: 0 10px 10px 0;
}
#sidebar .banner a:nth-child(3n) {margin: 0 0 10px;}
#sidebar .banner a img {margin: 0 auto;}
/*------------------------------------
お問い合わせ
------------------------------------*/
/*------------------------------------
404.php
------------------------------------*/
#notfound {
	position: relative;
	width: 100%;
	height: calc(94vh - 110px);
	padding: 3vh 0;
	background: url(../img/404.jpg) 75% 75% no-repeat;
}
#notfound .char {
	padding: 24px 12px;
	background: rgba(0,0,0, .4);
}
#notfound .char h1 {
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: .5em;
}
#notfound .char p {
	color: #fff;
	font-size: .9em;
}
#notfound .toplink {
	display: block;
	position: absolute;
	bottom: 32px;
	right: 0%;
	transform: translate(-50%, 0);
	width: 50%;
	margin: 0 auto;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	padding: 16px 0;
	background: rgba(0,0,0, .4);
	border: 1px solid #fff;
}
/*------------------------------------
ローディング
------------------------------------*/
#progress {
	display: block;
	position: fixed;
	background: #fff;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9990;
}
#progressbar {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 10px;
	background: linear-gradient(to right, #f0a300 0%, #f08300 50%, #d06300 100%);
	opacity: 0.9;
	z-index:9990;
}
#progresslogo {
	position: fixed;
	left: 25%;
	top: 50%;
	width: 50%;
	transform: translate(0, -50%);
	z-index:9991;
}
#progresstext {
	position: fixed;
	text-align: center;
	left: 38%;
	top: 54%;
	font-size: 14px;
	width: 24%;
	z-index:9991;
}
#progressper {
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
