@charset "utf-8";
/*! Android用 */
/*
* {
	background: transparent url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==") no-repeat left top;
	max-height: 999999px;
}
*/
/* =Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
	src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
	url('../font/NotoSansCJKjp-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('../font/NotoSansCJKjp-Light.eot');
	src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Light.woff') format('woff'),
	url('../font/NotoSansCJKjp-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('../font/NotoSansCJKjp-DemiLight.eot');
	src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('../font/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansCJKjp-Regular.eot');
	src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
	url('../font/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansCJKjp-Medium.eot');
	src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
	url('../font/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansCJKjp-Bold.eot');
	src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
	url('../font/NotoSansCJKjp-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('../font/NotoSansCJKjp-Black.eot');
	src: url('../font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSansCJKjp-Black.woff') format('woff'),
	url('../font/NotoSansCJKjp-Black.ttf') format('truetype');
}
.thin {
	font-weight: 100;
}
.light {
	font-weight: 200;
}
.demi-light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

html {
	font-size: 83.3%;
}
@media screen and (max-width: 480px) {
	html {
		font-size: 62.5%;
	}
}

body,
input,
textarea {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.65;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	color: #222;
}

body {
	background: #fff;
}

.noto {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	letter-spacing: -0.02em;
	display: inline-block;
	padding: 0.4em 0 0\0;
}
.noto::after {
	content: "";
	font-family: sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

/* =Link
-------------------------------------------------------------- */

a {
	color: inherit;
}

a:focus {
	outline: none;
}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* =List
-------------------------------------------------------------- */

ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* =Table
-------------------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #dcdddd;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #dcdddd;
	margin: 20px 0;
	width: 100%;
}
td,
th {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-left: none;
}

th {
	background: #efefef;
}

/* =input
-------------------------------------------------------------- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px 6px;
}

input:hover,
input:focus {
	outline: none;
}
input[type="radio"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/* =common class
-------------------------------------------------------------- */

.floatbox {
	overflow: hidden;
}

.floatlist {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.floatlist li {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: top;
}

.tablelist {
	display: table;
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tablelist li {
	display: table-cell;
	vertical-align: top;
}

.relative { position: relative; }
.absolute { position: absolute; }

.left	{ float: left; }
.right { float: right; }

.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}

.img-box {
	line-height: 0;
}

.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

img,iframe {
	max-width: 100%;
}

.hidden {
	display: none;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

/* = Content
-------------------------------------------------------------- */
.entry-meta {
	font-size: 1.2rem;
}
.entry-meta .highway-info{
	text-align: right;
    margin-top: 20px;
    color: #009944;
}
.entry-meta .highway-info span{
	background: #FAFAD9;
	padding: 0 10px;
	display: inline-block;
}
.entry-content,
.entry-summary {
	clear: both;
	overflow: hidden;
}
.entry-content p {
	margin: 0 0 2rem;
}
.entry-content h2, .entry-content h3 {
	margin: 1rem 0 2rem;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.25;
}
.entry-content h3 {
	font-size: 2.2rem;
}
.entry-content fieldset {
	margin: 0 0 2.4px 0;
	padding: 24px;
	border: 1px solid #e7e7e7;
}
.entry-content fieldset legend {
	padding: 0 24px;
	font-weight: bold;
	color: #000;
	background: #fff;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content sup,
.entry-content sub {
	font-size: 1rem;
}
.edit-link {
	clear: both;
	display: block;
	text-align: right;
	margin: 20px 0;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* = Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
.entry-content p.clear {
	padding-bottom: 5px;
	margin: -25px;
}
.wp-caption {
	box-sizing: border-box;
	max-width: 100% !important;
	margin-bottom: 20px;
	padding: 4px;
	line-height: 18px;
	background: #f1f1f1;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}

@media screen and (max-width: 640px) {
	img.alignleft, img.alignright, img.aligncenter {
		display: block;
		margin: 40px auto 20px;
		float: none;
	}
}

/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding-top: 40px;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 2px solid #000;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-weight: bold;
	height: 2em;
	line-height: 2.1em;
	margin: 0 0.25em;
	text-align: center;
	vertical-align: middle;
	width: 2em;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #000;
	width: 1em;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: #000 none repeat scroll 0 0;
	border-radius: 45%;
	height: 1em;
	position: relative;
	text-indent: -999999px;
	vertical-align: middle;
	width: 1em;
}
.wp-pagenavi .previouspostslink::after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	content: "";
	height: 0;
	left: 0.2em;
	position: absolute;
	top: 0.225em;
	width: 0;
}
.wp-pagenavi .nextpostslink::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	content: "";
	height: 0;
	left: 0.4em;
	position: absolute;
	top: 0.225em;
	width: 0;
}
