@charset "utf-8";

/* ==================================================
contents
================================================== */
/* main_visual
================================================== */
#tmp_main_visual .main_visual_gallery {
	position:relative;
}
.main_visual_gallery .gallery_slide {
	overflow:hidden;
	position: relative;
	height:707px;
}
.main_visual_gallery .gallery_slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}
@media screen and (min-width : 1459px) {
.main_visual_gallery .gallery_slide img {
	height: auto;
	width:100%;
}
}
#tmp_main_visual .main_visual_text{
	position: absolute;
	top: 0;
	left: 60%;
	width: 40px;
	height: 300px;
	background:url(/shared/templates/chibauji_top/images/catch.png) no-repeat;
	z-index: 2;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	visibility: visible;
}
#tmp_main_visual .main_visual_text span {
	width: 40px;
	height: 300px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#tmp_main_visual .main_visual_text.hide{
	visibility: hidden;
	opacity: 0;
}
#tmp_main_visual .slick_control {
	position: relative;
	width: 980px;
	bottom: 38px;
	margin: auto;
	text-align: right;
	z-index: 7;
}
#tmp_main_visual .slick_control .btn_slides span{
	display: block;
}
#tmp_main_visual .slick_control .btn_slides a:before{
	display: none;
}
#tmp_main_visual .slick-dots li{
	margin-right: 10px;
}
#tmp_main_visual .slick-dots li button,
#tmp_main_visual .slick-dots li a{
	width: 14px;
	height: 14px;
	border-color: #ffffff;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
}
#tmp_main_visual .slick-dots li.slick-active a,
#tmp_main_visual .slick-dots li.slick-active{
	background: transparent;
}
#tmp_main_visual .btn_slides a{
	text-decoration: none;
	color: #1b1b1b;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #cccccc;
	padding: 4px 10px 1px 10px;
	min-width: 90px;
	display: block;
	text-align: center;
	font-size: 81.2%;
	margin-right: 14px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
}
#tmp_main_visual .btn_slides a:hover,
#tmp_main_visual .btn_slides a:active,
#tmp_main_visual .btn_slides a:focus{
	background-color: #ffffff;
}
#tmp_main_visual .btn_slides span{
	z-index: 0;
}
#tmp_main_visual .slick_slides {
	visibility: hidden;
	opacity: 0;
}
#tmp_main_visual .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.no_javascript #tmp_main_visual .slick_slides{
	visibility: visible;
	opacity: 1;
}
/* main_title
================================================== */
#tmp_main .main_title h2 {
	position: relative;
	font-size: 187.5%;
	text-align: center;
	padding: 26px 10px 22px 10px;
	letter-spacing: 6px;
	color: #1b1b1b;
	background: transparent url(/shared/templates/chibauji_top/images/icon_title.png) no-repeat center top;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	font-family:"游明朝", "Yu Mincho", "メイリオ", serif;
	font-weight: 500;
}
/* notice
================================================== */
#tmp_notice{
	padding: 80px 0 100px;
}
#tmp_notice h2{
	margin-bottom: 8px;
}
#tmp_notice h2:before,
#tmp_places_nationwide h2:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -26px;
	width: 50px;
	height: 1px;
	background-color: #96322d;
}
#tmp_notice .notice_content{
	overflow: hidden;
	padding-top:30px;
}
#tmp_notice .notice_cnt_lft{
	width: 400px;
	float: left;
}
#tmp_notice .notice_cnt_rgt{
	width: 450px;
	float: right;
}
/* list_notice_new
================================================== */
.list_notice_new{
	list-style: none;
}
.list_notice_new li{
	margin:0 0 45px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eaeaea;
}
.list_notice_new a{
	display: block;
	color: #1b1b1b;
	padding-right: 10px;
	background: #ffffff url(/shared/site_chibauji/images/header/icon/icon_arrow.png) no-repeat right center;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	text-decoration: none;
}
.list_notice_new a:hover,
.list_notice_new a:focus{
	text-decoration: underline;
	color: #003d93;
}
.notice_link{
	overflow: hidden;
	margin-top:-15px;
}
.notice_rss,
.notice_list{
	float: left;
	width: 50%;
}
.notice_rss {
	text-align: right;
	padding: 13px 10px 0 0;
}
.notice_rss a{
	position: relative;
	display: inline-block;
	color: #1b1b1b;
	text-decoration: none;
	padding: 4px 58px 3px 0px;
	letter-spacing: 1px;
	border-bottom: 1px solid #000000;
	background: #ffffff url(/shared/templates/chibauji_top/images/icon_rss.png) 98% center no-repeat;
}
.notice_rss a.active,
.notice_rss a:hover,
.notice_rss a:focus{
	border-bottom: 1px solid #96322d;
}
.notice_list a{
	display: block;
	text-decoration: none;
	padding: 17px 27px 13px 24px;
	color: #ffffff;
	background: #96322d url(/shared/templates/chibauji_top/images/arrow_while.png) no-repeat 95% center;
	background-size: 6px 10px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s all;
}
.notice_list a:hover,
.notice_list a:focus{
	background-color: #252525;
}
/* notice_info
================================================== */
.notice_info {
	padding-top: 5px;
	list-style: none;
}
.notice_info li {
	display:table;
	width:100%;
	margin-bottom: 35px;
}
.notice_info .list_img {
	width: 170px;
	display:table-cell;
	vertical-align:top;
}
.notice_info .list_img img {
	width: 100%;
	height: auto;
}
.notice_info .list_text {
	width: 280px;
	display:table-cell;
	vertical-align:middle;
	padding:0 15px;
	line-height: 1.9;
	background: transparent url(/shared/site_chibauji/images/header/icon/icon_arrow.png) no-repeat right center;
	-webkit-background-size: 6px 10px;
	-moz-background-size: 6px 10px;
	background-size: 6px 10px;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.notice_info li a {
	display: block;
	color: #1b1b1b;
	background: transparent;
	text-decoration: none;
}
.notice_info li a:hover,
.notice_info li a:focus,
.notice_info li.active {
	background-color: #f7f3eb;
	color: #003d93;
	text-decoration: underline;
}
.notice_info li a:hover img,
.notice_info li a:focus img,
.notice_info li.active img {
	opacity: 0.5;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
/* about_chiba
================================================== */
#tmp_about_chiba{
	overflow: hidden;
	padding: 106px 0 100px 0;
	background: #ffffff url(/shared/templates/chibauji_top/images/bg_section_about.jpg) no-repeat left top;
	background-size: cover;
}
#tmp_about_chiba .main_title h2{
	position: relative;
	color: #1b1b1b;
	background-position: 18px center;
	padding: 0 84px 0 78px;
	letter-spacing: 6px;
}
#tmp_about_chiba .main_title h2:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 24px;
	width: 50px;
	height: 1px;
	background-color: #96322d;
}
#tmp_about_chiba .main_title{
	width: 350px;
	float: left;
}
#tmp_about_chiba .about_chiba_content{
	overflow: hidden;
	padding-top: 4px;
}
#tmp_about_chiba .about_chiba_content .about_txt{
	line-height: 2.2;
	margin-bottom: 39px;
}
#tmp_about_chiba .about_chiba_content .about_see_detail{
	text-align: right;
	padding-right: 1px;
}
#tmp_about_chiba .about_chiba_content .about_see_detail a{
	display: inline-block;
	padding: 16px 85px 14px 85px;
	text-decoration: none;
	color: #ffffff;
	background: #96322d url(/shared/templates/chibauji_top/images/arrow_while.png) no-repeat 92% center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
}
#tmp_about_chiba .about_chiba_content .about_see_detail a:hover,
#tmp_about_chiba .about_chiba_content .about_see_detail a:focus {
	background-color: #252525;
}
#tmp_places_nationwide {
	padding: 113px 0 102px;
}
#tmp_places_nationwide .main_title h2 {
	padding: 37px 10px 22px 10px;
}
#tmp_places_nationwide .main_title {
	margin-bottom: 33px;
}
.places_nationwide_des {
	margin-bottom: 53px;
	line-height: 1.8;
	text-align: center;
}
.places_nationwide_map {
	position: relative;
	width: 600px;
	min-height: 415px;
	margin: 0 auto 36px;
	padding-bottom:135px;
	background: transparent url(/shared/templates/chibauji_top/images/map.png) no-repeat 24% bottom;
}
.wrap_places_list {
	overflow: hidden;
	width: 300px;
}
.wrap_places_list .places_list {
	margin-bottom: 16px;
	list-style: none;
	clear: both;
}
.wrap_places_list .places_list_ttl {
	font-size: 87.5%;
	float: left;
	width: 4.5em;
	padding: 2px 7px 0 4px;
	font-weight: bold;
}
.wrap_places_list .places_list_cnt {
	overflow: hidden;
	display: block;
	font-size: 81.2%;
}
.wrap_places_list .places_list_cnt p{
	display: inline-block;
	background: transparent url(/shared/templates/chibauji_top/images/icon_slash.png) right center no-repeat;
	padding-right: 11px;
}
.wrap_places_list .places_list_cnt p:last-child {
	background-image:none;
}
.wrap_places_list .places_list_cnt a {
	display: inline-block;
	color: #000000;
}
.wrap_places_list .places_list_cnt a:hover,
.wrap_places_list .places_list_cnt a:focus {
	color: #003d93;
}
/* place_current */
.places_nationwide_map .place_current{
	position: absolute;
	bottom: 5px;
	right: 114px;
	font-size: 75%;
}

