@charset "UTF-8";
/*
============================================================
お問合せトップ
============================================================
*/

.page_mv .page_mv__img._reservation {
  background: url("../wp/wp-content/themes/kinbozan/assets/img/facility/page_mv_sp.webp");
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .page_mv .page_mv__img._reservation {
    background: url("../wp/wp-content/themes/kinbozan/assets/img/facility/page_mv_pc.webp");
    background-size: cover;
    background-position: center;
  }
  
  .section.section.sec_lead .inner .pc_none{
    display: none;
  }
}

.section {
  padding: 6rem 0 3rem;
}

@media screen and (min-width: 768px) {
    .section {
        padding: 5rem 0 0;
    }
}

.section.section.sec_lead .inner p{
  text-align: center;
	line-height: 2.4;
}

.section.section.sec_lead .inner a{
  text-decoration: underline;
}

.sec_reservation_guide {
  background: white;
	background-color: #F0E6D6;
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.sec_reservation_guide {
	}
	
	.section.section.sec_lead .inner p.sp_txt_l{
	  text-align: left;
	}
}

/* -----------
予約・お問い合せ
----------- */


	#contact {
		padding-top: 50px;
	}
@media screen and (min-width: 768px) {
	#contact {
		padding-top: 80px;
	}
  #contact .content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1052px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }

  #contact .content .reserve_wrap {
      width: calc(33% - 21px);
      width: calc(40% - 10px);
      padding: 40px 20px;
      border-radius: 14px;
      /*text-align: center;*/
  }
  
/*
  #contact .content #reserve_01 {
    flex: 1
  }
  
  #contact .content #reserve_02 {
    flex: 1
  }
  
  #contact .content #reserve_03 {
    flex: 1
  }
*/

}

#contact .content #reserve_01 {
  background-color: #FFF;
}

#contact .content #reserve_02 {
  background-color: #FFF;
}

#contact .content #reserve_03 {
  background-color: #FFF;
}


#contact .content .reserve_wrap h2 {
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
}

#contact .content .reserve_wrap h2 small {
    font-size: 1.4rem;
}

#contact .content .reserve_wrap p {
	font-size: 1.6rem;
}

#contact .content .reserve_wrap p span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

#contact .content .reserve_wrap .lead_wrap {
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#contact .content .reserve_wrap .lead_wrap span {
    font-size: 1.6rem;
    font-weight: 700;
}

#contact .content .reserve_wrap a.btn_form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    height: 60px;
    margin: 0 auto;
    background-color: #302D2C;
    border-radius: 6px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
}

#contact .content .reserve_wrap a.btn_line {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    height: 60px;
    margin: 25px auto 10px;
    background: url(../img/common/line_img.png) 30px center / 50px no-repeat #00b900;
    border-radius: 6px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
}

#contact .content .reserve_wrap .line_caption {
    max-width: 330px;
    margin: 10px auto 25px;
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: justify;
}

#contact .content .reserve_wrap .tel_wrap {
    background-color: #f2f0ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
}

#contact .content .reserve_wrap .tel_wrap .tel_top {
    font-size: 1.4rem;
    font-weight: 700;
}

#contact .content .reserve_wrap .tel_wrap .tel_middle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

#contact .content .reserve_wrap .tel_wrap .tel_middle span {
    font-size: 2.6rem;
    font-weight: 700;
    color: #55AC6C;
}

#contact .content .reserve_wrap .tel_wrap .tel_bottom {
	font-size: 1.4rem;
}

/* 個人の予約　*/
#contact .content .reserve_wrap p.individual_txt {
    text-align: left;
    font-size: 1.2rem;
    margin: 20px 0;
    line-height: 2;
}

