@charset "UTF-8";

/*
index page
*/

#top_img {
	margin: 6px auto;
	padding: 0;
	width: 750px;
}
@media screen and (min-width: 750px) {
	#top_img {
		width: 100%;
	}
}
@media screen and (max-width: 749px) {
	#top_img {
		width: 100%;
	}
}

#lang, #lang * {
	width: 100%;
}
#lang td {
	padding-right: 6px;
	height: 100%;
	width: 76px;
}
#lang .l_btn_space {
	width: calc(100% - 82px * 2);
}
#lang .l_btn_on, #lang .l_btn_off {
	width: calc(100% - 4px);
	height: 100%;
	text-align: center;
	font-weight: bold;
}
#lang .l_btn_on {
	color: #fff;
	background-color: #845325;
	border: #845325 2px solid;
}
#lang .l_btn_off {
	color: #000;
	background-color: #fff;
	border: #845325 2px solid;
}


/** search **/

#search_panel {
	display: flex;
	flex-wrap: wrap;
	margin-top:15px;
}
#search_panel .search_panel_1,
#search_panel .search_panel_2
{
	-webkit-flex-grow: 1;
}
#search_panel .search_panel_1 {
	margin: 0 auto;
	margin-left: calc((100% - 690px)/3);
}
#search_panel .search_panel_2 {
	margin: 0 auto;
	margin-right: calc((100% - 690px)/3);
}

#search_panel .search_panel_1 {
	width: 320px;
	padding-bottom: 15px;
}
#search_panel .search_panel_2 {
	width: 370px;
}
#search1_box {
	width: 320px;
	margin: 0 auto;
	margin-left: 0;
}
#search2_box {
	width: 370px;
	margin: 0 auto;
	margin-right: 0;
}
@media screen and (max-width: 749px) {
	#search_panel .search_panel_1 {
		margin-left: auto;
	}
	#search_panel .search_panel_2 {
		margin-right: auto;
	}
	#search1_box {
		margin-left: auto;
	}
	#search2_box {
		width: auto;
		max-width: 370px;
		min-width: 320px;
		margin-right: auto;
	}
}

#search2_title .search2_title_head {
	text-align: right;
	width: 100%;
	height: 13px;
}
#search2_title .search2_title_head img {
	width: 100px;
	height: 13px;
}
#search2_title .search2_title_name {
	width: calc(100% - 2px);
	height:27px;
	font-size: 13pt;
	font-weight: 900;
	color:#333399;
	text-align:center;
	line-height: 30px;
	border: 1px solid #dcdcda;
	background: linear-gradient( to right bottom, #f0efe6 50%, #9a9a93 );
}

.search2_title_line {
	width: 100%;
	height: 3px;
	text-align: center;
	background: #333399;
}


/** search1 **/

#search1_table input[type="submit"]:hover {
	cursor: pointer;
}
#search1_table input[type="reset"]:hover {
	cursor: pointer;
}

.search1_sub {
	background-color: #DBDBDB;
	width: 314px;
	padding: 6px 2px;
	line-height: 1em;
}

.search1_sub input {
	vertical-align: middle;
}

.contitle,
.coninput {
	display: inline-block;
	max-width: calc(100% - 80px - 2px * 2);
}
.contitle {
	width: 80px;
	text-align: right;
}


/** search2 **/

