@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
	object-fit: cover;
	object-position:100% 0;
}

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

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

#access1 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	height:auto;
	text-align:center;
}

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

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

#access1 h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access1 h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}

#access1 p{
	clear:left;
	margin-top:50px;
	border:#CCC 1px solid;
}

#access1 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	font-family:serif;
	font-size:17px;
	font-weight:normal;
	color:#333;
	text-align:left;
	letter-spacing:1px;
	line-height:2.5em;
}

/*------------------------------------------------------------
	楽気ハウス 甲斐路
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
	width:100%;
	height:auto;
}

#access2 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
}

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

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

#access2 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access2 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

#access2 .pic1{
	float:none;
	width:100%;
	height:300px;
}

#access2 .pic1 img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
}

#access2 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	width:100%;
	font-family:serif;
	font-size:17px;
	text-align:left;
	color:#333;
	letter-spacing:1px;
	line-height:2.5em;
}

#access2 #content1{
	float:none;
	margin-top:30px;
	width:100%;
	height:auto;
	text-align:center;
}

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

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

#access2 #table #tb1{
	float:none;
	padding-top:25px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#access2 #table #tb2{
	float:none;
	padding:25px 20px;
	width:95%;
	text-align:left;
}

#access2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}
#access2 a{
	clear:left;
	margin:0 auto;
	padding:5px 10px;
	display:block;
	width:80%;
	color:#FFF;
	font-family:serif;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	background:#501d19;
	-webkit-transition:1s;
	transition:1s;
}

#access2 a:hover{
	color:#FFF;
	background:rgba(0,0,0,0.5);
	-webkit-transition:1s;
	transition:1s;
}

/*------------------------------------------------------------
	電車でお越しの場合
------------------------------------------------------------*/
#access3{
	clear:left;
	display:none;
	margin:0 auto;
	margin-top:150px;
	margin-bottom:200px;
	width:100%;
	height:auto;
}

#access3 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	text-align:center;
}

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

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

#access3 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access3 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

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

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

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

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

#access3 #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:#663333;
	line-height:50px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access3 #table1 #tb2 a:hover{
	background:#330000;
}

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

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

#access3 table th{

}

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

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

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

#access3 .bg3{
	color:#FFF;
	background:#666;
	border:#333 1px solid;
}

#access3 .line{
	width:auto;
	height:5px;
	background:#CCC;
}

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

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

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

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

#access3_sp h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access3_sp h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}


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

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

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

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

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

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

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

#access3_sp #table1 #tb1{
	float:none;
	padding-top:35px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#access3_sp #table1 #tb2{
	float:none;
	padding:25px 20px;
	width:90%;
	text-align:left;
}

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

#access3_sp #table1 #tb2 a:hover{
	background:#330000;
}




@media(min-width:768px) and ( max-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
	object-fit: cover;
	object-position:100% 0;
}

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

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

#access1 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	height:auto;
	text-align:center;
}

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

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

#access1 h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access1 h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}

#access1 p{
	clear:left;
	margin-top:50px;
	border:#CCC 1px solid;
}

#access1 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	font-family:serif;
	font-size:17px;
	font-weight:normal;
	color:#333;
	text-align:left;
	letter-spacing:1px;
	line-height:2.5em;
}

/*------------------------------------------------------------
	楽気ハウス 甲斐路
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
	width:100%;
	height:auto;
}

#access2 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
}

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

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

#access2 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access2 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

#access2 .pic1{
	float:none;
	width:100%;
	height:300px;
}

#access2 .pic1 img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
}

#access2 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	width:100%;
	font-family:serif;
	font-size:17px;
	text-align:left;
	color:#333;
	letter-spacing:1px;
	line-height:2.5em;
}

#access2 #content1{
	float:none;
	margin-top:30px;
	width:100%;
	height:auto;
	text-align:center;
}

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

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

#access2 #table #tb1{
	float:none;
	padding-top:25px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#access2 #table #tb2{
	float:none;
	padding:25px 20px;
	width:95%;
	text-align:left;
}

#access2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}
#access2 a{
	clear:left;
	margin:0 auto;
	padding:5px 10px;
	display:block;
	width:80%;
	color:#FFF;
	font-family:serif;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	background:#501d19;
	-webkit-transition:1s;
	transition:1s;
}

#access2 a:hover{
	color:#FFF;
	background:rgba(0,0,0,0.5);
	-webkit-transition:1s;
	transition:1s;
}

/*------------------------------------------------------------
	電車でお越しの場合
------------------------------------------------------------*/
#access3{
	clear:left;
	display:none;
	margin:0 auto;
	margin-top:150px;
	margin-bottom:200px;
	width:100%;
	height:auto;
}

