@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:80% 0;
}

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

#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;
}

/*------------------------------------------------------------
	Google map
------------------------------------------------------------*/
#access1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:100%;
	height:700px;
}

#access1 p{
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	height:700px;
	border-bottom:#CCC 1px solid;
}

/*------------------------------------------------------------
	案内
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	padding-top:200px;
	display:none;
	width:100%;
	height:auto;
	text-align:center;
}

#access2 section{
	clear:left;
	margin:0 auto;
	width:80%;
	height:auto;
	letter-spacing:3px;
}

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

/*------------------------------------------------------------
	案内 table
------------------------------------------------------------*/
#access2 table{
	clear:left;
	width:100%;
	font-family:serif;
	font-size:15px;
	line-height:1.5em;
	border-collapse: collapse;
}

#access2 table td{
	text-align:center;
}

#access2 table th{

}

#access2 table th span{
	margin-left:5px;
	color:#C00;
}

#access2 .bg1{
	padding:20px 0;
	color:#FFF;
	background:#333;
	border:#000 1px solid;
}

#access2 .bg2{
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2 .bg3{
	color:#FFF;
	background:#cc6666;
	border:#a55d5d 1px solid;
}

#access2 .line{
	background:#CCC;
}

/*------------------------------------------------------------
	案内 スマホ用
------------------------------------------------------------*/
#access2_sp{
	clear:left;
	display:block;
	margin:0 auto;
	padding-top:50px;
	width:90%;
	height:auto;
	text-align:center;
	font-family:serif;
	font-size:17px;
	letter-spacing:1px;
}

#access2_sp section{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
	letter-spacing:3px;
}

#access2_sp h1{
	clear:left;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}

#access2_sp ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	width:100%;
	font-family:serif;
	font-size:16px;
	color:#333;
	text-align:left;
	letter-spacing:0;
	line-height:2.8em;
}

#access2_sp li span{
	clear:left;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#access2_sp #content{
	clear:left;
	width:100%;
	height:auto;
}

#access2_sp #box1{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#333;
	border:#000 1px solid;
}

#access2_sp #box2{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#333;
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2_sp #box3{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#b88981;
	border:#976d66 1px solid;
}

#access2_sp #line{
	clear:left;
	display:block;
	margin:0 auto;
	width:5px;
	height:50px;
	background:#CCC;
}

#access2_sp #text{
	clear:left;
	padding:20px 0;
	width:100%;
	text-align:center;
	color:#333;
}

#access2_sp #table{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:2px;
	border-top:#CCC 1px solid;
}

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

#access2_sp #table #tb1{
	float:none;
	padding-top:35px;
	width:100%;
	font-size:16px;
	font-weight:normal;
	padding-left:0;
	text-align:center;
}

#access2_sp #table #tb2{
	float:none;
	padding:25px 0;
	width:100%;
	text-align:left;
}

#access2_sp #table #tb2 a{
	float:none;
    display:block;
    overflow:hidden;
	margin:0 auto;
	margin-right:0;
	margin-bottom:30px;
	padding:0;
	width:100%;
	height:60px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	background:#616cbf;
	line-height:60px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access2_sp #table #tb2 a:hover{
	background:#464f93;
}








@media(min-width:768px) and ( max-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:#471418;
}

#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;
}

/*------------------------------------------------------------
	Google map
------------------------------------------------------------*/
#access1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:100%;
	height:700px;
}

#access1 p{
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	height:700px;
	border-bottom:#CCC 1px solid;
}

/*------------------------------------------------------------
	案内
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	padding-top:200px;
	display:none;
	width:100%;
	height:auto;
	text-align:center;
}

#access2 section{
	clear:left;
	margin:0 auto;
	width:80%;
	height:auto;
	letter-spacing:3px;
}

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

/*------------------------------------------------------------
	案内 table
------------------------------------------------------------*/
#access2 table{
	clear:left;
	width:100%;
	font-family:serif;
	font-size:15px;
	line-height:1.5em;
	border-collapse: collapse;
}

#access2 table td{
	text-align:center;
}

#access2 table th{

}

#access2 table th span{
	margin-left:5px;
	color:#C00;
}

#access2 .bg1{
	padding:20px 0;
	color:#FFF;
	background:#333;
	border:#000 1px solid;
}

#access2 .bg2{
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2 .bg3{
	color:#FFF;
	background:#cc6666;
	border:#a55d5d 1px solid;
}

#access2 .line{
	background:#CCC;
}

/*------------------------------------------------------------
	案内 スマホ用
------------------------------------------------------------*/
#access2_sp{
	clear:left;
	display:block;
	margin:0 auto;
	padding-top:50px;
	width:90%;
	height:auto;
	text-align:center;
	font-family:serif;
	font-size:17px;
	letter-spacing:1px;
}

#access2_sp section{
	clear:left;
	margin:0 auto;
	width:100%;
	height:auto;
	letter-spacing:3px;
}

#access2_sp h1{
	clear:left;
	font-family:serif;
	font-size:25px;
	text-align:center;
	color:#333;
	letter-spacing:0;
	
	position: relative;
	line-height: 1.4em;
	padding:0.25em 1em;
	display: inline-block;
}

#access2_sp h1:before, h1:after{ 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

#access2_sp h1:before{
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	top:0;
	left: 0;
}

#access2_sp h1:after{
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	bottom:0;
	right: 0;
}

#access2_sp h1 span{
	font-size:30px;
	letter-spacing:2px;
}	

#access2_sp ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	width:100%;
	font-family:serif;
	font-size:16px;
	color:#333;
	text-align:left;
	letter-spacing:0;
	line-height:2.8em;
}

#access2_sp li span{
	clear:left;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#access2_sp #box1{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#333;
	border:#000 1px solid;
}