.search_sub_width{
	display:flex;
	padding-top:4px;
}
.search2_button_style {
	position: relative; 
	display: block;
	width: calc(25% - 8px);
	height: 27pt;
	padding-left: 2px;
	color: #333399;
	border-left: 2px solid #a3a29d;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c0c0bc;
	background: linear-gradient( to bottom, white 55%, #d8d8d4 );
	text-decoration:none;
}
.search2_button_style:hover {
	text-decoration:none;
	background: linear-gradient( to bottom, white 1%, #c4b7a5 );
	cursor: pointer;
}
.search2_button_style > .search2_button_name {
	width: 100%;
	height: 100%;
	display: table;
}
.search2_button_style > .search2_button_name > div {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	font-weight: 700;
	font-size: 8pt;
	white-space: nowrap
}

.search2_button_space {
	width: 4px;
}

.draw_circle_back {
	cursor: pointer;
	display: table-cell;
	bottom: 1em;
	right: 0.5em;
	position: absolute; 
	width:13px; 
	height:13px; 
	background: linear-gradient( to bottom right, #9a9dc8 1%, #393d86 );
	-webkit-border-radius:13px;
	border-radius:13px; 
	-moz-border-radius:13px; 
	box-shadow: 0px 0px 2px 1px gray;
	z-index:1;
}

.draw_circle_in {
	cursor: pointer;
	margin-left:5px; 
	margin-top:2px; 
	position: relative; 
	z-index:2;
	width: 0;
	height: 0;
	border-left:4px solid white;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}


/*
about page
*/

#about_str {
	text-align: left;
	max-width: 619px;
	margin: 30px auto;
}
#about_str > div {
	margin: 50px auto;
}
#about_str .section_title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

div#requirement {
	margin: 16px 0;
}
#requirement span {
	display: inline-block;
	border-bottom: 3px double;
}
#requirement > div {
	margin: 10px 0 10px 10px;
}
#requirement dl {
	padding-left: 40px;
}
#requirement dt {
	margin-top: 10px;
	display: list-item;
	list-style-type: disc;
}
.annotation {
	display: block;
	position: relative;
	padding-left: 12px;
}
.annotation:before {
	content: "※" ;
	position: absolute;
	height: 100%;
	width: 12px;
	top: 0;
	left: 0;
}


/*
site map page
*/

#sitemap, 
#sitemap table, 
#sitemap tbody, 
#sitemap tr {
	width: 100%;
	margin: 0 auto;
}

#sitemap td {
	width: 50%;
	vertical-align: top;
}

#sitemap ul, #sitemap li {
	list-style-type: none;
	padding-inline-start: 0px;
}

#sitemap1, #sitemap2 {
	margin: 8px 0;
}
	
.pc_view #sitemap2 {
    margin-left: 100px;
}
.mobile_view #sitemap2 {
    margin-left: 0px;
}


#tree, #tree dl, #tree dt, #tree dd {
	list-style-type: none;
	padding-inline-start: 0px;		
}
#tree, #tree dl {
	padding-left: 17px;
	margin-block-start: 0;
	margin-block-end: 0;		
}
#tree dd {
	margin-inline-start: 17px;
}

#tree .open-close_button {
	display: inline-block;
	font-size: 6pt; 
	margin-right: 2px; 
	text-align:center; 
	line-height:1 5px; 
	height: 15px; 
	width: 15px; 
	background: linear-gradient( to bottom right, #adadad 1%, black ); 
	color:white;
	cursor: pointer;
}

#tree form {
	display: inline-block;
    margin-left: -3px;
}

#tree li {
	padding-inline-start: 17px;
}


/*
search result list page
*/

/* MAP */
#mapid {
	height: 100%;
	width: 100%;
}


/*
error page
*/

#contena {
	max-width: 644px;
	padding-left: 25px;
}

#contena > div, 
#contena > table, 
#contena > table > thead, 
#contena > table > tbody, 
#contena > table > thead > tr, 
#contena > table > thead > tr > td, 
#contena > table > tbody > tr, 
#contena > table > tbody > tr > td
{
	width: 100%;
}
#contena > div {
	padding: 4px 0;
	height: 16px;
	background: -moz-linear-gradient(bottom, #DBDBDB, #FFF);
	background: -webkit-linear-gradient(bottom, #DBDBDB, #FFF);
	background: linear-gradient(to top, #DBDBDB, #FFF);
}
#contena > table {
	box-shadow: 2px 2px;
}
#contena > table > thead > tr > td {
	background-color: #EDECE2;
	height: 3px;
}
#contena > table > thead > tr > td, 
#contena > table > tbody > tr > td {
	border: solid 1px #C9C2A7;
}
#contena > table > tbody > tr > td {
	height: 90px;
	vertical-align: middle;
	font-size: 14px;
}
#contena #title1 {
	color: #780000;
	font-size: 15px;
	font-weight: bold;
}
#contena #title2 {
	color: #990000;
	font-size: 17px;
	text-shadow: #990000 0 0 1px;
}
#contena #title3 {
	font-weight: bold;
	color: #003399;
	font-size: 12px;
}


/*
heritage detail page
*/

#heritage_detail {
	width: 100%;
}

#heritage_detail_right {
	display: table-cell;
}

#heritage_detail_right_mobile {
	display: none;
}

.heritage_detail_list tr td {
	vertical-align: top;
}

