/*===============　幅768px以下の場合に適用　===============*/
@media screen and (max-width:767px) {

	  .page_img {
    background: url("../img/access_img.jpg");
    background-position: center;
    background-size: cover;
		  height: 220px;
  }
	
.access{
	width: 100%;
	height: auto;
	margin:auto;
}
	
	.ac_0{
		margin: 80px auto;
		text-align: center;
	}
	
	.ac_0_ttl{
		text-align: center;
		color: #704748;
		font-size: 160%;
		font-weight: bold;
		
	}
	
	.ac_1{
		display: inline-block;
		width: 95%;
		text-align: center;
		margin: 40px auto;
	}
	
	.ac_1 img{
		display: inline-block;
	}
	
	.ac_1 span{
		margin: 0 auto;
		text-align: center;
		display: block;
		border-bottom: solid 1px #7B7878;
		padding: 10px 0;
		font-family: 'Dancing Script', cursive;
		font-size: 140%;
		color: #704748;
	}
	
	.ac_1 p{
		text-align: center;
		margin-top: 20px;
	}

.ac_train, .ac_car{
	margin:40px 0;
}

	.parking{
		margin: 50px auto;
	}
	
.parking3{
	width: 95%;
	margin:0 auto;
}

.parking3 p{
	text-align:left;
}
    
.parking4{
	width: 95%;
	margin:0 auto;
}

.parking4 p{
	text-align:center;
    color: #746f5c;
}
    
 .parking4 a {
    font-size: 13px;
    color: #2E1D05;
    width: 100%;
    text-decoration: none;
    text-align: center;
  }
 .parking4 a:hover {
    color: #C60;
  }

.parkinginfo{
	width: 90%;
	height: auto;
	border-top: 1px solid #746f5c;
	border-collapse: collapse;
	color: #746f5c;
	font-size: 16px;
	margin:20px auto;
}

.parkinginfo tr{
	border-bottom: 1px solid #746f5c;
}

.parkinginfo th{
	text-align:center;
	padding: 15px;
	border-right: 1px solid #746f5c;
	letter-spacing: 3px;
}

.parkinginfo td{
	padding: 15px;
}

.map_dl{
	clear:both;
	margin: 20px auto 100px;
	border: 1px solid #746f5c;
	color: #b0957d;
	text-align: center;
	box-sizing:border-box;
	padding: 10px;
	width:95%;
}

.map_dl em{
	font-size: 16px;
	color: #746f5c;
	margin-right: 20px;
}

.map_dl ul{
	text-align: center;
	margin-top: 10px;
}

.map_dl ul li{
	width: 190px;
    display: inline-block;
    background: #746f5c;
    color: #fff;
    margin: 0 10px 10px 0;
    height: 30px;
    border-radius: 20px;
}

.map_dl ul li a{
	color: #fff;
	display: inline-block;
	text-decoration:none;
	padding-top:5px;
}

.pticket{
	background: #f2ece7;
	padding: 10px;
	box-sizing: border-box;
	color: #746f5c;
	position: relative;
}

.pticket em{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.access_map {
	width: 90%;
	height: 500px;
	min-height: 50px;
	margin:auto;
	text-align:center;
	overflow: hidden;
	margin-bottom:30px;
	clear: both;
}

.access_map iframe {
	width:100%;
	height: 500px;
}



.access h4{
	text-align: center;
	margin-bottom:10px;
}

.cube{
	width: 100%;
	height: auto;
	background: #ddf4f5;
	padding: 15px 0;
	margin-bottom:20px;
}

span.cube_ttl{
	color: #93c8cb;
	display: block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
}
span.cube_ttl em{
	color: #93c8cb;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-style:normal;
}

span.cube_ttl2{
	color: #000;
	display: block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}

.cube_img, .cube_txt img{
	width: 90%;
	height: auto;
	margin:auto;
	overflow: hidden;
	padding:10px 0;
}

.cube_txt{
	padding-bottom:20px;
}
	
.navimap a{
	display: table;
	background: #800000;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	margin: 15px auto 10px;
	border-radius: 20px;
}
.navimap a:hover{
	text-decoration: none;
	background: #F8E7C9;
	color: #563E1F;
	border-radius: 20px;
}

}




/*===============　幅769px以上の場合に適用　===============*/
@media screen and (min-width:768px) {
	
			.page_img {
    background: url("../img/access_img.jpg");
    background-position: center;
    background-size: cover;
	height: 500px;
  }
	
.access{
	width: 100%;
	height: auto;
}

.access h1, .access h2{
	padding: 0;
}

.access2{
	width: 100%;
	height: auto;
	background: #f7f4f0;
	padding:20px 0;
}

.access2 h3 {
	font-size: 20px;
	text-align: left;
	color: #534741;
	margin: 0;
	padding: 25px 0 0 120px;
}

.br-sp { display:none; }

	
	.ac_0{
		margin: 80px auto;
		text-align: center;
		width: 60%;
	}
	
	.ac_0_ttl{
		text-align: center;
		color: #704748;
		font-size: 160%;
		font-weight: bold;
		
	}
	
	.ac_1{
		display: inline-block;
		width: 400px;
		text-align: center;
		margin: 40px 20px;
		vertical-align: top;
	}
	
	.ac_1 img{
		display: inline-block;
	}
	
	.ac_1 span{
		margin: 0 auto;
		text-align: center;
		display: block;
		border-bottom: solid 1px #7B7878;
		padding: 10px 0;
		font-family: 'Dancing Script', cursive;
		font-size: 140%;
		color: #704748;
	}
	
	.ac_1 p{
		text-align: center;
		margin-top: 20px;
	}
	
.ac_train{
	width: 1130px;
	height: 550px;
	background: url("../img/ac_train.png") no-repeat top center;
	margin: 10px auto;
	padding-top: 50px;
	position: relative;
}
	
	.ac_train img{
		position: absolute;
		top: 560px;
	}
	
	.ac_train h3{
		margin-top: -70px;
	}

.ac_car{
	width: 1130px;
	height: 360px;
	background: url("../img/ac_car.png") no-repeat top center;
	margin: 130px auto 50px auto;
}

.parking {
	width: 1000px;
	height: auto;
	margin: 30px auto;
}

.parking h3 {
	color: #534741;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 35px;
}
.parking h3:before {
	content: url("../img/pmark.png");
	margin-right: 15px;
	position: relative;
    top: 8px;
}

.parking2{
	width: 320px;
	height: auto;
	float:left;
}

.parking2 a{
	display: block;
}

.parking3{
	margin: 0 auto;
	width: 660px;
}

.parking4{
	margin: 0 auto;
	width: 660px;
}
.parking4 p{
	text-align:center;
    color: #746f5c;
}
    
 .parking4 a {
    font-size: 14px;
    color: #2E1D05;
    width: 100%;
    text-decoration: none;
    text-align: center;
  }
 .parking4 a:hover {
    color: #C60;
  }

.parkinginfo{
	width: 100%;
	height: auto;
	border-top: 1px solid #746f5c;
	border-collapse: collapse;
	color: #746f5c;
	font-size: 16px;
}

.parkinginfo tr{
	border-bottom: 1px solid #746f5c;
}

.parkinginfo th{
	text-align:center;
	padding: 15px;
	border-right: 1px solid #746f5c;
	letter-spacing: 3px;
}

.parkinginfo td{
	padding: 15px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.parking3 p{
	color: #746f5c;
	padding:10px 0 10px 20px;
}

.pticket{
	background: #f2ece7;
	padding: 10px;
	box-sizing: border-box;
	color: #746f5c;
	position: relative;
}

.pticket em{
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.pticket img{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.map_dl{
	clear:both;
	width: 1000px;
	margin: 0 auto 100px;
	border: 1px solid #746f5c;
	color: #b0957d;
	text-align: center;
	box-sizing:border-box;
	padding: 20px;
}

.map_dl em{
	font-size: 16px;
	color: #746f5c;
	margin-right: 20px;
}

.map_dl ul{
	text-align: center;
	margin-top: 10px;
}

.map_dl ul li{
	width: 190px;
    display: inline-block;
    background: #746f5c;
    color: #fff;
    margin: 0 8px 10px;
    height: 42px;
    border-radius: 20px;
}

.map_dl ul li a{
	color: #fff;
	display: inline-block;
}

.effect {
	text-align: center;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	/* background-color: - add your own background-color */
	font-family: "Roboto", sans-serif;
	/* put your font-family */
	font-size: 14px;
	padding: 10px 0px;
	width: 190px;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.2s linear 0s;
}

.effect:before {
	content: "→";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: -2px;
	opacity: 0;
	height: 100%;
	width: 40px;
	transition: all 0.2s linear 0s;
	color: #fff;
}
.effect:hover {
	text-indent: -20px;
	text-decoration: none;
	color: #fff;
	background: #F90;
}
.effect:hover:before {
	opacity: 1;
	text-indent: 0px;
	color: #fff;
}


.access_map {
	width: 100%;
	height: 500px;
	min-height: 50px;
	overflow: hidden;
	margin-bottom:30px;
	clear: both;
}

.access_map iframe {
	width:100%;
	height: 500px;
}



.access h4{
	text-align: center;
	padding: 30px 0;
}



.cube{
	width: 100%;
	height: auto;
	background: #ddf4f5;
	padding: 15px 0;
	margin-bottom: 100px;
}

span.cube_ttl{
	color: #93c8cb;
	display: block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
}
span.cube_ttl em{
	color: #93c8cb;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 40px;
	font-style:normal;
	padding-right: 15px;
}

span.cube_ttl2{
	color: #000;
	display: block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
}

.cube_img{
	width: 60%;
	height: 550px;
	float: left;
	overflow: hidden;
}
.cube_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cube_txt{
	width: 40%;
	padding-left: 20px;
	float: left;
	box-sizing: border-box;
}
.cube_txt img{
	display: block;
	padding: 10px 0;
}

.cube_slide {
    width: 440px;
    height: 274px;
	padding-bottom:10px;
}



}

.news_in{
		padding-left: 30px;
		max-width: 700px;
		margin: 40px auto;
		border-bottom: solid 1px #ACA9A9;
		border-top: solid 1px #ACA9A9;
		padding: 10px 30px;
	}
	.news_in strong{
		font-size: 110%;
		font-weight: bold;
		padding-right: 20px;
	}
	.news_in small{
		border-bottom: solid 1px #7E7B7B;
		padding: 0 5px;
	}
	.news_in ul li small{
		background: #920002;
		color: #fff;
		margin: 5px;
	}
	.news_in ul li{
		margin: 10px 0;
		line-height: 24px;
	}
	.red{
		color: #920002;
		font-weight: normal;
	}