@charset "utf-8";
/* pc_top #access */
#access .c_left nav li:nth-child(7) .spin::before{
	border-top-color: #567544;
	border-right-color: #567544;
	border-bottom-color: #567544;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
#access .c_left nav li:nth-child(7) .spin::after{
	border-top: 5px solid #567544;
	border-left-width: 5px;
	border-right-width: 5px;
	transform: rotate(270deg);
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
#access .pc_top .c_right .movie{
  background: url(https://matsuya-kayabuki.jp/img/sub/bg_ac.jpg);
  background-position: center;
  background-size: cover;
}
/* #access01 */
.map{
    position: relative;
    padding-bottom: 45%;
    margin-bottom: 1em;
    height: 0;
    border: 1px solid #020000;
    overflow: visible;
}
.map iframe,
.map object,
.map embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
    .map{
		padding-bottom: 90%;
		height: 0;
		overflow: hidden;
    }
}
@media screen and (min-width: 1280px) {
	.p01{
		padding-left: 15px;
		padding-right: 15px;		
	}
}
.h3_ajust{
	margin-bottom: 10px;	
}
.p_col{
    border: 1px solid #020000;
	padding: 15px;
	text-align: justify;
	text-justify: auto;
}
/* #access02 */
#access02 h3{
	color: #fff;
	background: url(https://matsuya-kayabuki.jp/img/common/h_bg05.png) no-repeat center center;	
}
#access02 .box01 img{
	max-width: 100%;
	height: auto;
}
#access02 h4{
	color: #fff;	
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;		
}
@media screen and (min-width: 992px) {
	#access02 h4{
		text-align: left;
		font-size: 20px;	
	}
}
#access02 .wrap01 p{
	color: #fff;	
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #fff;	
	text-align: justify;
	text-justify: auto;
}
#access02 .bt01 {
	padding: 7px 15px;	
	display: block;
	border: 1px solid #fff;	
	color: #fff;
	text-align: center;
	transition: 0.3s ease-in-out;
}
#access02 .bt01:hover {
	background: #567544;
	border: 1px solid #567544;
	transition: 0.3s ease-in-out;
}
#access02 .bt01::after {
	content: '';
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
	background: url(../img/common/arrow_r.svg) no-repeat;
	background-size: cover;
}
@media screen and (min-width: 992px) {
	#access02 .bt01 {
		display: inline-block;
	}
}
#access02 .wrap01{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #02000;
	padding: 15px;	
	background: rgba(255,255,255,0.1);
	margin: 0 auto;
}
#access02 .wrap01 .box01{
	width: 100%;
	height: auto;	
}
#access02 .wrap01 .box02{
	width: 100%;
	height: auto;	
}
@media screen and (min-width: 992px) {
	#access02 .wrap01{
		width: 962px;
	}
	#access02 .wrap01 .box01{
		float: left;
		width: 470px;
		height: 264px;
	}
	#access02 .wrap01 .box02{
		float: right;
		width: 432px;
		height: 264px;
	}
}
#access02 .wrap02{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#access02 .bt02 {
	padding: 10px 15px;	
	display: block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-align: center;
	transition: 0.3s ease-in-out;
}
#access02 .bt02:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width: 545px) {
	#access02 .bt02 {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 546px) {
	#access02 .bt02 {
		float: left;
		width: 49%;
		margin-bottom: 2vw;
	}
	#access02 .bt02:nth-of-type(odd){
		margin-right: 2%;
	}
	#access02 .bt02:nth-of-type(even){
		margin-right: 0;	
	}
	#access02 .bt02:last-of-type,
	#access02 .bt02:nth-last-of-type(2){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	#access02 .bt02 {
		margin-bottom: 1vw;
	}
}
#access02 .bt02:hover {
	background: #567544;
	transition: 0.3s ease-in-out;
}
#access02 .bt02::after {
	content: '';
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline-block;
	background: url(../img/common/arrow_r.svg) no-repeat;
	background-size: cover;
}
@media screen and (min-width: 992px) {
	#access02 .wrap02{
		width: 962px;
	}
}