.photo_print{
	width: calc(50% - 20px); 
	margin: 10px; 
	float: left; 
	text-align: center;
}
@media screen and (min-width: 750px) {
	.photo_print{
		float: left;
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 749px) {
	.photo_print{
		float: none;
		width: calc(100% - 20px);
	}
}

#contena .detail_mobile_btn {
	display: block;
	margin: 0 auto 10px;
	width: 200px;
    height: 35px;
    font-size: 10pt;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient( to right, #9a9a93 5%, #484848 );
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    border-radius: 10px;
}
#contena .detail_mobile_btn:hover {
	text-decoration: none;
	background: #484848;
}

@media screen and (max-width: 749px) {

	#contena {
		padding: 3px 0;
		width: calc(100% - 6px);
	}
	
	
	#heritage_detail .detail {
		width: 100%;
	}


	#heritage_detail_left {
	}

	#heritage_detail_right {
		display: none;
	}
	
	#heritage_detail_right_mobile {
		display: table-row;
	}
	#heritage_detail_right_mobile,
	#heritage_detail_right_mobile > td {
		width: 100%;		
	}
	
	#detail_photolist #contena,
	#detail_map #contena,
	#detail_rellist #contena,
	#detail_explanation #contena,
	#detail_explanation_m #contena {
		padding: 0;
	}
	
}


/*
bunrui page
*/

#bunrui_title_name {
	padding: 8px 0;
}
#bunrui_title_name .bunrui_title_img {
	height: 13px;
	text-align: right;
}
#bunrui_title_name .bunrui_title_img img {
	width: 100px;
	height: 100%
}

#bunrui_title_name .bunrui_title {
	font-size:17pt;
	width: calc(100% - 1px * 2);
	height:30px;
	color:white;
	line-height: 32px;
	text-shadow: #333399 1px 1px 2px, black -1px 1px 2px;
	-moz-text-stroke: 1px #333399;
	-webkit-text-stroke: 1px #333399;
	font-family: "Meiryo UI" ,"游明朝","ＭＳ 明朝", "Hiragino Mincho ProN", serif;
	
	font-weight: 900;
	border: 1px solid #dcdcda;
	background: linear-gradient( to right bottom, #f0efe6 50%, #9a9a93 );
	
}

#bunrui_title_name .bunrui_title_line {
	width: 100%;
	height:5px;
}

#bunrui_betsu_upper {
	flex: 1 0 auto;
	overflow:auto;
}

#bunrui_betsu_upper .kind_view,
#bunrui_betsu_lower,
#bunrui_betsu_lower .bunrui_to_detail {
	width: calc(104px + 1px + 200px + 1px + 85px);
}

.bunrui_left {
	background:#d9d4c1;
	margin-top:1px;
}

#bunrui_betsu_upper .kind_view .bunrui_id {
	width:104px;
	color:#990000;
	font-weight: 700;
}

#bunrui_betsu_lower .bunrui_id{
	color:#003399;
	padding-left:5px;
	font-weight: 900;
	line-height:24px;
	height:24px;
}
#bunrui_betsu_lower .bunrui_zen {
	width: calc(104px + 1px + 200px);
}

.bunrui_id_sub{
	width:200px;
	background:#edece2;
	margin-top:1px;
	margin-left:1px;
	color:#003399;
	height:24px;
}

.bunrui_kensu{
	width:85px;
	background:#f9f8f5;
	margin-top:1px;
	margin-left:1px;
	height:24px;
}

#bunrui_betsu_upper .kind_view {
	float:left;
}
	
#bunrui_betsu_upper .pref_view{
	float:left;
	width: calc(85px + 1px + 85px + 1px + 85px + 1px + 85px);
}

#bunrui_betsu_lower > div {
	margin-top: 40px;
}

.bunrui_sub_wrapper {
	display:flex; 
}

.bunrui_sub_title {
	font-size: 18pt;
	margin-top: 18pt;
	font-weight: 900;
	color:#6c482d;
	margin-left:15px;
}

.bunrui_sub_title_small{
	font-size: 13pt;
	margin-left:0px;
}

.tohu_sub_title {
	padding-top: 2px;
	font-size: 13pt;
	color:#777777;
}

.tohu_sub_title_line{
	background:#777777;
}

.tohu_switch_style{
	width:85px;
	background: #f8f9e8;
	margin-top:1px;
	margin-left:1px;
	height:25px;
	line-height:25px;
	padding-left:1px;
}

