@charset "utf-8";
header {
	background: rgba(255,255,255,1.00);
	width: 1316px;
	height: 78px;
	border-radius: 39px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	position: sticky;
	z-index: 10;
}
#header_logo {
	margin-left: 30px;
	width: 280px;
	height: 56px;
}
#header_link_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}
.header_menu_drop {
	cursor: pointer;
	position: relative;
}
.header_menu_drop_link {
	display: none;
}
.header_menu_drop_link a {
	color: rgba(41,41,41,1.00);
	font-weight: 500;
}
.header_menu_drop:hover .header_menu_drop_link {
	display: block;
	position: absolute;
	width: calc(100% + 100px);
	margin: 0 -64px;
	text-align: center;
	z-index: 999;
}
.header_menu_drop_link_layout {
	margin-top: 26px;
	background: rgba(255,255,255,0.9);
}
.header_menu_drop_text {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(240,240,240,1.00);
}
.header_menu_drop_text_last {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(240,240,240,1.00);
}
#header_link_pc_text_green {
	margin-right: 30px;
	font-weight: 500;
}
#header_link_pc_text_green a {
	color: rgba(2,87,38,1.00);
}
.header_link_pc_text {
	margin-right: 30px;
	font-weight: 500;
}
.header_link_pc_text a {
	color: rgba(41,41,41,1.00);
}
#header_tel_pc {
	background: rgba(140,184,7,1.00);
	width: 207px;
	height: 53px;
	border-radius: 27px;
	margin-right: 15px;
}
#header_tel_pc_layout {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
}
#header_tel_pc_img {
	width: 18px;
	height: 18px;
	background: url("img/icon_tel.webp") center / cover;
	margin-right: 15px;
}
#header_tel_pc_text {
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}
#header_tel_pc_text_strong {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: block;
}
#header_reserve_pc {
	background: rgba(2,87,38,1.00);
	width: 207px;
	height: 53px;
	border-radius: 27px;
}
#header_reserve_pc_layout {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#header_reserve_pc_img {
	width: 23px;
	height: 21px;
	background: url("img/icon_reserve.webp") center / cover;
	margin-right: 20px;
}
#header_reserve_pc_text {
	font-weight: 700;
}
#header_reserve_pc_text_strong {
	font-size: 19px;
}
@media screen and (max-width:750px) {
header {
	background: rgba(255,255,255,0.8);
	width: 100vw;
	height: 64px;
	border-radius: 0;
	display: block;
	margin: 0;
	top: 0;
}
#header_logo {
	width: 191px;
	height: 38px;
	margin-left: 0;
	padding-top: 12px;
	padding-left: 12px;
}
#header_link_pc {
	display: none;
}
#header_hamburger {
	position: absolute;
	right: 12px;
	top: 6px;
	width: 52px;
	height: 52px;
	z-index: 300;
	background: rgba(2,87,38,1.00);
	border-radius: 50%;
}
.open #header_hamburger {
	background: rgba(0,0,0,0);
}
.header_hamburger_line {
	position: absolute;
	width: 19px;
	height:2px;
	right: 16px;
	background-color: rgba(255,255,255,1.00);
	transition: 0.5s;
}
.open .header_hamburger_line {
	width: 30px;	
}
#header_hamburger_line_1 {
	top: 18px;
}
#header_hamburger_line_2 {
	top: 29px;
}
.open #header_hamburger_line_1 {
	transform: rotate(-45deg);
	top: 25px;
}
.open #header_hamburger_line_2 {
	transform: rotate(45deg);
	top: 25px;
}
#header_link_sp {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(2,87,38,0.95);
	transition: all 0.5s;
	z-index: 200;
	overflow: auto;
	padding-top: 60px;
	text-align: center;
}
.open #header_link_sp {
	right: 0;
}
.header_link_sp_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 263px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: 700;
	margin-top: 38px;
}
.header_link_sp_arrow {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: relative;
	width: 10px;
	height: 10px;
	transform: translateX(-25%) rotate(45deg);
}
.header_link_sp_arrow::before, .header_link_sp_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.header_link_sp_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.header_link_sp_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#header_tel_sp {
	background: rgba(140,184,7,1.00);
	width: 282px;
	height: 70px;
	border-radius: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#header_tel_sp_layout {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
}
#header_tel_sp_img {
	width: 28px;
	height: 28px;
	background: url("img/icon_tel.webp") center / cover;
	margin-right: 15px;
}
#header_tel_sp_text {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}
#header_tel_sp_text_strong {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 25px;
	display: block;
}
#header_reserve_sp {
	background: rgba(255,255,255,1.00);
	width: 282px;
	height: 70px;
	border-radius: 35px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
#header_reserve_sp a {
	color: rgba(2,87,38,1.00);
}
#header_reserve_sp_layout {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 14px;
}
#header_reserve_sp_img {
	width: 37px;
	height: 34px;
	background: url("img/icon_reserve_green.webp") center / cover;
	margin-right: 20px;
}
#header_reserve_sp_text {
	font-weight: 700;
	font-size: 20px;
}
#header_reserve_sp_text_strong {
	font-size: 24px;
}
}