body{
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	vertical-align: middle;
}
figure {
	display: inline-block;
}
figcaption {
	margin-top: 10px;
}
.Wd85 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.sp, .Tel-sp{
	display: none;
}

/*ヘッダー*/

.Head-Inner{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Main-Nav--TopPage, .Main-Nav--InPage{
	margin-left: auto;
	margin-right: 150px;
}
.Main-Nav--TopPage, .Main-Nav--InPage, 
.Main-Menu--TopPage, .Main-Menu--InPage {
	display: inline-block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.Main-Nav--TopPage.none, .Main-Nav--InPage.none {
	display: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.Main-Menu--InPage li,
.Main-Nav--TopPage li {
	display: inline-block;
	width: 100px;
	margin: 23px 0 24px;
	font-size: 16px;
}
.Main-Menu--TopPage li:last-child, 
.Main-Menu--InPage li:last-child {
	width: 150px;
}
.Main-Menu--TopPage li a,
.Main-Menu--InPage li a {
	display: inline-block;
	width: 100%;
	height: 21px;
	line-height: 21px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	position: relative;
}
.Main-Menu--TopPage li a::before,
.Main-Menu--InPage li a::before {
	position: absolute;
	top: -3px;
	right: 0;
	left: 2px;
	bottom: 0;
	margin: auto;
	width: 55px;
	height: 55px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	transform: scale(0);
	opacity: 0.2;
	border-radius: 100%;
	background: #fff;
	display: block;
	content: '';
}
.Main-Menu--TopPage li:hover a::before,
.Main-Menu--InPage li:hover a::before {
	-webkit-animation: menu-hov 0.85s;
	animation: menu-hov 0.85s;
}
@-webkit-keyframes menu-hov {
	55%{
		-webkit-transition: opacity .4s, -webkit-transform .4s;
		transition: opacity .4s, -webkit-transform .4s;
		-o-transition: transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s, -webkit-transform .4s;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.35;
	}
	75%{
		opacity: 0.1;
	}
	100%{
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}
@keyframes menu-hov {
	55%{
		-webkit-transition: opacity .4s, -webkit-transform .4s;
		transition: opacity .4s, -webkit-transform .4s;
		-o-transition: transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s;
		transition: transform .4s, opacity .4s, -webkit-transform .4s;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.35;
	}
	75%{
		opacity: 0.1;
	}
	100%{
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}
.Main-Menu--TopPage li:last-child a,
.Main-Menu--InPage li:last-child a{
	border-right: none;
}
.Search{
	display: inline-block;
	width: 75px;
	height: 75px;
	background: #008245;
	position: absolute;
	top: 0;
	right: 75px;
}
.Search a{
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.Search a::before{
	content: "";
	display: block;
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url('../Images/All/seach.png') no-repeat;
	background-position: center;
	margin: 25px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.Search:hover a::before{
	opacity: 0.7;
}

/*ハンバーガーマーク*/

.H-Menu{
	display: inline-block;
	width: 75px;
	height: 75px;
	background:  #000;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.H-Menu span {
	position: absolute;
	left: 25px;
	width: 25px;
	height: 3px;
	display: block;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.H-Menu span:nth-child(1) {
	top: 25px;
}
.H-Menu span:nth-child(2) {
	top: 34px;
}
.H-Menu span:nth-child(3) {
	top: 43px;
}
.H-Menu:hover span {
	opacity: 0.7;
}

/*キャンセルマーク*/

.H-Menu.active span:nth-child(1) {
	top: 37px;
	left: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.H-Menu.active span:nth-child(2),
.H-Menu.active span:nth-child(3) {
	top: 37px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.H-Menu.active:hover span:nth-child(2) {
	opacity: 0;
}
/*ヘッダーここまで*/

/*サブメニュー*/

nav.Sub-Nav--TopPage, nav.Sub-Nav--InPage{
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0;
	background: rgba(0, 0, 0, .6);
	color: #000;
	-webkit-transform:translateY(-150%);
	-ms-transform:translateY(-150%);
	transform: translateY(-150%);
	transition: all 0.5s;
	width: 35%;
	height: 100%;
}
.Sub-Menu--TopPage li a::before, 
.Sub-Menu--InPage li a::before {
	content: '　';
	display: inline-block;
}
/*トップページ用*/
nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 15%;
}
nav.Sub-Nav--TopPage .Sub-Menu--TopPage> li {
	font-size: 1.8em;
	list-style-type: none;
	padding: 0;
	width: 100%;
}
.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 1em 0 0.5em;
	text-align: left;
	width: 80%;
	border-bottom: 1px solid #fff;
}
.Sub-Menu--TopPage li:hover, .Sub-Menu--InPage> li:hover {
	background: #fff;
	opacity: 0.8;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.Sub-Menu--TopPage li:hover a{
	color: #000;
	opacity: 0.7;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/*インページ用*/
nav.Sub-Nav--InPage .Sub-Menu--InPage {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 20%;
}
nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
	font-size: 1.3em;
	list-style-type: none;
	padding: 0;
	width: 100%;
}
.Sub-Nav--InPage .Sub-Menu--InPage> li a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 1em 0 0.5em;
	text-align: left;
	width: 80%;
	border-bottom: 1px solid #fff;
}
.Sub-Menu--InPage> li:hover a {
	color: #000;
	opacity: 0.7;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
nav.Sub-Nav--TopPage.active,
nav.Sub-Nav--InPage.active {
	transform: translateX(0%);
	overflow: visible;
}

/*ハンバーガーメニュー　ここまで*/

/*トップイメージ*/

.Top-Img {
	position: relative;
}
.Top-Img img{
	background-size: cover;
	vertical-align: middle;
	width: 100%;
}
.TopImg-Copy{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%,-55%);
	-webkit-transform: translate(-50%,-55%);
	transform: translate(-50%,-55%);
	z-index: 1;
	background: url('../Images/TopPage/topimg-copy.png') no-repeat;
	background-position: center;
	width: 158px;
	height: 306px;
}

/*トップイメージ　ここまで*/
/*トップページ　内部*/

/* .News-Box{
	display: none;
	width: 70%;
	margin: 15px auto;
}
.News-Box p{
	text-align: left;
} */
.Intro{
	display: inline-block;
	margin: 47px auto 48px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.Intro p{
	display: block;
	text-align: left;
}
.Intro p:first-child{
	margin-left: 15px;
}
.Intro p:last-child{
	line-height: 2.2em;
}
.Top-Container{
	width: 100%;
	height: 350px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.Top-Container:not(.Bg-green):hover{
	opacity: 0.8;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	transition: .3s ease-in;
}
a.Link--List{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.Top-Container h1{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 153px;
	height: 68px;
}
.Top-Cul{
	background: url('../Images/TopPage/culture.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.Top-Cul h1{
	background: url('../Images/TopPage/container-title_01.png') no-repeat;
	background-position: center;
}
.Top-Tra{
	background: url('../Images/TopPage/tradition.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.Top-Tra h1{
	background: url('../Images/TopPage/container-title_02.png') no-repeat;
	background-position: center;
}
.Top-Sce{
	background: url('../Images/TopPage/scenery.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.Top-Sce h1{
	background: url('../Images/TopPage/container-title_03.png') no-repeat;
	background-position: center;
}

.fuwatAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
	0% { opacity: 0; -webkit-transform: translate(0,40px); }
	100% { opacity: 1; -webkit-transform: translate(0,0); }
}
@keyframes fuwatAnime {
	0% {
		opacity: 0; -webkit-transform: translate(0,40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px); 
	}
	100% {
		 opacity: 1; -webkit-transform: translate(0,0); 
		-ms-transform: translateY(0); 
		transform: translateY(0); 
		}
}

/*トップページ　内部ここまで*/

/*フッター*/

footer{
	overflow: hidden;
}
.Info-Box{
	display: inline-block;
	margin: 67px auto;
}
.Info-Box p:nth-child(2){
	letter-spacing: 0.4em;
	font-size: 1.2em;
}
.Info-Box .HomePageLink {
	display: block;
	width: 288px;
	height: 100%;
	margin: 30px auto 0;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.Info-Box .HomePageLink:hover {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

.Copyright {
		font-size: 16px;
		text-align: center;
	}
/*フッター　ここまで*/

/*内部ページ共通*/

#logo {
	line-height: 75px;
	margin-left: 40px;
	margin-right: auto;
	font-size: 2em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#logo:hover{
	text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.6),
				-1px 1px 15px rgba(255, 255, 255, 0.6),
				 1px -1px 15px rgba(255, 255, 255, 0.6),
				-1px -1px 15px rgba(255, 255, 255, 0.6);
}

/*パンくずリスト*/

.breadcrumb{
	width: 70%;
	margin: 15px auto;
	text-align: left;
}
.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li::after{/* >を表示*/
	content: '>';
	padding: 0 10px;
	color: #555;
}
.breadcrumb li:last-child::after{
	content: '';
	padding: 0;
}
.breadcrumb li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.breadcrumb li a:hover {
	color: #008245;
	text-shadow: 0 0 3px rgba(0, 130, 69, 0.4);
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
}

/*パンくずリスト　ここまで*/

/*一覧ページ共通*/

.InPage-Bg01 {
	background: #eef7e2;
	overflow: hidden;
}
.PageTitle, .PageTitle02{
	display: block;
	margin: 60px auto 50px;
}
.PageTitle h2, .PageTitle02 h2{
	font-size: 2.5em;
	color: #535353;
	height: 55px;
}
.PageTitle::after, .PageTitle02::after{
	content: "";
	display: inline-block;
	left: 50%;
	width: 90px;
	height: 3px;
	background: #008245;
	font-size: 0;
}
.Btn01{
	display: inline-block;
	width: 15%;
	margin: 10px 5px;
	font-weight: bold;
	font-size: 1.2em;
	border: 2px solid #008245;
	box-sizing: border-box;
	padding: 3px 5px;
	color: white;
	cursor: pointer;
}
.Btn01,.Btn02, .Btn03 {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.Btn02, .Btn03{
	display: inline-block;
	width: 12%;
	margin: 10px 10px 70px;
	font-weight: bold;
	border: 2px solid #008245;
}
.Btn02 a, .Btn03 a{
	box-sizing: border-box;
	width: 100%;
	padding: 3px 5px;
}
.Btn02 a, .Btn03 a{
	display: inline-block;
}
.current,
.Btn01:hover, .Btn02:hover, .Btn03:hover,
.Btn02:hover a, .Btn03:hover a{
	background: #eef7e2;
	color: #008245;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.Btn03:hover, .Btn03:hover a{
	background: white;
	color: #008245;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.List-Box {
	display: inline-block;
	width: 825px;
	margin: 55px auto;
	font-size: 0;
	text-align: left;
}
.Content-Box {
	display: inline;
}
.Content-Box.None {
	display: none;
}
.List-Content {
	font-size: 16px;
	display: inline-block;
	width: 245px;
	height: 100%;
	margin: 0 15px 30px;
	overflow: hidden;
	box-shadow: 0 2px 3px 0 #f0f0f0;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background: #fff;
}
.List-Content a{
	box-sizing: border-box;
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}
.List-Content:hover {
	box-shadow: 0 7px 15px 2px rgba(0, 130, 69, .2);
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.List-Content .Img-Wrap{
	overflow: hidden;
	width: 245px;
	height: 172px;
	cursor: pointer;
	position: relative;
}
.List-Content .Img-Wrap::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.List-Content:hover .Img-Wrap::before{
	-webkit-animation: circle .8s ease-in;
			animation: circle .8s ease-in;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 0.1;
	}
	100% {
		width: 200%;
		height: 280%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	75% {
		opacity: 0.1;
	}
	100% {
		width: 200%;
		height: 280%;
		opacity: 0;
	}
}
.List-Content h3, .List-Content p{
	color: #535353;
}
.Tag{
	display: block;
	width: 55%;
	margin: 10px auto;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
.ruby{
	display: block;
	margin-bottom: 15px;
	color: #777;
	font-size: 14px;
}
/*一覧ページ共通　ここまで*/

/* 伝統一覧ページ */
.Tra-ListNav {
	max-width: 790px;
	margin: 0 auto;
}
.Btn01.Tra-Btn01 {
	width: 25%;
	display: inline-block;
	margin: 10px 5px;
}
/* 伝統一覧ページ　ここまで */

/* 風景一覧ページ */
.Btn01.Sce-Btn01 {
	width: 5%;
	display: inline-block;
	margin: 10px 5px;
}
.Sce-ListBox{
	width: 1036px;
	margin: 35px auto 70px;
}
.Sce-ListBox .List-Content {
	margin: 0 7px 30px;
}
.Sce-ListBox .active .List-Content {
	margin: 0 auto 30px;
	display: block;
}
/* 風景一覧ページ　ここまで */

/*個別の紹介ページ共通*/
.InPage-Bg02{
	background: #fff;
	border: 1px solid #e2f0cf;
	border-radius: 7px;
	width: 80%;
	margin: 40px auto;
}
.temp-wrap{
	margin: 0 5%;
}
.temp-box{
	margin-bottom: 50px;
	overflow: hidden;
}
.Btn03{
	width: 13%;
	margin-top: 50px;
}
.line {
	width: 100%;
	height: 2px;
	background: #cccccc;
	margin-bottom: 70px;
}
/*個別の紹介ページ共通　ここまで*/
/*内部ページ共通　ここまで*/

/* 文化財個別ページ */
.Slide-Cul {
	position: relative;
	width: 50%;
	height: 24vw;
	float: left;
}
.Slide-Cul img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.temp-img {
	width: 50%;
	float: left;
	vertical-align: middle;
}
.temp-table {
	width: 48%;
	float: right;
}
.temp-table tr {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.1em;
	height: 3em;
}
.temp-table th {
	background: #f2f2f2;
	width: 30%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.temp-table td {
	padding-left: 20px;
}
.Description {
	margin-bottom: 70px;
}
.MapTitle {
	display: inline-block;
	width: 100%;
	margin: 0px auto 50px;
}
.MapTitle::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #cccccc;
	font-size: 0;
	margin-bottom: 70px;
}
.MapTitle h2 {
	font-size: 2em;
	color: #535353;
	height: 45px;
	display: block;
}
.MapTitle::after {
	content: "";
	display: inline-block;
	top: 0;
	left: 0;
	width: 131px;
	height: 3px;
	background: #008245;
	font-size: 0;
	margin: 10px auto;
}
.temp-map {
	width: 100%;
	margin-bottom: 3.5%;
}
/* 文化財個別ページ ここまで*/

/*伝統個別ページ*/
.Slide-Tra {
	position: relative;
	width: 61.2vw;
	height: 40.8vw;
	margin: 0 auto 10px
}
.Slide-Tra img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
}
.gei-caption {
	width: 85%;
	margin: 0 auto 25px;
}
.Tra-Photo {
	width: 85%;
	margin: -10px auto 0px;
}
.Interview-Wrap {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
}
.Tra-SubTitle {
	font-weight: bold;
	display: block;
	margin: 30px auto;
	font-size: 1.5em;
}
.Person-Photo, .Person-Photo3 {
	float: left;
	margin: 0px 40px 15px 0px;
}
.Person-Photo2 {
	float: right;
	margin: 0px  0px 15px 40px;
}
.Food-Photo {
	margin-bottom: 30px;
}
.Person-Photo img, .Person-Photo2 img,
 .Person-Photo3 img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.Food-Photo img {
	width: 70%;
	height: auto;
}
.Tra-gallery, .Tra-illustration, .Tra-recipe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Tra-gallery {
	margin-bottom: 50px;
}
.Tra-gallery figure:not(:first-child) {
	margin-left: 25px;
}
.Tra-illustration {
	margin: 0 15px 20px;
}
.Tra-recipe {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.Tra-recipe figure {
	width: calc(100% / 3 - 20px);
	padding-bottom: 30px;
}
.Tra-illustration figure,
.Tra-recipe figure {
	margin: 0 10px;
	position: relative;
}
.Tra-gallery figure img,
.Tra-illustration figure img,
.Tra-recipe figure img {
	width: 100%;
	height: auto;
}
.Tra-gallery figure img {
	box-shadow: 0px 0px 10px #ccc;
	border: 3px solid #fff;
}
.Tra-illustration figure::before, 
.Tra-recipe figure::before {
	content: attr(data-num);
	color: #fff;
	display: block;
	width: 25px;
	height: 25px;
	background: #936438;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.Tra-gallery figcaption,
.Tra-illustration figcaption,
.Tra-recipe figcaption {
	text-align: left;
}
.Illust-Wrap {
	overflow: hidden;
	background: rgba(170, 153, 102, 0.5);
	border-radius: 3px;
	margin-bottom: 50px;
}
.IllustTitle {
	font-size:1.3em;
	margin: 20px 0;
}
.example {
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.example div {
	width: 50%;
	padding: 0 20px 20px;
}
.example div:nth-child(2n) {
	border-left: 1px solid #fff;
}
.example div:first-child, .example div:nth-child(2) {
	border-bottom: 1px solid #fff;
}
.example div:nth-child(3), .example div:last-child {
	padding: 20px 20px 0;
}
.houTitle {
	display: inline-block;
	width: 100%;
	color: #fff;
	background: #936438;
	border-radius: 2px;
	margin-bottom: 15px;
}
.Tra-illustration ul {
	list-style-type: disc;
	list-style-position: inside;
}
.tansan-Fig {
	width: 400px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.tansan img {
	width: 50px;
	height: auto;
}
.Interview-Wrap > .tansan {
	display: none;
}
/*伝統個別ページ　ここまで*/

/* 風景個別ページ */
.Sce-Photo {
	width: 85%;
	margin: 0px auto 4px;
}
.Sce-Photo:first-child img{
	width: 100%;
	height: auto;
}
.Sce-Photo:nth-child(2){
	width: calc(85% + 4px);
}
.Sce-Photo:nth-child(2) img{
	width: 50%;
	padding: 0 2px;
}
.Sce-SubTitle {
	font-weight: bold;
	display: block;
	margin: 45px auto 30px;
	font-size: 1.5em;
}
.Sce-Description {
	width: 85%;
	margin: 0 auto 30px;
}
/* 風景個別ページ ここまで*/

@media screen and (max-width: 1140px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
		top: 15%;
	}
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage> li {
		font-size: 1.5em;
	}
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: 1em 0 0.5em;
	}
}
@media screen and (max-width: 1100px) {
	.Sce-ListBox{
		width: 550px;
	}
	.Sce-ListBox .List-Content {
		margin: 0 15px 30px;
	}
	.Sce-Description {
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 1070px){
	nav.Sub-Nav--InPage .Sub-Menu--InPage {
		top: 18%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.25em;
	}
	.Sub-Nav--InPage .Sub-Menu--InPage> li a {
		padding: 1em 0 0.5em;
	}
}
@media screen and (max-width: 1095px){
	.Btn03{
		width: 15%;
	}
	.Tra-illustration {
		flex-wrap: wrap;
	}
	.Tra-illustration figure {
		width: calc(50% - 20px);
		margin: 15px auto;
	}
}
@media screen and (max-width: 1000px){
	.TopImg-Copy{
		top: 55%;
		left: 50%;
		-ms-transform: translate(-50%,-55%);
		-webkit-transform: translate(-50%,-55%);
		transform: translate(-50%,-55%);
	}
}
@media screen and (max-width: 980px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
		top: 17%;
	}
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage> li {
		font-size: 1.3em;
	}
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: 1em 0 0.5em;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage {
		top: 20%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.2em;
	}
	.Sub-Nav--InPage .Sub-Menu--InPage> li a {
		padding: .8em 0 0.5em;
	}
}
@media screen and (max-width: 950px){
	#logo {
		margin-left: 15px;
	}
	.Btn03{
		width: 20%;
	}
}
@media screen and (max-width: 935px){
	.Btn02{
		width: 15%;
	}
}
@media screen and (max-width: 920px){
	.Main-Nav--InPage .Main-Menu--InPage li{
		width: 80px;
		font-size: 16px;
	}
	.Main-Nav--InPage .Main-Menu--InPage li:last-child{
		width: 135px;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage {
		top: 21%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.15em;
	}
	.Sub-Nav--InPage .Sub-Menu--InPage> li a {
		padding: .7em 0 0.5em;
	}
}
@media screen and (max-width: 870px){
	.Btn01{
		width: 20%;
	}
	nav.Sub-Nav--InPage {
		background: rgba(0, 0, 0, .8);
		height: 116%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.2em;
	}
	.List-Box.Tra-ListBox {
		margin-top: 45px;
	}
	.PageTitle02.Sce-PT02 {
		margin-bottom: 25px;
	}
	.Sce-Photo {
		width: 100%;
	}
	.Sce-Photo:nth-child(2){
		width: calc(100% + 4px);
	}
}
@media screen and (max-width: 860px){
	.List-Box {
		width: 550px;
		margin-bottom: 30px;
	}
	.List-Content{
		text-align: center;
	}
}
@media screen and (max-width: 850px){
	.TopImg-Copy{
		top: 60%;
		left: 50%;
		-ms-transform: translate(-50%,-60%);
		-webkit-transform: translate(-50%,-60%);
		transform: translate(-50%,-60%);
		width: 140px;
		height: 225px;
		background-size: cover;
	}
	.InPage-Bg02{
		width: 85%;
	}
	.Slide-Tra {
		width: 65vw;
		height: 43.3333vw;
	}
	.temp-box, .Illust-Wrap {
		margin-bottom: 40px;
	}
	.Slide-Cul {
		width: 100%;
		height: 51vw;
		float: none;
		margin-bottom: 20px;
	}
	.temp-img{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.temp-table{
		width: 100%;
		float: none;
	}
	.MapTitle{
		margin: 0px auto 40px;
	}
	.Person-Photo3 {
		float: none;
		margin: 0 0 15px;
	}
}
@media screen and (max-width: 836px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
		top: 20%;
	}
}
@media screen and (max-width: 825px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage> li {
		font-size: 1.1em;
	}
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: 1em 0 0.5em;
	}
	.Main-Nav--InPage{
		display: none;
	}
	/* .News-Box{
		margin: 10px auto;
	} */
}
@media screen and (max-width: 800px) {
	.Person-Photo2 {
		float: none;
		margin: 0 0 15px -10px;
	}
}
@media screen and (max-width:780px){
	nav.Sub-Nav--InPage {
		height: 125%;
	}
}
@media screen and (max-width: 768px){
	.List-Content:hover .Img-Wrap::before{
		-webkit-animation: none;
		animation: none;
	}
	.Description, .MapTitle::before {
		width: 90%;
		margin: 0 auto 40px;
	}
	.MapTitle::before {
		margin-bottom: 40px;
	}
	.temp-map{
		height: 400px;
	}
	.Person-Photo {
		margin: 0px 40px 15px 0px;
	}
	.Tra-Photo {
		width: 95%;
	}
	.Slide-Tra {
		width: 100%;
		height: 51vw;
	}
	.Tra-gallery {
		display: block;
		width: 85%;
		margin: 0 auto 50px;
	}
	.Tra-gallery figure:not(:first-child) {
		margin: 25px 0 0 ;
	}
	.Btn01.Sce-Btn01 {
		width: 8%;
	}
	.Sce-Description {
		width: 90%;
	}
}
@media screen and (max-width: 755px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
		top: 22%;
	}
}
@media screen and (max-width: 750px){
	.Main-Nav--TopPage {
		display: none;
	}
	.Btn02{
		width: 20%;
	}
}
@media screen and (max-width: 740px){
	.TopImg-Copy{
		top: 65%;
		left: 50%;
		-ms-transform: translate(-50%,-65%);
		-webkit-transform: translate(-50%,-65%);
		transform: translate(-50%,-65%);
	}
}
@media screen and (max-width: 720px){
	.Main-Nav--InPage {
		display: none;
	}
	nav.Sub-Nav--InPage {
		height: 135%;
		width: 45%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.15em;
	}
	.Sub-Nav--InPage .Sub-Menu--InPage> li a {
		padding: .6em 0 0.5em;
	}
	.TopImg-Copy {
		width: 120px;
		height: 190px;
	}
	.Btn03{
		width: 25%;
	}
}
@media screen and (max-width: 700px){
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: .8em 0 0.5em;
	}
	.Main-Menu--TopPage> li{
		display: inline-block;
		width: 100px;
		margin:23px 0 24px;
		font-size: 16px;
	}
	.Main-Menu--TopPage> li:last-child{
		width: 150px;
	}
	.Main-Menu--TopPage> li a{
		display: inline-block;
		width: 100%;
		height: 21px;
		line-height: 21px;
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}
	nav.Sub-Nav--InPage {
		height: 145%;
		width: 45%;
	}
	.example div {
		width: 100%;
	}
	.example div:first-child, .example div:nth-child(2),
	.example div:last-child, .example div:nth-child(3) {
		border: none;
		padding: 0 20px 25px;
	}
	.example div:last-child {
		padding-bottom: 0;
	}
	.line {
		margin-bottom: 50px;
	}
	.Food-Photo img {
		width: 65%;
	}
	.Tra-recipe figure {
		width: calc(50% - 20px);
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 660px){
	.Btn01{
		width: 25%;
	}
	.MapTitle{
		margin: 0px auto 30px;
	}
}
@media screen and (max-width: 650px){
	nav.Sub-Nav--TopPage {
		height: 110%;
		background: rgba(0, 0, 0, .8);
	}
}
@media screen and (max-width: 630px){
	.Intro p:last-child{
		line-height: 2em;
	}
	#logo{
		line-height: 60px;
	}
	.Search {
		width: 60px;
		height: 60px;
		right: 60px;
	}
	.Search a::before {
		width: 20px;
		height: 20px;
		margin: 20px;
		background-size: contain;
	}
	.H-Menu {
		width: 60px;
		height: 60px;
		right: 0;
	}
	.H-Menu span {
		left: 20px;
		width: 20px;
		height: 3px;
		display: block;
		border-bottom: solid 3px #fff;
	}
	.H-Menu span:nth-child(1) {
		top: 21px;
	}
	.H-Menu span:nth-child(2) {
		top: 29px;
	}
	.H-Menu span:nth-child(3) {
		top: 37px;
	}
	.H-Menu.active span:nth-child(1) {
		top: 30px;
		left: 19px;
	}
	.H-Menu.active span:nth-child(2),
	.H-Menu.active span:nth-child(3) {
		top: 30px;
	}
}
@media screen and (max-width: 600px){
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.1em;
	}
	.Tra-illustration figure {
		width: 90%;
		margin: 15px auto;
	}
	.Btn01.Tra-Btn01 {
		margin: 7px 5px;
	}
}
@media screen and (max-width: 580px){
	.Btn03{
		width: 30%;
	}
	.tansan-Fig {
		width: 80%;
		margin: 0 auto 20px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tansan-Fig .Person-Photo{
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 570px){
	nav.Sub-Nav--TopPage {
		height: 120%;
	}
	.Intro p:last-child{
		line-height: 1.8em;
		display: inline-block;
		margin: 0 auto;
	}
	.List-Box {
		margin-top: 35px;
	}
	.List-Box, .Content-Box--Cul:first-child{
		width: 275px;
	}
	.Btn02{
		width: 25%;
	}
}
@media screen and (max-width: 550px){
	nav.Sub-Nav--TopPage {
		width: 51%;
	}
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: .65em 0 0.5em;
	}
	nav.Sub-Nav--InPage{
		height: 165%;
	}
	.breadcrumb {
		width: 85%;
	}
	.PageTitle {
		margin-top: 40px
	}
	.InPage-Bg02{
		width: 90%;
	}
	.Slide-Tra {
		height: 54vw;
	}
	.Slide-Cul {
		height: 54vw;
		margin-bottom: 20px;
	}
	.Btn01.Sce-Btn01 {
		width: 10%;
	}
}
@media screen and (max-width: 530px){
	.Btn01 {
		width: 30%;
	}
}
@media screen and (max-width: 515px){
	nav.Sub-Nav--TopPage {
		height: 130%;
	}
	.Sub-Nav--TopPage .Sub-Menu--TopPage> li a {
		padding: .65em 0 0.5em;
	}
	.Intro p:first-child{
		margin-left: 0;
	}
	.Intro p:last-child{
		line-height: 1.6em;
	}
	.PageTitle02 h2{
		font-size: 2.2em;
		height: 50px;
	}
	.Btn03{
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.Person-Photo {
		float: none;
		margin: -10px auto 15px;
	}
}
@media screen and (max-width: 485px){
	nav.Sub-Nav--TopPage .Sub-Menu--TopPage {
		top: 20%;
	}
	.temp-map{
		height: 300px;
	}
	.List-Box.Tra-ListBox {
		margin-top: 25px;
	}
}
@media screen and (max-width: 475px){
	nav.Sub-Nav--TopPage {
		height: 140%;
	}
	nav.Sub-Nav--InPage{
		height: 185%;
	}
	nav.Sub-Nav--InPage .Sub-Menu--InPage> li {
		font-size: 1.05em;
	}
	.Top-Container.Bg-green{
		height: 450px;
	}
	.Intro{
		display:block;
		margin: 47px auto;
		-webkit-writing-mode:lr-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:lr-tb;
	}
	.Intro p:first-child{
		line-height: 1.5em;
		margin-bottom: 20px;
		text-align: center;
	}
	.Intro p:last-child{
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.Top-Container{
		height: 200px;
	}
	.Info-Box {
		margin: 40px 5%;
	}
	.Info-Box2 {
		margin: 0 5%;
	}
	.Info-Box p:nth-child(2) {
		text-align: center;
		font-size: 1em;
	}
	.gei-caption {
		width: 100%;
	}
}

@media screen and (max-width: 465px){
	.Info-Box{
		text-align: left;
	}
	.Copyright {
		text-align: center;
	}
}
@media screen and (max-width: 460px){
	.Btn02{
		width: 30%;
	}
	.MapTitle{
		margin: 0px auto 25px;
	}
	.MapTitle h2{
		font-size: 1.8em;
	}
	.MapTitle::after{
		margin-top: 0;
	}
}
@media screen and (max-width: 450px){
	.TopImg-Copy{
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 80px;
		height: 160px;
		background-size: contain;
	}
	.breadcrumb {
		margin: 5px auto;
	}
	.PageTitle {
		margin: 20px auto;
	}
	.Btn01 {
		display: block;
		width: 45%;
		margin: 10px auto;
	}
	.List-Box{
		margin-top: 0;
	}
	.Info-Box2{
		width: 80%;
	}
	.Info-Box2 {
		margin: 0 auto;
	}
	.Info-Box2 p:first-child {
		text-align: left;
	}
}
@media screen and (max-width: 425px){
	.Tel-pc{
		display: none;
	}
	.Tel-sp{
		display: block;
	}
	.Info-Box{
		width: 85%;
	}
	.Info-Box p:nth-child(2){
		letter-spacing: 0.3em;
		text-align: center;
	}
	.Info-Box p:nth-child(3), 
	.Info-Box p:nth-child(4), 
	.Info-Box p:nth-child(5) {
		width: 88%;
		margin: auto;
	}
	.Food-Photo img {
		width: 85%;
	}
	.Tra-recipe figure {
		width: 70%;
		margin: 0 auto;
	}
	.PageTitle02{
		margin: 40px auto;
	}
	.PageTitle02 h2{
		font-size: 2em;
		height: 45px;
	}
	.Tra-gallery {
		width: 90%;
	}
	.Person-Photo2 {
		margin: 0 0 15px 0;
	}
	.Person-Photo2 figure {
		display: block;
		margin: 0;
	}
	.Person-Photo2 figure:first-child {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 420px){
	nav.Sub-Nav--TopPage {
		height: 170%;
	}
	nav.Sub-Nav--InPage {
		width: 51%;
		height: 200%;
	}
	.Info-Box p:nth-child(2){
		letter-spacing: 0.25em;
	}
}
@media screen and (max-width: 410px){
	#logo{
		font-size: 1.3em;
	}
}
@media screen and (max-width: 405px){
	.Top-Container{
		height: 150px;
	}
	.Info-Box {
		margin: 30px auto;
	}
	.Info-Box p:nth-child(2){
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 400px) {
	.Copyright {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 390px){
	.Btn02{
		width: 35%;
	}
	.PageTitle02 h2{
		font-size: 1.8em;
	}
}
@media screen and (max-width: 375px){
	nav.Sub-Nav--TopPage {
		height: 180%;
	}
	nav.Sub-Nav--InPage {
		height: 230%;
	}
	.TopImg-Copy {
		top: 60%;
		left: 50%;
		-ms-transform: translate(-50%,-60%);
		-webkit-transform: translate(-50%,-60%);
		transform: translate(-50%,-60%);
		width: 70px;
		height: 140px;
	}
	/* .News-Box {
		margin: 7px auto;
	} */
	.Top-Container.Bg-green {
		height: 496px;
	}
	.Intro{
		margin: 30px auto 40px;
		width: 275px;
	}
	.Intro p:first-child{
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
	.Intro p:last-child{
		display: block;
		-webkit-writing-mode:lr-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:lr-tb;
	}
	.PageTitle h2, .PageTitle02 h2 {
		font-size: 1.7em;
	}
	.Btn03{
		width: 47%;
	}
	.temp-map{
		height: 250px;
	}
	.Btn01.Sce-Btn01 {
		width: 13%;
	}
	.Tra-SubTitle, .Sce-SubTitle {
		font-size: 1.2em;
	}
	.Interview-Wrap {
		width: 90%;
	}
}
@media screen and (max-width: 370px) {
	.Tra-Photo {
		margin: -25px auto 0px;
	}
}
@media screen and (max-width: 365px){
	#logo{
		line-height: 51px;
		margin-left: 15px;
	}
	.Search {
		width: 51px;
		height: 51px;
		right: 51px;
	}
	.Search a::before {
		width: 17px;
		height: 17px;
		margin: 17px;
		background-size: contain;
	}
	.H-Menu {
		width: 51px;
		height: 51px;
		right: 0;
	}
	.H-Menu span {
		left: 17px;
		width: 17px;
		height: 3px;
		display: block;
		border-bottom: solid 3px #fff;
	}
	.H-Menu span:nth-child(1) {
		top: 20px;
	}
	.H-Menu span:nth-child(2) {
		top: 26px;
	}
	.H-Menu span:nth-child(3) {
		top: 32px;
	}
	.H-Menu.active span:nth-child(1) {
		top: 25px;
		left: 16px;
	}
	.H-Menu.active span:nth-child(2),
	.H-Menu.active span:nth-child(3) {
		top: 25px;
	}
	.MapTitle h2{
		font-size: 1.55em;
	}
	.MapTitle::after{
		margin-top: 0px;
	}
}
@media screen and (max-width: 350px){
	nav.Sub-Nav--TopPage {
		width: 60%;
		height: 190%;
	}
	.Info-Box p:nth-child(2){
		font-size: 0.92em;
	}
	.Btn01.Tra-Btn01 {
		margin: 5px 3px;
		width: 28%;
	}
}
@media screen and (max-width: 340px){
	.Info-Box {
		width: 90%;
	}
	nav.Sub-Nav--InPage {
		height: 240%;
	}
}
@media screen and (max-width: 335px){
	.Btn02{
		width: 40%;
	}
}