.bunrui_zen_id a:hover {
	cursor: pointer;
}


.bunrui_sub_title_line{
	background: #6c482d;
	height:2px;
	margin-top:1px;
	margin-bottom:0px;
}

.bunrui_title_3_line {
	font-size:17pt;
	width: calc(100% - 1px * 2);
	height:30px;
	text-align:center;
	color:white;
	font-weight: 900;
	background: linear-gradient( to right bottom, #f0efe6 50%, #9a9a93 );
	border: 1px solid #dcdcda;
	line-height: 32px;
	text-shadow: #333399 1px 1px 2px, black -1px 1px 2px;
	-moz-text-stroke: 1px #333399;
	-webkit-text-stroke: 1px #333399;
	font-family: "Meiryo UI" ,"游明朝","ＭＳ 明朝", "Hiragino Mincho ProN", serif;
}


@media screen and (min-width: 750px) {
	.bunrui_title_3_line{
		font-size:17pt;
	}
	
	#searchlist_search{
		 height:490px; 
	}
}

@media screen and (max-width: 749px) {
	#bunrui_betsu_upper .pref_view{
		margin-left: 0;
	}
	
	.bunrui_title_3_line{
		font-size:4vmin;
	}
	
	#searchlist_search{
		height:auto;
	}
}

/*
detail search
*/

a.tag:link    { text-decoration:none }
a.tag:visited { text-decoration:none }
a.tag:hover   { text-decoration:underline }
a.tag:active  { text-decoration:none }

.detail_title{
	margin: 50px 0;
	color:#802000; 
	font-size:24px;
}

.detail_title_m { 
	font-size:20px;
}

.detail_title_sub{
	font-size:13pt;
}

.detail_title_sub ul {
	margin: 0;
	padding-inline-start: 25px;
}

.detail_main {
	display: table;
}

.detail_main,
.detail_search_sub {	
	width: 100%;	
}

.detail_search_sub {
	display: table-row;
	min-height: 35px;
}
.detail_search_sub * {
	vertical-align: middle;
}

.detail_name,
.detail_day_name,
.detail_question,
.detail_search_input {
	display: table-cell;
	border-bottom: 5px solid #fff;
}

.detail_name,
.detail_day_name,
.detail_question {
	background-color:#deb887;
}	

.detail_name,
.detail_day_name {
	width: calc(40% - 13px - 5px);
	padding-left: 5px;
}
.detail_question {
	width: calc(13px + 5px);
	padding-left: 5px;
	border-right: 3px solid #fff;
}

.detail_day_name {
	min-height:50px;
}

.detail_search_input {
	width: 70%;
	min-width: 245px;
	background-color:#d3d3d3;
	padding: 5px;
}

.detail_search_input input[type="text"] {
	width: calc(100% - 5px * 2);
}

/*
@media screen and (max-width: 400px) {
	.detail_name {
		width: 20%;
	}
	.detail_search_input {
		width: 80%;
	}
}
*/

/*
.detail_text_box {
	height: 20px;
	margin: 5px;
	width: calc(100% - 5px * 2 - 2px * 2);
}
.detail_sel_box　{
	height:20px;
	position:absolute;
	top: calc( 50% - 10px);
	margin-left:5px;
	left:0;
	max-width: calc(100% - 5px * 2);
}

.detail_sel_box_s {
	height:26px;
	position:absolute;
	top: calc( 50% - 13px);
	margin-left:5px;
	left:0;
	max-width: calc(100% - 5px * 2);
}
	
.detail_sel_box_m {
	height:26px;
	position:absolute;
	top: calc( 50% - 13px);
	margin-left:5px;
	left:0;
	max-width: calc(100% - 5px * 2);
}
	
.detail_sel_box_l {
	height:26px;
	position:absolute;
	top: calc( 50% - 13px);
	margin-left:5px;
	left:0;
	max-width: calc(100% - 5px * 2);
}
*/

input.detail_day_box[type="text"]{
	width:60px;
	height:14px;
}


.time_div{
	margin-right:5px;
}

.detail_search_submit {
	width: 100%;
	margin: 8px 0;
	/* text-align: right; */
	display: flex;
	justify-content: space-between;
}

.detail_search_submit button[type="submit"] {
	font-size: 12px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}

/** mobile view **/
@media screen and (max-width: 749px) {
	input.detail_day_box[type="text"]{
		width:40px;
	}
}