#access3 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	text-align:center;
}

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

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

#access3 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access3 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

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

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

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

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

#access3 #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:#663333;
	line-height:50px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access3 #table1 #tb2 a:hover{
	background:#330000;
}

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

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

#access3 table th{

}

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

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

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

#access3 .bg3{
	color:#FFF;
	background:#666;
	border:#333 1px solid;
}

#access3 .line{
	width:auto;
	height:5px;
	background:#CCC;
}

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

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

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

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

#access3_sp h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access3_sp h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}


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

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

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

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

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

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

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

#access3_sp #table1 #tb1{
	float:none;
	padding-top:35px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

#access3_sp #table1 #tb2{
	float:none;
	padding:25px 20px;
	width:90%;
	text-align:left;
}

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

#access3_sp #table1 #tb2 a:hover{
	background:#330000;
}
}



@media(min-width:1200px){
/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
	object-fit: cover;
	object-position:50% 50%;
}

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

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

#access1 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	height:auto;
	text-align:center;
}

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

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

#access1 h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access1 h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}

#access1 p{
	clear:left;
	margin-top:50px;
	border:#CCC 1px solid;
}

#access1 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	font-family:serif;
	font-size:18px;
	color:#333;
	text-align:center;
	letter-spacing:3px;
	line-height:2.5em;
}

/*------------------------------------------------------------
	楽気ハウス 甲斐路
------------------------------------------------------------*/
#access2{
	clear:left;
	margin:0 auto;
	margin-top:200px;
	margin-bottom:0;
	width:100%;
	height:750px;
}

#access2 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:93%;
}

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

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

#access2 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access2 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

#access2 .pic1{
	float:left;
	width:43%;
	height:600px;
}

#access2 .pic1 img{
	clear:left;
	width:100%;
	height:600px;
	object-fit:cover;
}

#access2 ul{
	clear:left;
	margin:0 auto;
	margin-top:30px;
	width:90%;
	font-family:serif;
	font-size:18px;
	text-align:left;
	color:#333;
	letter-spacing:1px;
	line-height:2.5em;
}

#access2 #content1{
	float:right;
	margin-top:30px;
	width:53%;
	height:auto;
	text-align:center;
}

#access2 #table{
	clear:left;
	margin:0 auto;
	margin-top:50px;
	width:90%;
	height:auto;
	font-family:serif;
	font-size:16px;
	line-height:2em;
	letter-spacing:2px;
	color:#333;
	border-top:#CCC 1px solid;
}

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

#access2 #table #tb1{
	float:left;
	padding-top:25px;
	width:15%;
	font-size:16px;
	font-weight:bold;
	padding-left:5%;
	text-align:left;
}

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

#access2 #table #tb2 span{
	color:#C00;
	font-weight:bold;
	letter-spacing:1px;
}
#access2 a{
	clear:left;
	margin:0 auto;
	padding:5px 10px;
	display:block;
	width:80%;
	color:#FFF;
	font-family:serif;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	background:#501d19;
	-webkit-transition:1s;
	transition:1s;
}

#access2 a:hover{
	color:#FFF;
	background:rgba(0,0,0,0.5);
	-webkit-transition:1s;
	transition:1s;
}

/*------------------------------------------------------------
	電車でお越しの場合
------------------------------------------------------------*/
#access3{
	clear:left;
	display:block;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:200px;
	width:100%;
	height:auto;
}

#access3 section{
	clear:left;
	margin:0 auto;
	margin-top:0;
	width:90%;
	text-align:center;
}

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

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

#access3 h1:before{
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	top:0;
	left: 0;
}

#access3 h1:after{
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	bottom:0;
	right: 0;
}

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

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

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

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

#access3 #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:#663333;
	line-height:50px;
	letter-spacing:0;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#access3 #table1 #tb2 a:hover{
	background:#330000;
}

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

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

#access3 table th{

}

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

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

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

#access3 .bg3{
	color:#FFF;
	background:#666;
	border:#333 1px solid;
}

#access3 .line{
	width:auto;
	height:5px;
	background:#CCC;
}

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

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

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

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

#access3_sp h1:before{
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	top:0;
	left: 0;
}

#access3_sp h1:after{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	bottom:0;
	right: 0;
}


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

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

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

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

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