@charset "UTF-8";


/*------------------ご予約について------------------------*/
.reserve_all{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.reserve_all .reserve1,
.reserve_all .reserve2{
	width:49%;
	background: #fff;	
}
.reserve_all .border{
	display: flex;
	align-items: center;
	border: 5px solid #ffeaea;
	padding: 20px;
}
.reserve_all .reserve2 .border{
	border: 5px solid #d7fbfa;
}
.reserve_all .reserve2{
	margin-left: 2%;
	}
.reserve_all .left{
	width: 32%
}
.reserve_all .right{
	width: 62%;
	margin-left: 6%;
}
.reserve_all .right h3{
	font-size: 2.1rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	color: var(--i_main_color);	
}
.reserve_all .reserve2 .right h3{
	color: #4cdfda;	
}
.reserve_all .right p{
	line-height: 1.8;
}

.reserve_all .contents_btn01 {
  text-align: left;
	margin-top: 15px;
}
.reserve_all .content_wrapper {
  padding:0;
}
.reserve_all .right p a{
	font-weight: 600;
	color:var(--i_main_color);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.reserve_all .left img{
	max-width: 86%;
	margin-left: 10%;
}
.reserve_all .contents_btn01 a{
	padding-left: 5px;
	padding-right: 5px;
}
.reserve1 .contents_btn01 a{
	background: var(--i_main_color);
}
.reserve1 .contents_btn01 a:hover{
	background: #ffa8a8;
}
@media screen and (max-width: 1155px){
	.reserve_all .pc_only{
		display: none;
	}
	.reserve_all .border {
    	padding: 15px;
	}
	.reserve_all .left img {
    	max-width: 95%;
    	margin-left: 5%;
	}
	.reserve_all .border {
    	min-height: 195px;
	}
}
@media screen and (max-width:800px){
	.reserve_all .reserve1,
	.reserve_all .reserve2{
		width:95%;
		margin-left: 2.5%!important;
	}
	.reserve_all .reserve2{
		margin-top: 20px;
	}
	.reserve_all .border{
		min-height: auto;
	}
	.reserve_all .right h3 {
    	font-size: 1.8rem;
	}
}
@media screen and (max-width:500px){
	.reserve_all .reserve1,
	.reserve_all .reserve2{
		width:100%;
		margin-left: 0%!important;
	}
	.reserve_all .left img {
    	max-width: 100%;
    	margin-left: 0%;
	}
	.reserve_all .contents_btn01 a {
    	min-width: 160px;
	}
	.reserve_all .contents_btn01 a {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	.reserve_all .contents_btn01 a:before{
		display: none;
	}
	.reserve_all .contents_btn01 a span {
    	font-size: 1.4rem;
	}
	.reserve_all .border {
    	padding: 10px;
	}
}

/*------------------ネット予約システム------------------------*/
#icon+div a{
	pointer-events: none;
}
#icon+div .inner_item_txt{
	margin-top: -20px;
}
#icon+div .inner_item_img img{
	height: auto !important;
}
#icon+div .heading.block_header_4 .h{
	margin-bottom: 0px;
}
#icon+div p{
	line-height: 1.7;
}
@media screen and (max-width: 900px){
	#icon+div .inner_item_txt {
    	margin-top: -10px;
	}
}
@media screen and (max-width: 700px){
	#icon+div .inner_item{
    	width: 31%!important;
    	margin-left: 3.5%!important;
	}
	#icon+div .inner_item:first-child{
    	margin-left: 0%!important;
	}
	#icon+div .block_header_4 .h {
    	font-size: 1.7rem !important;
	}
}
@media screen and (max-width: 550px){
	#icon+div .inner_item{
    	width: 90%!important;
    	margin-left: 5%!important;
	}
	#icon+div .inner_item:first-child{
    	margin-left: 5%!important;
	}
	#icon+div .block_header_4 .h {
    	font-size: 2rem !important;
	}
	#icon+div .inner_item_txt {
    	margin-top: -25px;
	}
	#icon+div .inner_item_txt p{
		text-align: center;
	}
}

/*------------------電話番号------------------------*/
#contact+section .heading.block_header_2{
	margin-bottom: 0px;
}
a.tel{
	position: relative;
	font-size: 3.4rem;
	letter-spacing: 0.15rem;
	text-decoration: none;
	font-weight: 600;
	padding-left: 40px;
}
a.tel:before{
 	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("/common/upload_data/yamada-iin-kitakucom/image/ico_tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1;
	top: 0;
 	left: 0;
	background-size: 31px auto;
}

/*------------------微調整------------------------*/
@media screen and (max-width: 600px){
	#title+section .heading.block_header_2 .h{
		text-align: left!important;
	}
}

#btn+div .content_wrapper a{
	width: 300px;
}
#btn+div.contents_btn01 a span {
	padding: 12px 15px 12px 15px;
}
@media screen and (max-width: 450px){
	#btn+div .content_wrapper a{
		width: 280px;
	}
	#btn+div.contents_btn01 a span {
    	padding: 12px 5px 12px 5px;
	}
}