.detail_entry_range {
	display: flex;
	overflow: hidden;
}
.detail_entry_range sup {
	vertical-align: unset;
	position: relative;
	top: -0.5em;
	vertical-align: top;
}
.detail_entry_range > div {
	display: block;
	line-height: 35px;
	height: 35px;
}
.detail_entry_range > .input {
	width: calc(60px + 2px * 2 + 2px * 2 + 5px * 2 );
}
.detail_entry_range input {
	position: relative;
	top: 0;
	width: 60px;
}

.detail_entry_checkbox div, .detail_entry_checkbox select {
	width: 100%;
}

.detail_entry_checkbox {
	vertical-align: top;
	padding: 0 5px;
	height: 50px;
}

.entry_checkbox > div {
	position: relative;
}
.entry_checkbox > div > div,
.entry_checkbox select {
	position: absolute;
	top: 0;
	width: calc(100% - 5px * 2);
}
.entry_checkbox > div > div {
	z-index: 1;
}
.entry_checkbox > div:nth-child(1) > div {
	height: 26px;
}
.entry_checkbox > div:nth-child(2) > div {
	height: 150px;
	overflow-y: scroll;
	border: 1px solid rgb(118, 118, 118);
	background-color: #fff;
	text-align: left;
}
.entry_checkbox > div:nth-child(2) > div > div {
	padding: 3px 0;
}
.entry_checkbox input {
	vertical-align: top;
}
.entry_checkbox label {
	display: inline-block;
	width: calc(100% - 20px);
}
.entry_radio {
	padding-bottom: 3px;
}

.detail_search_note {
    padding: 0 5px 5px;
    text-align: left;
}

/*
 * tool tip
 */

.question_icon {
	/* vertical-align: middle; */
	/* text-align: center; */
	/* line-height: 13px; */
	font-size: 12px;
	border: solid 1px #5f5f5f;
	border-radius: 50%;
	/* display: inline-block; */
	width: 13px;
	height: 13px;
	background-color: #e6e5e3;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: normal;
}

.question_icon div:first-child {
	line-height: 15px;
	font-size: 11px;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .question_icon {
		/* margin-bottom: 5px; */
		/* line-height: 18px; */
	}
}

.detail_search_sub {
	position: relative;
}

.detail_tooltip,
.search1_tooltip {
	display: none;
	position: absolute;
	z-index: 1;
	padding: 5px;
	background-color: #808080;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}

.detail_tooltip {
	bottom: 30px;
	width: 260px;
	left: calc( -200px + 2px + 3px );
}

@media screen and (max-width: 749px) and (min-width: 375px)  {
	.detail_tooltip {
		left: calc( -30vw + 30px + 2px + 3px );
	}
}
@media screen and (max-width: 374px) {
	.detail_tooltip {
		left: calc( 375px * -0.3 + 30px + 2px + 3px );
	 }
}

.search1_tooltip{
	bottom: 30px;
	width: 260px;
	left: -80px;
}

.detail_tooltip::before,
.search1_tooltip::before {
	content: "";
	position: absolute;
	top: 100%;
	border: 15px solid transparent;
	border-top: 15px solid #808080;
}

.detail_tooltip::before {
	left: calc(200px + -2px + -13px);
}
.search1_tooltip::before {
	left: calc( 80px - 7px );
}

@media screen and (max-width: 749px) and (min-width: 375px)  {
	.detail_tooltip::before {
		left: calc(30vw + -42px);
	}
}

@media screen and (max-width: 374px) {
	.detail_tooltip::before {
		left: calc(375px * 0.3 + -42px);
	}
}
.heritage_img {
	position: relative;
}
.heritage_img, .heritage_img * {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.heritage_img::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * 世界遺産 構成資産リンク
 */
.const_list table,
.const_list tbody,
.const_list tr
.const_list td,
.const_list td:first-child div {
	border-collapse: collapse;
	border-spacing: 0;
	height: calc(100% + 10px);
}
.const_list table {
	margin-top: -1px;
}

.const_list tr {
	vertical-align: top;
}
.const_list td {
	padding-top: 10px;
}

.const_list tr td:first-child div {
	border-left: 2px solid #000;
}
.const_list table:last-child td:first-child div {
	height: 7px;	
}

.const_list tr td a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	border-bottom: 1px solid #003399;
}

.const_list tr td:last-child a{
	margin-left: -2px;
}