/* ==================================================
tmp_chiba_related_info
================================================== */
#tmp_chiba_related_info{
	padding: 80px 0 60px 0;
	overflow: hidden;
	background-color: #ffffff;
	color: #1b1b1b;
	margin-bottom: 100px;
	position: relative;
}
#tmp_chiba_related_info:before{
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -30px;
	z-index: 1;
	background: #ffffff url(/shared/templates/chibauji_top/images/bg_info_chiba.jpg) right top repeat-y;
	height: 100%;
	top: 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	width: calc(50% + 30px);
	min-width: 750px;
}
#tmp_chiba_related_info .container{
	position: relative;
	z-index: 2;
}
#tmp_chiba_related_info .main_title{
	position: relative;
	width: 336px;
	float: left;
	margin: 10px 0 0 0;
	z-index: 2;
}
#tmp_chiba_related_info .main_title h2{
	position: relative;
	color: #1b1b1b;
	-moz-background-position: left center;
	-webkit-background-position: left center;
	background-position: left center;
	padding: 0 20px 0 58px;
	letter-spacing: 6px;
}
#tmp_chiba_related_info .main_title h2:after {
	content: "";
	position: absolute;
	right: -29px;
	top: 24px;
	width: 50px;
	height: 1px;
	background-color: #96322d;
	z-index: 1;
}
.chiba_related_group{
	list-style: none;
}
.chiba_related_group li{
	margin-bottom: 20px;
}
.chiba_related_content{
	float: left;
	width: 623px;
}
.chiba_related_image{
	float: left;
	width: 240px;
}
.chiba_related_image img{
	width: 100%;
	height: auto;
	transition: 0.2s all;
}
.chiba_related_caption {
	overflow: hidden;
	padding: 25px 21px 20px 30px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
.chiba_related_caption .chiba_related_link{
	margin-bottom: 20px;
}
.chiba_related_caption .chiba_related_link a{
	display: block;
	font-size: 137.5%;
	text-decoration: none;
	color: #1b1b1b;
}
.chiba_related_caption .chiba_related_day{
	font-size: 87.5%;
	color: #404040;
}
.chiba_related_cnt{
	min-height: 180px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #ffffff url(/shared/site_chibauji/images/header/icon/icon_arrow.png) no-repeat 97% 90%;
	background-size: 6px 10px;
}
.chiba_related_cnt.active {
	background-color: #f7f3eb;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.chiba_related_cnt.active img{
	opacity: 0.5;
}
.chiba_related_caption .chiba_related_link a:focus,
.no_javascript .chiba_related_cnt .chiba_related_caption a:hover,
.no_javascript .chiba_related_cnt .chiba_related_caption a:focus{
	text-decoration: underline;
}

/* ==================================================
places_see_details, relinfo_datails
================================================== */
.chiba_related_wrap .relinfo_details,
.places_nationwide_cnt .places_see_details {
	text-align: center;
}
.chiba_related_wrap .relinfo_details a,
.places_nationwide_cnt .places_see_details a {
	display: inline-block;
	padding: 16px 85px 14px 85px;
	text-decoration: none;
	color: #ffffff;
	background: #96322d url(/shared/templates/chibauji_top/images/arrow_while.png) no-repeat 92% center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
}
.chiba_related_wrap .relinfo_details a:hover,
.chiba_related_wrap .relinfo_details a:focus,
.places_nationwide_cnt .places_see_details a:hover,
.places_nationwide_cnt .places_see_details a:focus{
	background-color: #252525;
}

/* ==================================================
tmp_survey_chiba
================================================== */
#tmp_survey_chiba{
	margin-bottom: 100px;
}
.survey_chiba_wrap{
	overflow: hidden;
	position: relative;
	padding: 190px 0 101px 0;
	background: #000000 url(/shared/templates/chibauji_top/images/survey_chiba_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color: #ffffff;
}
.survey_chiba_content{
	width: 450px;
	margin: 0 auto;
	color: #ffffff;
}
#tmp_survey_chiba .main_title h2{
	padding: 0 ;
	background: transparent;
	color: #ffffff;
	font-weight: inherit;
	margin-bottom: 10px;
}
.survey_chiba_content .survey_chiba_des{
	line-height: 2.2;
	font-weight: normal;
	margin-bottom: 40px;
	color: #ffffff;
}
.survey_chiba_link{
	text-align: center;
}
.survey_chiba_link a{
	display: inline-block;
	color: #ffffff;
	background: transparent url(/shared/templates/chibauji_top/images/arrow_while_big.png) no-repeat center center;
	text-decoration: none;
	width: 46px;
	height: 46px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-indent: -9999px;
}
.survey_chiba_wrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	opacity: 0;
}
.survey_chiba_wrap.active:before{
	opacity: 1;
}
#tmp_survey_chiba .survey_chiba_wrap.active p,
#tmp_survey_chiba .survey_chiba_wrap.active .main_title h2{
	color: #1b1b1b;
}
.survey_chiba_wrap.active .survey_chiba_content{
	position: relative;
	color: #1b1b1b;
	z-index: 2;
}
.survey_chiba_wrap.active .survey_chiba_content a{
	border: 1px solid #96322d;
	background: transparent url(/shared/site_chibauji/images/header/icon/icon_arrow.png) no-repeat center center;
	background-size: 8px 14px;
}
#tmp_related_links{
	padding: 90px 0 165px 0;
}
#tmp_related_links .related_links_group{
	overflow: hidden;
	margin: 0 -7px;
	list-style: none;
}
#tmp_related_links .related_links_group li{
	width: 25%;
	padding: 0 7px;
	float: left;
	margin-bottom: 14px;
}
#tmp_related_links .related_links_group li a{
	display: block;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
