@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:100% 0;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#4c1922;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:30px 0 0 0;
	color:#FFF;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 30px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
#tourist_attractions_menu{
	clear:left;
	display: flex;
	margin-top:50px;
	margin-bottom:100px;
	width:100%;
	justify-content: center;
	position:relative;
	border-top:#CCC 1px solid;
	
	overflow:hidden;
}

#tourist_attractions_menu ul{
	clear:left;
	justify-content: center;
	align-items: center;
}

#tourist_attractions_menu li{
	float:left;
	margin:0;
	padding:0;
	margin-left:0;
	width:50%;
	display:block;
	border:none;
	border-collapse:collapse;
}

#tourist_attractions_menu li a{
	clear:left;
    position: relative;
    display:block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:500px;
    padding: 25px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight:600;
	font-family:serif;
	font-size:15px;
	text-decoration: none;
	letter-spacing:1px;
}

#tourist_attractions_menu li a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}

#tourist_attractions_menu li a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#tourist_attractions_menu li a:hover {
    opacity: 0.7;
}

#tourist_attractions_menu li a:hover:after {
    transform: scale(1, 1);
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
#p1{
	clear:left;
	width:100%;
}

#p2{
	clear:left;
	width:100%;
}

#p3{
	clear:left;
	width:100%;
}

#p4{
	clear:left;
	width:100%;
}

#p5{
	clear:left;
	width:100%;
}

#p6{
	clear:left;
	width:100%;
}

#p7{
	clear:left;
	padding-bottom:100px;
	width:100%;
}

/*------------------------------------------------------------
	紹介
------------------------------------------------------------*/
#tourist_attractions1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	padding:0;
	padding-bottom:80px;
	width:100%;
	height:auto;
	overflow:hidden;
}

#tourist_attractions1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	display:block;
	width:100%;
	height:auto;
	text-align:center;
	background:linear-gradient(180deg, rgba(246, 243, 237, 1), rgba(255, 255, 255, 1));
}

#tourist_attractions1 h1{
	clear:left;
	margin:0;
	margin-top:50px;
	margin-bottom:50px;
	padding:0 5%;
	padding-top:50px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#tourist_attractions1 h1 span{
	float:none;
	display:block;
	color:#333;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}

#tourist_attractions1 #main{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#tourist_attractions1 #img{
	float:none;
	margin:0 auto;
	width:60%;
	height:auto;
}

#tourist_attractions1 #img img{
	clear:left;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:auto;
	object-fit: cover;
}

#tourist_attractions1 #content{
	float:none;
	width:100%;
	height:auto;
}

#tourist_attractions1 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	border-top:#CCC 1px solid;
}

#tourist_attractions1 #table #box{
	clear:left;
	width:100%;
	display:inline-table;
	border-bottom:#CCC 1px solid;
}

#tourist_attractions1 #table #tb1{
	float:none;
	margin:0;
	padding:25px 5% 0 0;
	width:100%;
	height:auto;
	line-height:none;
	font-size:16px;
	font-weight:normal;
	text-align:left
}

#tourist_attractions1 #table #tb2{
	float:none;
	margin:0;
	padding:10px 0 25px 0;
	width:100%;
	height:auto;
	line-height:none;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}



@media(min-width:768px) and ( max-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:100% 0;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#4c1922;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:30px 0 0 0;
	color:#FFF;
	font-size:25px;
	font-weight:normal;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 30px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
#tourist_attractions_menu{
	clear:left;
	display: flex;
	margin-top:50px;
	margin-bottom:100px;
	width:100%;
	justify-content: center;
	position:relative;
	border-top:#CCC 1px solid;
	
	overflow:hidden;
}

#tourist_attractions_menu ul{
	clear:left;
	justify-content: center;
	align-items: center;
}

#tourist_attractions_menu li{
	float:left;
	margin:0;
	padding:0;
	margin-left:0;
	width:50%;
	display:block;
	border:none;
	border-collapse:collapse;
}

#tourist_attractions_menu li a{
	clear:left;
    position: relative;
    display:block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:500px;
    padding: 25px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight:600;
	font-family:serif;
	font-size:15px;
	text-decoration: none;
	letter-spacing:1px;
}

#tourist_attractions_menu li a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}

#tourist_attractions_menu li a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#tourist_attractions_menu li a:hover {
    opacity: 0.7;
}

#tourist_attractions_menu li a:hover:after {
    transform: scale(1, 1);
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
#p1{
	clear:left;
	width:100%;
}

#p2{
	clear:left;
	width:100%;
}

#p3{
	clear:left;
	width:100%;
}

#p4{
	clear:left;
	width:100%;
}

#p5{
	clear:left;
	width:100%;
}

#p6{
	clear:left;
	width:100%;
}

#p7{
	clear:left;
	padding-bottom:100px;
	width:100%;
}

/*------------------------------------------------------------
	紹介
------------------------------------------------------------*/
#tourist_attractions1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	padding:0;
	padding-bottom:80px;
	width:100%;
	height:auto;
	overflow:hidden;
}

