@charset "UTF-8";

/*------------------menu------------------------*/
.menu_all {
 	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.menu_all .inner_item{
	width: 31%;
	margin-left: 3.5%;
	position: relative;
	padding-top: 38px;
}
.menu_all .btn{
	position: absolute;
	bottom:0;
}
.menu_all .inner_item_txt{
	margin-bottom:45px;
}
.menu_all .inner_item:nth-of-type(1),
.menu_all .inner_item:nth-of-type(4){
	margin-left: 0%;
}
.menu_all .inner_item:nth-of-type(4),
.menu_all .inner_item:nth-of-type(5),
.menu_all .inner_item:nth-of-type(6){
	margin-top: 50px;
}

.menu_all .inner_item > a *{
	transition: 0.3s ease-in-out;
}
.menu_all .inner_item > a:hover *{
	opacity: 0.8;
}
.menu_all .heading.block_header_4 .h{
	font-size: 1.9rem!important;
	margin-top: 15px;
	color: #fd8888;
}
.menu_all .inner_item:nth-child(odd) .heading.block_header_4 .h{
	color: #4cdfda;
}
.menu_all .heading.block_header_4 p {
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}

.menu_all .btn a{
	display: block;
	margin: 0 auto;
	padding: 3px 10px 1px 10px;
	width: 130px;
	color: #fff;
	background: var(--i_main_color);
	font-size: 1.4rem;
	margin-top: 18px;
	transition: 0.3s ease-in-out;
	border-radius: 3px;
}
.menu_all .inner_item:nth-child(odd) .btn a{
	background:  #4cdfda;
}
.menu_all .btn a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 1010px){
	.menu_all .heading.block_header_4 .h {
    	font-size: 1.7rem!important;
    	letter-spacing: 0rem !important;
    	margin-top: 12px;
	}
}
@media screen and (max-width: 900px){
	.menu_all .inner_item,
	.menu_all .inner_item:nth-of-type(4){
		width: 48%;
		margin-left: 4%;
	}
	.menu_all .inner_item:nth-of-type(1),
	.menu_all .inner_item:nth-of-type(3),
	.menu_all .inner_item:nth-of-type(5){
		margin-left: 0%;
	}
	.menu_all .inner_item:nth-of-type(3),
	.menu_all .inner_item:nth-of-type(4),
	.menu_all .inner_item:nth-of-type(5),
	.menu_all .inner_item:nth-of-type(6){
		margin-top: 30px;
	}
}
@media screen and (max-width: 554px){
	.menu_all .btn a {
    	width: 100px;
		font-size: 1.35rem;
	}
}
@media screen and (max-width: 486px){
	.menu_all .inner_item:nth-of-type(4) .heading.block_header_4{
		padding-bottom: 20px;
	}
}

/*------------------写真に線------------------------*/

.menu_all .inner_item_img{
	position: relative;
	margin-top: 2px;
}
.menu_all{
	padding-left: 2px;
	padding-right: 2px;
}

.menu_all .inner_item_img::after{
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border: rgba(176,157,136,0.4) solid 1px;
}

.point{
	font-size: 1.7rem;
	font-weight: 600;
}
@media screen and (max-width: 600px){
	.point{
		font-size: 1.6rem;
	}
}
/*------------------ご予約について------------------------*/
.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;
	}
}

/*------------------色変更------------------------*/
#naika+section .heading.block_header_3,
#yobou+section .heading.block_header_3,
#pil+section .heading.block_header_3{
	background: #4cdfda;
}
#pil2+section .heading.block_header_2 .h::before {
	border: 3px solid #4cdfda;
}

/*------------------アイコン------------------------*/
.menu_all .inner_item:nth-child(1) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no1.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
.menu_all .inner_item:nth-child(2) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no2.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
.menu_all .inner_item:nth-child(3) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no3.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
.menu_all .inner_item:nth-child(4) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height:100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no4.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
.menu_all .inner_item:nth-child(5) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no5.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
.menu_all .inner_item:nth-child(6) .inner_item_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/yamada-iin-kitakucom/image/no6.png) no-repeat;
  background-position: top center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  background-size: 63px auto;
  z-index: 1;
}
@media screen and (max-width: 650px){
	.menu_all .inner_item:nth-child(1) .inner_item_img::before,
	.menu_all .inner_item:nth-child(2) .inner_item_img::before,
	.menu_all .inner_item:nth-child(3) .inner_item_img::before,
	.menu_all .inner_item:nth-child(4) .inner_item_img::before,
	.menu_all .inner_item:nth-child(5) .inner_item_img::before,
	.menu_all .inner_item:nth-child(6) .inner_item_img::before{
		background-size: 58px auto;
	}
}
@media screen and (max-width: 480px){
	.menu_all .inner_item:nth-child(1) .inner_item_img::before,
	.menu_all .inner_item:nth-child(2) .inner_item_img::before,
	.menu_all .inner_item:nth-child(3) .inner_item_img::before,
	.menu_all .inner_item:nth-child(4) .inner_item_img::before,
	.menu_all .inner_item:nth-child(5) .inner_item_img::before,
	.menu_all .inner_item:nth-child(6) .inner_item_img::before{
		background-size: 47px auto;
		top: -30px;
	}
	.menu_all .inner_item {
    	padding-top: 30px;
	}
}

/*------------------ボタン_ピンクに色変更------------------------*/
#b_btn+div.contents_btn01 a{
	background: var(--i_main_color);
}
#b_btn+div.contents_btn01 a:hover{
	background:#FD9E9D;
}