#tmp_related_links .related_links_group li a img{
	width: 100%;
	height: auto;
}
#tmp_related_links .related_links_group li a:hover,
#tmp_related_links .related_links_group li a:focus{
	opacity: 0.5;
}
#tmp_related_links .related_link{
	text-align: center;
	padding: 15px 0;
}
#tmp_related_links .related_link a{
	display: inline-block;
	padding: 16px 70px 14px 68px;
	text-decoration: none;
	color: #ffffff;
	background: #96322d url(/shared/templates/chibauji_top/images/arrow_while_big.png) no-repeat 92% center;
	-moz-background-size: 6px 10px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
}
#tmp_related_links .related_link a:hover,
#tmp_related_links .related_link a:focus{
	background-color: #252525;
}
/* ==================================================
no-javascript
================================================== */
.no_javascript .main_visual_gallery {
	max-width:1440px;
	margin:0 auto;
	height: 700px;
	overflow: auto;
	text-align:center;
}
.no_javascript .main_visual_gallery .gallery_slide img {
	position: static;
	transform: none;
	height: 100%;
	width: auto;
}
.no_javascript .notice_cnt_rgt .notice_media_caption a:hover,
.no_javascript .notice_cnt_rgt .notice_media_caption a:focus{
	color: #003d93;
	text-decoration: underline;
}
.no_javascript #tmp_mainvisual .slick_slides {
	visibility: visible;
	opacity: 1;
}
.no_javascript .survey_chiba_wrap:before{
	content: none;
}
/* ==================================================
clearfix
================================================== */
.chiba_related_wrap:after,
.chiba_related_group:after,
#tmp_notice .notice_content:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}