#access2_sp #box2{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#333;
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2_sp #box3{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#b88981;
	border:#976d66 1px solid;
}

#access2_sp #line{
	clear:left;
	display:block;
	margin:0 auto;
	width:5px;
	height:50px;
	background:#CCC;
}

#access2_sp #text{
	clear:left;
	padding:20px 0;
	width:100%;
	text-align:center;
	color:#333;
}

#access2_sp #table{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	padding-bottom:100px;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:2px;
	border-top:#CCC 1px solid;
}

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

#access2_sp #table #tb1{
	float:none;
	padding-top:35px;
	width:100%;
	font-size:16px;
	font-weight:normal;
	padding-left:0;
	text-align:center;
}

#access2_sp #table #tb2{
	float:none;
	padding:25px 0;
	width:100%;
	text-align:left;
}

#access2_sp #table #tb2 a{
	float:none;
    display:block;
    overflow:hidden;
	margin:0 auto;
	margin-right:0;
	margin-bottom:30px;
	padding:0;
	width:100%;
	height:60px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	background:#616cbf;
	line-height:60px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access2_sp #table #tb2 a:hover{
	background:#464f93;
}
}









@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;
	filter: brightness(80%);
}

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

#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;
}

/*------------------------------------------------------------
	Google map
------------------------------------------------------------*/
#access1{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:100%;
	height:700px;
}

#access1 p{
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	height:700px;
	border-bottom:#CCC 1px solid;
}

/*------------------------------------------------------------
	案内
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	padding-top:200px;
	display:block;
	width:100%;
	height:auto;
	text-align:center;
}

#access2 section{
	clear:left;
	margin:0 auto;
	width:80%;
	height:auto;
	letter-spacing:3px;
}

#access2 h1{
	clear:left;
	margin:0;
	margin-top:30px;
	margin-bottom:30px;
	padding:0;
	color:#333;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
}

#access2 ul{
	clear:left;
	margin:0;
	margin-bottom:80px;
	padding:0;
	text-align:center;
	font-size:18px;
	line-height:2.8em;
	letter-spacing:1px;
}

#access2 li span{
	clear:left;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#access2 #table1{
	clear:left;
	margin:0 auto;
	margin-top:100px;
	padding-bottom:50px;
	width:65%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:2px;
	border-top:#CCC 1px solid;
}

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

#access2 #table1 #tb1{
	float:left;
	padding-top:35px;
	width:17%;
	font-size:16px;
	font-weight:normal;
	padding-left:5%;
	text-align:left;
}

#access2 #table1 #tb2{
	float:left;
	padding:25px 20px;
	width:73%;
	text-align:left;
}

#access2 #table1 #tb2 a{
	float:left;
    display:block;
    overflow:hidden;
	margin:0;
	margin-right:30px;
	margin-bottom:0;
	padding:0;
	width:45%;
	height:50px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	background:#616cbf;
	line-height:50px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access2 #table1 #tb2 a:hover{
	background:#464f93;
}

#access2 #table2{
	clear:left;
	margin:0 auto;
	margin-top:100px;
	padding-bottom:100px;
	width:80%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:2px;
	border-top:#CCC 1px solid;
}

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

#access2 #table2 #tb1{
	float:left;
	padding-top:35px;
	width:17%;
	font-size:16px;
	font-weight:normal;
	padding-left:5%;
	text-align:left;
}

#access2 #table2 #tb2{
	float:left;
	padding:25px 20px;
	width:73%;
	text-align:left;
}

#access2 #table2 #tb2 a{
	float:left;
    display:block;
    overflow:hidden;
	margin:0;
	margin-right:30px;
	margin-bottom:0;
	padding:0;
	width:28%;
	height:50px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	background:#616cbf;
	line-height:50px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access2 #table2 #tb2 a:hover{
	background:#464f93;
}

/*------------------------------------------------------------
	案内 table
------------------------------------------------------------*/
#access2 table{
	clear:left;
	margin:0 auto;
	margin-top:100px;
	width:100%;
	font-family:serif;
	font-size:15px;
	line-height:2em;
	border-collapse: collapse;
}

#access2 table td{
	text-align:center;
}

#access2 table th{

}

#access2 table th span{
	margin-left:5px;
	color:#C00;
}

#access2 .bg1{
	padding:23px 0;
	color:#FFF;
	background:#666;
	border:#333 1px solid;
}

#access2 .bg2{
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2 .bg3{
	color:#FFF;
	background:#b88981;
	border:#976d66 1px solid;
}

#access2 .line{
	background:#CCC;
}

/*------------------------------------------------------------
	案内 スマホ用
------------------------------------------------------------*/
#access2_sp{
	clear:left;
	display:none;
	padding-top:100px;
	width:100%;
	height:auto;
	font-family:serif;
	font-size:17px;
	letter-spacing:1px;
}

#access2_sp section{
	clear:left;
	margin:0 auto;
	width:80%;
	height:auto;
	letter-spacing:3px;
}

#access2_sp h1{
	clear:left;
	margin-bottom:50px;
	text-align:center;
	font-family:serif;
	font-size:22px;
	letter-spacing:1px;
}

#access2_sp #box1{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#666;
	border:#333 1px solid;
}

#access2_sp #box2{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#333;
	background:#EEEEEE;
	border:#CCC 1px solid;
}

#access2_sp #box3{
	clear:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	background:#b88981;
	border:#976d66 1px solid;
}

#access2_sp #line{
	clear:left;
	display:block;
	margin:0 auto;
	width:5px;
	height:50px;
	background:#CCC;
}

#access2_sp #text{
	clear:left;
	padding:20px 0;
	width:100%;
	text-align:center;
	color:#333;
}

}