@charset "utf-8";

/* ==================================================
共通
================================================== */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link_opacity a,
.link_opacity a img {
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;/*Chromeブラウザで1pxずれる現象を回避する*/
}
.link_opacity a:hover,
.link_opacity a:hover img {
	opacity: 0.8;
}
.fl_left { float: left;}
.fl_right { float: right;}
.wrap_replace {
	position: relative;
	z-index: 1;
}
span.replace {
	position: relative;
	z-index: -1;
	font-size: 50%;/*固定*/
}
.sp_only {
	display: none !important;
}
/*フォーム周り*/
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: none;
	border: none;
	border-radius: 0;
	/*outline: none;*/
	-webkit-appearance: none;
	/*-moz-appearance: none;*/
	appearance: none;
}
input,
button,
label {
	cursor: pointer;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
	box-shadow: 0px 0px 1px 1px rgba(25, 131, 255, .4) inset;
}
.noscript {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	background: #ffffff;
}
/* ボックス要素
============================== */
#container {
	width:1200px;
	margin: 0 auto;
	background: #ffffff;
}
.inner {
	width:1000px;
	margin: 0 auto;
}
/* ==================================================
下層ページ共通
================================================== */
.common_title {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.common_title>h1,
.common_title>p {
	width: 1200px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
}
.h2_common {
	margin-bottom: 30px;
	letter-spacing: 0.2em;
	font-size: 113%;/*18px相当*/
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
/* ==================================================
header
================================================== */
#hlogo {
	float: left;
	position: relative;
	z-index: 3;
	font-size: 100%;
}
#hlogo a {
	display: block;
	width: 486px;
	height: 71px;
	margin: 85px 0 40px 0;
	background: url(/shared/site_chokotabi-saitama/images/common/logo.png);
	background-size: 100% auto;
}
#hlogo a:hover {
	background-position: 0 -71px;
}
#header .box_func {
	float: right;
	width: 500px;
	font-size: 88%;/*14px相当*/
}
.pref_saitama {
	float: right;
	display: table;
	margin: 20px 0;
	font-size: 82% !important;/*13px相当*/
}
.pref_saitama li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.pref_saitama li:last-child {
	padding-right: 0;
}
#to_saitama img {
	width: 125px;
	height: auto;
	margin-right: 5px;
}
.hnavi_moji a {
	padding: 0 0 0 15px;
	background: url(/shared/site_chokotabi-saitama/images/common/icon_moji.png) no-repeat left;
	background-size: 13px 13px;
}
.hnavi_read a {
	padding: 0 0 0 15px;
	background: url(/shared/site_chokotabi-saitama/images/common/icon_read.png) no-repeat left;
	background-size: 13px 13px;
}
.hnavi_form {
	position: relative;
	float: right;
	width: 270px;
	margin-bottom: 10px;
	border: solid 1px #000000;
	border-radius: 15px;
}
.hnavi_form label,
.hnavi_form input {
	display: block;
	line-height: 1;
}
.ico_search {
	position: absolute;
	left: 5px;
	top: 2px;
	width: 20px;
}
.ico_search img {
	width: 100%;
	height: auto;
	font-size: 67%;
}
.hnavi_form #sch_pc {
	width: 80%;
	min-height: 26px;
	padding: 1px 0 1px 30px;
}
.hnavi_form #sch_btn {
	position: absolute;
	right: -1px;
	top: -1px;
}
#header #sp_lang {
	display: none;
}
#header #lang {
	float: right;
	width: 100%;
}
#header #lang .box_lang {
	position: relative;
	float: right;
	font-weight: bold;
}
#header #lang .box_lang>ul {
	position: absolute;
	top: 35px;
	width: 140px;
	background: #fff0bb;
	border: solid 1px #000000;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#header #lang .box_lang:hover ul,