@media screen and (max-width: 767px) {
	#contact {
/*		padding-bottom: 60px;*/
	}
	#contact .content {
		padding: 0 15px;
	}
	#contact .content .page_link {
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #DCDCDC;
		padding-top: 30px;
	}
	#contact .content .page_link a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #DCDCDC;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#contact .content .page_link a.link_01 {
		background-color: #FFFFFF;
	}
	#contact .content .page_link a.link_02 {
		background-color: #F4F7F5;
	}
	#contact .content .page_link a.link_03 {
		background-color: #F8F8F8;
	}
	#contact .content .page_link a::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-right: 2px solid #C3C3C3;
		border-bottom: 2px solid #C3C3C3;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-70%) rotate(45deg);
	}
	#contact .content .reserve_wrap {
		padding: 30px;
		border-radius: 14px;
		margin-bottom: 30px;
	}
	#contact .content .reserve_wrap h2 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	#contact .content .reserve_wrap h2 small {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap p {
		font-size: 1.4rem;
		/*text-align: center;*/
		line-height: 2.8rem;
	}
	#contact .content .reserve_wrap p span {
		font-size: 1.6rem;
	}
	#contact .content .reserve_wrap .lead_wrap {
		margin-top: 40px;
		margin-bottom: 20px;
		gap: 10px;
	}
	#contact .content .reserve_wrap .lead_wrap span {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap a {
		opacity: 1;
	}
	#contact .content .reserve_wrap a.btn_form {
		font-size: 1.6rem;
	}
	#contact .content .reserve_wrap a.btn_line {
		margin: 20px auto 10px;
		background: url("../img/common/line_img.png") 25px center/50px no-repeat #00b900;
		font-size: 1.6rem;
	}
	#contact .content .reserve_wrap .line_caption {
		margin: 10px auto 25px;
	}
	#contact .content .reserve_wrap .tel_wrap {
		height: 100px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_top {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle {
		gap: 10px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle svg {
		width: 18px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle span {
		font-size: 2.2rem;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_bottom {
		font-size: 1.4rem;
	}
	#contact .content #reserve_02.reserve_wrap {
		background-color: #F4F7F5;
	}
	#contact .content #reserve_03.reserve_wrap {
		background-color: #F8F8F8;
	}
}

/*
@media screen and (max-width: 767px) {
	#contact {
	}
	#contact .content {
		padding: 0 15px;
	}
	#contact .content .page_link {
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #DCDCDC;
		padding-top: 30px;
	}
	#contact .content .page_link a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #DCDCDC;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#contact .content .page_link a.link_01 {
		background-color: #FFFFFF;
	}
	#contact .content .page_link a.link_02 {
		background-color: #F2FCF4;
	}
	#contact .content .page_link a.link_03 {
		background-color: #F8F8F8;
	}
	#contact .content .page_link a::after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-right: 2px solid #C3C3C3;
		border-bottom: 2px solid #C3C3C3;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-70%) rotate(45deg);
	}
	#contact .content .reserve_wrap {
		padding: 30px;
		border-radius: 14px;
		margin-bottom: 30px;
	}
	#contact .content .reserve_wrap h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#contact .content .reserve_wrap h2 small {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap p {
		font-size: 1.4rem;
		text-align: center;
		line-height: 2.8rem;
	}
	#contact .content .reserve_wrap p span {
		font-size: 1.8rem;
	}
	#contact .content .reserve_wrap .lead_wrap {
		margin-top: 40px;
		margin-bottom: 20px;
		gap: 10px;
	}
	#contact .content .reserve_wrap .lead_wrap span {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap a {
		opacity: 1;
	}
	#contact .content .reserve_wrap a.btn_form {
		font-size: 1.6rem;
	}
	#contact .content .reserve_wrap a.btn_line {
		margin: 20px auto 10px;
		background: url("../img/common/line_img.png") 25px center/50px no-repeat #00b900;
		font-size: 1.6rem;
	}
	#contact .content .reserve_wrap .line_caption {
		margin: 10px auto 25px;
	}
	#contact .content .reserve_wrap .tel_wrap {
		height: 100px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_top {
		font-size: 1.4rem;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle {
		gap: 10px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle svg {
		width: 18px;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_middle span {
		font-size: 2.2rem;
	}
	#contact .content .reserve_wrap .tel_wrap .tel_bottom {
		font-size: 1.4rem;
	}
	#contact .content #reserve_02.reserve_wrap {
		background-color: #F2FCF4;
	}
	#contact .content #reserve_03.reserve_wrap {
		background-color: #F8F8F8;
	}
}
*/

#contact .content .reserve_wrap .deficit {
	color: #d80b1a;
    font-weight: 600;
    line-height: 1.4;
    margin: 20px 0;
	font-size: 14px;
}

#contact .content .reserve_wrap .next_y_btn a {
	display: block;
    text-align: center;
    background: #86641c;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    padding: 16px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}


/* 年末年始お知らせ　*/
.notification {
	background-color: #f2f0ec;
    padding: 20px 30px;
    margin: 30px auto;
    text-align: left;
    max-width: 1052px;
}

.notification .notification_title {
	color: #f33655;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

section.section.sec_lead .inner .notification p {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.notification {
		padding: 10px;
	}
}
#contact .section .sec_title .sec_title_en {
	font-size: 5rem;
}
@media screen and (min-width: 768px) {
	#contact .section .sec_title .sec_title_en {
		font-size: 12rem;
	}
}

.ff_jp {
	font-family: "Noto Sans JP", "Shippori Mincho", "Noto Sans";
}
