@charset "UTF-8";

#org_ac + section .access_all {
	display: inherit;
}

#org_ac + section .access_all .info_sche {
	width: 100%;
	margin-left: 0;
}

#org_ac + section .access_all .info_sche .schedule {
	display: flex;
	gap: 30px;
}

#org_ac + section .access_all .info_sche .schedule .tb_cnt,#org_ac + section .access_all .info_sche .schedule .ac_text {
	width: 100%;
}

@media screen and (max-width: 900px){
	#org_ac + section .access_all .info_sche .schedule {
    flex-direction: column;
  }
}


/*---ボタン調整---*/
#top_btn2 + section .button-container {
  display: flex;
  align-items: center;
  justify-content: center;

}
#top_btn2 + section .button-container:nth-child(2) {
  margin-top: 30px;
}
#top_btn2 + section .custom-button {
  background-color: var(--i_btn_color);
  color: white;
  padding: 15px 60px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 270px;
  transition: .5s ease-in-out;
}
#top_btn2 + section .custom-button:hover {
  background-color: var(--i_btn_hover_color);
}
#top_btn2 + section .custom-button .top_text {
  font-size: 12px;
}
#top_btn2 + section .custom-button .top_text span{
  font-size: 14px;
  color:#E7E736;
}
#top_btn2 + section .custom-button .text {
  font-size: 18px;
}
#top_btn2 + section .button-container:nth-child(1) .custom-button::after {
  content: "ご予約へ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  color: #fff;
}
#top_btn2 + section .triangle-container {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 0;
  height: 0;
  border-bottom: 60px solid #00bfff;
  border-left: 120px solid transparent;
}

.no_top {
  display: none;
}