#header #lang .box_lang ul.focused,
#gnavi .content_block .focused {
	display: block;
	visibility: visible;
	opacity: 1;
}
#header #lang .box_lang>ul>li {
	width: 100%;
	border-top: solid 1px #000000;
}
#header #lang .box_lang>ul>li:first-child {
	border-top: none;
}
#header #lang .box_lang>ul>li>a{
	display: block;
	padding: 5px 10px;
}
#header #sns {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
}
#sns li {
	float: left;
	margin-left: 7px;
}
#sns li a {
	font-size: 67%;
}
#sns li iframe {
	-webkit-transition: all .2s;
	transition: all .2s;
}
#sns li iframe:hover {
	opacity: 0.8;
}
/*カラーコントラスト対策*/
#menu a {
	background: #000000;
}
/*グローバルナビ・パンくず*/
#gnavi {
	clear: both;
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#gnavi>li {
	position: relative;
	display: table-cell;
	height: 38px;
}
#gnavi>li>a {
	display: block;
}
#gnavi>li>.current,
#gnavi>li>.active,
#gnavi>li>a:hover,
#gnavi>li>a:focus {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#gnavi1 .current,
#gnavi1 .active,
#gnavi1>a:hover,
#gnavi1>a:focus {
	border-bottom-color: #fff000;
}
#gnavi2 .current,
#gnavi2 .active,
#gnavi2>a:hover,
#gnavi2>a:focus {
	border-bottom-color: #f39800;
}
#gnavi3 .current,
#gnavi3 .active,
#gnavi3>a:hover,
#gnavi3>a:focus {
	border-bottom-color: #7eaf4f;
}
#gnavi4 .current,
#gnavi4 .active,
#gnavi4>a:hover,
#gnavi4>a:focus {
	border-bottom-color: #f09abf;
}
#gnavi5 .current,
#gnavi5 .active,
#gnavi5>a:hover,
#gnavi5>a:focus {
	border-bottom-color: #5a5098;
}
#gnavi6 .current,
#gnavi6 .active,
#gnavi6>a:hover,
#gnavi6>a:focus {
	border-bottom-color: #2ea7e0;
}
#gnavi7 .current,
#gnavi7 .active,
#gnavi7>a:hover,
#gnavi7>a:focus {
	border-bottom-color: #036eb8;
}
/*階層ナビ*/
#gnavi .content_block {
	position: absolute;
	top: 40px;
	width: 250px;
	text-align: left;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gnavi>li:hover .content_block,
#gnavi .content_block.focused {
	visibility: visible;
	opacity: 1;
}
#gnavi .content_block li a {
	display: block;
	padding: 10px;
	background: #ffffff;
	border-top: solid 1px #c0c0c0;
}
#gnavi .content_block li:first-of-type a {
	border-top: none;
}
#gnavi .content_block li a:hover,
#gnavi .content_block li a:focus {
	text-decoration: none;
	background: #fff0bb;
}
#sp_menu { display: none;}
#sp_gnavi { display: none;}
/*パンくず*/
#tmp_pankuzu {
	margin-bottom: 8px;
	line-height: 1;
	font-size: 88%;/*14px相当*/
}
#tmp_pankuzu a{
	text-decoration: none;
}
/* ==================================================
footerエリア
================================================== */
/*フッター*/
#footer {
	overflow:hidden;
	width: 100%;
	padding-top: 90px;
}
#fnavi {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 75%;/*12px相当*/
}
#fnavi li {
	position: relative;
	float: left;
	margin-right: 14px;
}
#fnavi li:last-child {
	margin-right: 0;
}
#fnavi li a:before {
	display: inline-block;
	content: '';
	margin-right: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left-style: solid;
	border-left-width: 8px;
}
#fnavi li:nth-child(1) a:before {
	border-left-color: #ee8fb8;
}
#fnavi li:nth-child(2) a:before {
	border-left-color: #73acdd;
}
#fnavi li:nth-child(3) a:before {
	border-left-color: #83c47e;
}
#fnavi li:nth-child(4) a:before {
	border-left-color: #97d1c7;
}
#fnavi li:nth-child(5) a:before {
	border-left-color: #b69fca;
}
#fnavi li a {
	display: block;
}
.area_author {
	background: #fff0bb;
}
.area_author .inner {
	padding: 45px 0 60px;
	background:url(/shared/site_chokotabi-saitama/images/common/kobaton.png) no-repeat right 50px;
	background-size: 218px 114px;
}
.box_copy {
	max-width: 80%;
	margin-bottom: 10px;
}
#copyright {
	display: inline-block;
	margin: 15px 0 0 10px;
	vertical-align: top;
	font-size: 63%;/*10px相当*/
}
.detail_author {
	display: table;
	max-width: 80%;
}
.detail_author address {
	display: table-cell;
	font-size: 75%;/*12px相当*/
	font-style: normal;
	line-height: 1.4;
}
.detail_author address:first-child {
	padding-right: 90px;
}
/*Viewport切り替えスイッチ*/
#view_switch {
	display: none;
}
/* ==================================================
slider
================================================== */
.slider { height: 100%;}
.slider li a {
	text-decoration: none;
}