#tourist_attractions1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	display:block;
	width:100%;
	height:auto;
	text-align:center;
	background:linear-gradient(180deg, rgba(246, 243, 237, 1), rgba(255, 255, 255, 1));
}

#tourist_attractions1 h1{
	clear:left;
	margin:0;
	margin-top:50px;
	margin-bottom:50px;
	padding:0 5%;
	padding-top:50px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#tourist_attractions1 h1 span{
	float:none;
	display:block;
	color:#333;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}

#tourist_attractions1 #main{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#tourist_attractions1 #img{
	float:none;
	margin:0 auto;
	width:60%;
	height:auto;
}

#tourist_attractions1 #img img{
	clear:left;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:auto;
	object-fit: cover;
}

#tourist_attractions1 #content{
	float:none;
	width:100%;
	height:auto;
}

#tourist_attractions1 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	border-top:#CCC 1px solid;
}

#tourist_attractions1 #table #box{
	clear:left;
	width:100%;
	display:inline-table;
	border-bottom:#CCC 1px solid;
}

#tourist_attractions1 #table #tb1{
	float:none;
	margin:0;
	padding:25px 5% 0 0;
	width:100%;
	height:auto;
	line-height:none;
	font-size:16px;
	font-weight:normal;
	text-align:left
}

#tourist_attractions1 #table #tb2{
	float:none;
	margin:0;
	padding:10px 0 25px 0;
	width:100%;
	height:auto;
	line-height:none;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
}






@media(min-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	width:100%;
	height:500px;
	object-fit:cover;
	object-position:0;
}

#top_title{
	clear:left;
	width:100%;
	height:auto;
	text-align:center;
	background:#4c1922;
}

#top_title h1{
	clear:left;
	margin:0;
	padding:40px 0 0 0;
	color:#FFF;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#top_title p{
	clear:left;
	padding:0 0 40px 0;
	color:#CC9;
	font-size:13px;
	letter-spacing:2px;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
#tourist_attractions_menu{
	clear:left;
	display: flex;
	margin-top:150px;
	margin-bottom:50px;
	width:100%;
	justify-content: center;
	position:relative;
	border-top:#CCC 1px solid;
}

#tourist_attractions_menu ul{
	clear:left;
	justify-content: center;
	align-items: center;
}

#tourist_attractions_menu li{
	float:left;
	margin:0;
	padding:10px 30px 0 30px;
	margin-left:-1px;
	width:auto;
	display:block;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-collapse:collapse;
}

#tourist_attractions_menu li a{
	clear:left;
    position: relative;
    display:block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:500px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight:600;
	font-family:serif;
	font-size:15px;
	text-decoration: none;
	letter-spacing:1px;
}

#tourist_attractions_menu li a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}

#tourist_attractions_menu li a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#tourist_attractions_menu li a:hover {
    opacity: 0.7;
}

#tourist_attractions_menu li a:hover:after {
    transform: scale(1, 1);
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
#p1{
	clear:left;
	width:100%;
}

#p2{
	clear:left;
	width:100%;
}

#p3{
	clear:left;
	width:100%;
}

#p4{
	clear:left;
	width:100%;
}

#p5{
	clear:left;
	width:100%;
}

#p6{
	clear:left;
	width:100%;
}

#p7{
	clear:left;
	padding-bottom:100px;
	width:100%;
}

/*------------------------------------------------------------
	紹介
------------------------------------------------------------*/
#tourist_attractions1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	padding:0;
	padding-bottom:100px;
	width:100%;
	height:900px;
	overflow:hidden;
}

#tourist_attractions1 section{
	clear:left;
	margin:0 auto;
	padding:0;
	display:block;
	width:90%;
	height:auto;
	text-align:center;
	background:linear-gradient(180deg, rgba(246, 243, 237, 1), rgba(255, 255, 255, 1));
}

#tourist_attractions1 h1{
	clear:left;
	margin:0;
	margin-top:100px;
	margin-bottom:80px;
	padding:0;
	padding-top:100px;
	color:#333;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
}

#tourist_attractions1 h1 span{
	float:none;
	display:block;
	color:#333;
	font-size:25px;
	font-weight:bold;
	letter-spacing:3px;
}

#tourist_attractions1 #main{
	clear:left;
	margin:0 auto;
	width:80%;
	height:auto;
}

#tourist_attractions1 #img{
	float:left;
	margin:0;
	width:30%;
	height:auto;
}

#tourist_attractions1 #img img{
	clear:left;
	margin-top:10px;
	margin-bottom:0;
	width:100%;
	height:auto;
	object-fit: cover;
}

#tourist_attractions1 #content{
	float:right;
	width:65%;
	height:auto;
}

#tourist_attractions1 #table{
	clear:left;
	margin:0 auto;
	width:100%;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	border-top:#CCC 1px solid;
}

#tourist_attractions1 #table #box{
	clear:left;
	display:inline-table;
	width:100%;
	border-bottom:#CCC 1px solid;
}

#tourist_attractions1 #table #tb1{
	float:left;
	margin:0;
	padding:0;
	width:40%;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}

#tourist_attractions1 #table #tb2{
	float:left;
	margin:0;
	padding:0;
	width:60%;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
}
