@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, button, main, svg {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
  outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  max-width: 1920px;
  margin: auto;
  background: #EEEEEC;
  color: #222;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
table {
  border-collapse: collapse;
}
h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 400;
}
input, textarea, select {
  font-family: inherit;
  font-size: 16px;
  outline: none;
  border: none;
}
select::-ms-expand {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="button"],
input[type="text"],
input[type="submit"] {
  appearance: none;
  border-radius: 0;
}
input::placeholder {
  color: #888;
}
input::-ms-input-placeholder {
  color: #888;
}
textarea {
  resize: none;
}
th, td {
  border-collapse: collapse;
}
ul, ol {
  list-style-type: none;
}
img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}
button {
  outline: none;
}
:where(a:link) {
  text-decoration: none;
  color: #222;
}
:where(a:visited) {
  text-decoration: none;
  color: #222;
}
:where(a:hover) {
  text-decoration: none;
  color: #222;
}
:where(a:active) {
  text-decoration: none;
  color: #222;
}
.nowrap {
  white-space: nowrap;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tra {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}
/*
フォント
*/
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*
ローディング
*/
.cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ui-circle-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-circle-loading .animate {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
}
.ui-circle-loading .animate li {
  list-style: none;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: loading-item 4s linear infinite;
  background: rgba(80, 182, 187, 0);
}
.ui-circle-loading .animate li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
}
.ui-circle-loading .animate li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}
.ui-circle-loading .animate li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
}
.ui-circle-loading .animate li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
}
.ui-circle-loading .animate li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
}
.ui-circle-loading .animate li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
}
@-webkit-keyframes loading-item {
  0% {
    -webkit-transform: rotate(0) translateX(-100px) translateY(30px);
    -webkit-animation-timing-function: linear;
    background-color: rgba(80, 182, 187, 0);
  }
  5% {
    -webkit-transform: rotate(0deg) translateX(0) translateY(30px);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0.9, 0.5);
    background-color: rgba(80, 182, 187, 1);
  }

  40% {
    -webkit-transform: rotate(-360deg) translateX(0) translateY(30px);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0.9, 0.5);
    background-color: rgba(80, 182, 187, 1);
  }
  75% {
    -webkit-transform: rotate(-720deg) translateX(0) translateY(30px);
    /* ここを-720degに修正 */
    -webkit-animation-timing-function: linear;
    /* ここをlinearに修正 */
    background-color: rgba(80, 182, 187, 1);
  }
  80% {
    -webkit-transform: rotate(-720deg) translateX(100px) translateY(30px);
    /* ここを-720degに修正 */
    -webkit-animation-timing-function: linear;
    background-color: rgba(80, 182, 187, 0);
  }
  100% {
    -webkit-transform: rotate(0) translateX(-100px) translateY(30px);
    -webkit-animation-timing-function: linear;
    background-color: rgba(80, 182, 187, 0);
  }
}
/*
フローティングボタン
*/
.floating_contents_sp {
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
}
.floating_wrap_sp {
	display: flex;
	align-items: center;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background: #FFF;
}
.floating_btn_sp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% / 4);
	height: 60px;
	border-right: 1px solid #BFBFBF;
	font-size: 13px;
	padding: 0 0 9px;
}
.floating_btn_sp:last-child {
	border-right: none;
}
.tel_icon {
	width: 18px;
}
.web_icon {
	width: 24px;
}
.access_icon {
	width: 18px;
}
.floating_btn_sp .sch_icon {
	width: 20px;
}
.floating_contents_pc {
	display: none;
}
@media only screen and (min-width: 768px) {
	.floating_contents_sp {
		display: none;
	}
	.floating_contents_pc {
		display: block;
		position: fixed;
		bottom: 30px;
		right: 40px;
		z-index: 10;
		width: 200px;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}
	.floating_contents_pc.is-show {
		opacity: 1;
		pointer-events: auto;
	}
	.floating_trigger {
		background: #50B6BB;
		border-radius: 10px 10px 0 0;
		padding: 15px;
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		display: flex;
		align-items: center;
		gap: 0 10px;
		position: relative;
		cursor: pointer;
		transition: all .3s ease-out;
	}
	.floating_trigger::after {
		content: "";
		display: block;
		width: 13px;
		height: 8px;
		background: url(../images/common/float_bnr_arw.svg) right / contain no-repeat;
		position: absolute;
		right: 20px;
	}
	.has_submenu:hover .floating_trigger::after {
		background: url(../images/common/float_bnr_arw_on.svg) right / contain no-repeat;
	}
	.floating_submenu {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.has_submenu:hover .floating_submenu {
		max-height: 260px;
		opacity: 1;
		background: #FFF;
		padding: 16px 17px 20px;
		border-radius: 0 0 10px 10px;
	}
	.floating_submenu_item {
		padding: 7px 0;
		border-bottom: 1px solid #BFBFBF;
	}
	.floating_submenu_item:first-child {
		padding: 0 0 7px;
	}
	.floating_submenu_link {
		display: flex;
		align-items: center;
		gap: 0 8px;
		font-size: 16px;
		transition: all .3s ease-out;
		padding: 0 0 0 3px;
	}
	.floating_tel_num {
		color: #50B6BB;
	}
	.floating_submenu_item .sch_icon {
		width: 20px;
	}
	.floating_submenu_link:hover {
		opacity: .6;
	}
	.floating_submenu_web {
		display: flex;
		align-items: center;
		gap: 0 8px;
	}
	.floating_submenu_web img {
		width: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.floating_contents_pc {
		width: 240px;
	}
	.floating_trigger {
		padding: 17px 30px;
		font-size: 18px;
	}
	.has_submenu:hover .floating_submenu {
		padding: 19px 20px 29px;
	}
	.floating_submenu_item {
		padding: 7px 0;
	}
	.floating_submenu_item:first-child {
		padding: 0 0 7px;
	}
	.floating_submenu_link {
		font-size: 18px;
	}
	.floating_submenu_item:nth-child(1) .floating_submenu_link {
		padding: 0 0 0 13px;
	}
	.floating_submenu_item:nth-child(2) .floating_submenu_link {
		padding: 0 0 0 9px;
	}
	.floating_submenu_item:nth-child(3) .floating_submenu_link{
		padding: 0 0 0 12px;
	}
	.floating_submenu_item:nth-child(4) .floating_submenu_link{
		padding: 0 0 0 14px;
	}
}
/*
header
*/
header {
	display: none;
}
.floating_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 60px;
	border-radius: 0 0 10px 10px;
	display: flex;
	align-items: center;
	padding: 0 0 0 20px;
	background: #EEEEEC;
}
.floating_header .header_logo img {
  width: 138px;
  transition: all 0.5s ease;
}
.floating_header_contents,
.header_reservation_btn {
	display: none;
}
@media only screen and (min-width: 768px) {
	.floating_header {
		height: 80px;
    padding: 0 0 0 30px;
	}
	.floating_header .header_logo img {
		width: 150px;
	}
}
@media only screen and (min-width: 1024px) {
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 90px;
		border-radius: 0 0 20px 20px;
		padding: 0 30px;
		position: absolute;
		z-index: 1;
		width: 100%;
		background: #EEEEEC;
	}
	.header_logo img {
		width: 200px;
	}
	.header_logo:hover img {
		opacity: .6;
	}
	.floating_header {
		background: #FFF;
	}
	.header_nav_wrap {
		display: none;
	}
	.header_reservation_contents {
		display: flex;
		align-items: center;
		gap: 0 20px;
	}
	.header_reservation_btn {
		display: block;
		padding: 20px 0 0;
	}
	.header_reservation_contents .header_tel_num_txt {
		background: #FFF;
	}
	.header_tel_closed {
		font-size: 13px;
		line-height: 1.4;
	}
	.header_dent_name {
		position: absolute;
		right: 52px;
		top: 7px;
		font-size: 13px;
		font-weight: 400;
	}
	.floating_header {
		border-radius: 0 0 20px 20px;
		justify-content: space-between;
		transition: all .3s;
		transform: translateY(-100%);
	}
	.floating_header.fh_in {
    transform: translateY(0);
	}
	.floating_header_contents {
		display: flex;
		align-items: center;
		gap: 0 20px;
		padding: 0 150px 0 0;
	}
	.header_tel_num_txt {
		display: inline-block;
		background: #EEEEEC;
		border-radius: 5px;
		padding: 1px 10px;
		font-size: 12px;
	}
	.header_tel_num {
		display: flex;
		gap: 0 7px;
		color: #50B6BB;
		font-size: 24px;
		line-height: 1.25;
	}
	.header_tel_icon {
		width: 25px;
	}
	.floating_header_contents .header_reservation_btn {
		padding: 0;
	}
	.header_reservation_btn .reservation_btn {
		background: #50B6BB;
		border: 2px solid #50B6BB;
		border-radius: 30px;
		margin: 0;
		width: 240px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		transition: all .3s ease-out;
	}
	.header_reservation_btn .reservation_btn:hover {
		background: #FFF;
		border: 2px solid #50B6BB;
		color: #50B6BB;
	}
	.header_reservation_txt {
		font-size: 17px;
		display: flex;
		align-items: center;
		gap: 0 10px;
	}
	.header_reservation_txt span {
		display: flex;
		align-items: center;
		gap: 0 10px;
	}
	.header_web_icon_on,
	.header_web_link_icon_on {
		display: none;
		transition: all .3s ease-out;
	}
	.header_reservation_btn .reservation_btn:hover .header_web_icon,
	.header_reservation_btn .reservation_btn:hover .header_web_link_icon {
		display: none;
	}
	.header_reservation_btn .reservation_btn:hover .header_web_icon_on {
		display: block;
		width: 28px;
	}
	.header_reservation_btn .reservation_btn:hover .header_web_link_icon_on {
		display: block;
		width: 12px;
	}
}
@media only screen and (min-width: 1280px) {
	.floating_header {
		height: 100px;
    padding: 0 0 0 60px;
	}
	.floating_header .header_logo img {
		width: 200px;
	}
	.floating_header_contents {
		gap: 0 30px;
		padding: 0 176px 0 0;
	}
}
@media only screen and (min-width: 1440px) {
	header {
		height: 120px;
	}
	.header_contents {
		display: flex;
		align-items: center;
		gap: 0 30px;
	}
	.header_nav_wrap {
		display: block;
		position: relative;
		padding: 0 30px 0 0;
	}
	.header_nav_wrap::after {
		content: "";
		display: block;
		width: 1px;
		height: 70px;
		background: #BFBFBF;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.header_nav_list {
		display: flex;
		align-items: center;
		gap: 0 25px;
	}
	.header_nav_link {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px 0;
		transition: all .3s;
	}
	.header_nav_jp {
		font-size: 16px;
	}
	.header_nav_en {
		font-size: 13px;
	}
	.header_tel_num {
		margin: 2px 0 0;
	}
	.header_tel_closed {
		margin: 3px 0 0;
	}
	.header_dent_name {
		font-size: 14px;
		right: 40px;
		top: 15px;
	}
	.header_reservation_btn .reservation_btn {
		width: 225px;
	}
	.header_reservation_txt span {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1600px) {
	header {
		height: 160px;
	}
	.header_nav_list {
		gap: 0 30px;
	}
	.header_nav_link {
		gap: 11px 0;
	}
	.header_nav_jp {
		font-size: 17px;
	}
	.header_nav_wrap::after {
		height: 87px;
	}
	.header_nav_link:hover {
		color: #BFBFBF;
	}
	.header_dent_name {
		right: 60px;
		top: 22px;
	}
	.header_tel_num_txt {
		padding: 3px 10px;
		font-size: 14px;
	}
	.header_tel_num {
		font-size: 28px;
	}
	.header_tel_icon {
		width: 28px;
	}
	.header_reservation_contents {
		gap: 0 30px;
	}
	.header_reservation_btn .reservation_btn {
		width: 266px;
		height: 59px;
	}
	.header_reservation_txt span {
		font-size: 18px;
	}
	.header_tel_closed {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1780px) {
	header {
		padding: 0 38px 0 60px;
	}
	.header_logo img {
		width: 240px;
	}
	.header_contents {
		gap: 0 40px;
	}
	.header_nav_wrap {
		padding: 0 40px 0 0;
	}
	.header_nav_list {
		gap: 0 40px;
	}
	.header_nav_jp {
		font-size: 20px;
	}
	.header_nav_en {
		font-size: 14px;
	}
}
/*
ハンバーガーボタン
*/
.hamburger {
  position: fixed;
  right: 11px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  z-index: 104;
  cursor: pointer;
	background: #50B6BB;
	border-radius: 50%;
}
.gnav_open {
  right: 15px;
  top: 20px;
  width: 76px;
  height: 20px;
	background: unset;
	border-radius: unset;
}
.hamburger_bar {
  position: absolute;
  top: 19px;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #FFF;
}
.hamburger_bar:after,
.hamburger_bar:before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #FFF;
}
.hamburger_bar:after {
  top: -5px;
}
.hamburger_bar:before {
  bottom: -5px;
}
.hamburger_bar.animate {
  width: 28px;
	color: #222;
  background: rgba(0, 0, 0, 0);
	top: 10px;
	right: 0;
}
.hamburger_bar.animate:after {
  top: auto;
	bottom: 0;
  transform: rotate(45deg);
  background: #222;
}
.hamburger_bar.animate:before {
  width: 100%;
  bottom: 0;
  transform: rotate(-45deg);
  background: #222;
}
.hamburger_txt {
	display: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .1em;
	position: absolute;
	top: 3px;
	left: 0;
}
.gnav_open .hamburger_txt {
	display: block;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    top: 30px;
    right: 30px;
    width: 95px;
    height: 21px;
		background: unset;
		border-radius: unset;
		transition: all 0.3s ease;
  }
  .hamburger_bar {
    width: 30px;
		height: 0;
		right: 0;
  }
	.hamburger_bar:after,
	.hamburger_bar:before {
    height: 1px;
		background: #222;
		transition: all .3s;
	}
  .hamburger_bar:after {
    top: -16px;
		transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
			transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger_bar:before {
    bottom: 3px;
		transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
			transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger_bar.animate {
    width: 30px;
  }
	.hamburger_bar.animate:after {
		transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
			transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.hamburger_bar.animate:before {
		transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
			transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.hamburger_txt {
		top: -1px;
		display: block;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1024px) {
	.hamburger {
		transition: all .3s;
		transform: translateY(-300%);
	}
	.hamburger.fh_in {
    transform: translateY(0);
	}
	.hamburger:hover .hamburger_bar:not(.animate):after {
		top: -17px;
	}
	.hamburger:hover .hamburger_bar:not(.animate):before {
		bottom: 0;
	}
}
@media only screen and (min-width: 1280px) {
  .hamburger {
    top: 40px;
    right: 33px;
    width: 109px;
  }
  .hamburger_bar {
    width: 40px;
  }
  .hamburger_bar.animate {
    width: 40px;
  }
	.hamburger_txt {
		font-size: 16px;
	}
}
/*
展開メニュー
*/
.flyout_gnav_wrap {
  width: 100%;
  overflow-x: hidden;
	position: relative;
}
.flyout_gnav {
  position: fixed;
  top: 0;
  z-index: 103;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
	background: #EEEEEC;
}
.flyout_gnav_inner {
  padding: 100px 0;
}
.flyout_gnav .menu_link_01 {
	padding: 0 0 16px;
}
.flyout_gnav .reservation_btn_wrap {
	margin: 30px auto 0;
	max-width: 400px;
}
.menu_toggle {
	position: relative;
}
.open_icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translatey(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/common/plus_icon.svg) no-repeat center;
}
.open_icon-wrap.open {
	background: url(../images/common/minus_icon.svg) no-repeat center;
}
.submenu_list_wrap {
	display: none;
}
@media only screen and (min-width: 768px) {
	.flyout_gnav .menu_link_01 {
		padding: 0;
	}
	.flyout_gnav .reservation_btn_wrap {
		margin: 60px 0 0;
		max-width: unset;
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 0 20px;
	}
	.flyout_gnav .reservation_btn_wrap a.reservation_btn {
		margin: 0;
	}
	.submenu_list_wrap {
		display: block;
	}
	.open_icon-wrap {
		display: none;
	}
}
@media only screen and (min-width: 1280px) {
	.flyout_gnav {
		width: calc(100% + 17px);
	}
	.flyout_gnav .reservation_btn_wrap {
		margin: 90px 0 0;
	}
}
/*
メニュー
*/
.menu_item {
	border-bottom: 1px solid #50B6BB;
}
.menu_link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 16px 0;
  transition: all 0.3s ease-out;
	font-size: 18px;
}
.menu_link img {
  width: 16px;
}
.submenu_list_wrap {
	padding: 0 0 58px 20px;
}
.submenu_link {
	display: flex;
	align-items: center;
	gap: 0 14px;
	font-size: 16px;
}
.submenu_list + .submenu_list,
.submenu_item + .submenu_item {
	margin: 17px 0 0;
}
@media screen and (min-width: 768px) {
	.menu_wrap {
		display: flex;
		gap: 0 6%;
	}
	.menu_link {
		padding: 0;
		font-size: clamp(18px, 2.34vw, 30px);
	}
	.menu_item {
		border-bottom: none;
	}
	.menu_link_treatment {
		border-bottom: 1px solid #50B6BB;
		padding: 0 0 15px;
	}
	.menu_list + .menu_list,
  .menu_item + .menu_item {
    margin: 30px 0 0;
  }
  .open_icon-wrap {
    display: none;
  }
	.submenu_list_wrap {
		display: flex;
		gap: 0 20px;
		padding: 17px 0 0 20px;
	}
	.submenu_list + .submenu_list {
		margin: 0;
	}
	.menu_item_toggle.is-open {
		border-bottom: none;
	}
	.submenu_link {
		padding: 0;
		font-size: clamp(16px, 1.87vw, 24px);
	}
}
@media screen and (min-width: 1024px) {
	.menu_wrap {
		gap: 0 11.7%;
	}
	.menu_list_01 {
		width: 52%;
	}
	.menu_link {
		gap: 0 20px;
		transition: all .3s ease-out;
	}
	.menu_link span,
	.submenu_link span {
		transition: all .3s ease-out;
	}
	.menu_link:hover span,
	.submenu_link:hover span {
		transform: translateX(5px);
	}
	.menu_link img {
		width: 28px;
	}
	.submenu_list_wrap {
		gap: 0 40px;
	}
	.submenu_link {
		gap: 0 20px;
		transition: all .3s ease-out;
	}
}
@media screen and (min-width: 1280px) {
	.menu_wrap {
		gap: 0 11.7%;
	}
	.menu_list_01 {
		width: 48.5%;
	}
  .menu_link {
		font-size: 30px;
  }
	.menu_list + .menu_list,
  .menu_item + .menu_item {
    margin: 60px 0 0;
  }
  .open_icon-wrap {
    display: none;
  }
	.submenu_list_wrap {
		padding: 30px 0 0 30px;
	}
	.submenu_link {
		font-size: 24px;
	}
	.submenu_item + .submenu_item {
		margin: 24px 0 0;
	}
}
.reservation_btn {
	background: #FFF;
	border-radius: 10px;
	width: 100%;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
a.reservation_btn {
	margin: 10px 0 0;
	border: 5px solid #FFF;
}
.reservation_btn_txt {
	font-size: 16px;
}
.reservation_tel_num {
	display: flex;
	align-items: center;
	gap: 0 9px;
	font-size: 24px;
	line-height: 1.2;
	color: #50B6BB;
	margin: 8px 0 0;
}
.reservation_tel_num img {
	width: 28px;
}
.reservation_web {
	display: flex;
	align-items: center;
	gap: 0 17px;
	font-size: 20px;
}
.web_icon_img {
	width: 42px;
}
.reservation_web span {
	display: flex;
	align-items: center;
	gap: 0 13px;
}
.web_link_icon {
	width: 18px;
}
@media screen and (min-width: 768px) {
	.reservation_btn_wrap {
		width: 45%;
	}
	.reservation_btn {
		height: 135px;
	}
	a.reservation_btn {
		transition: all .3s ease-out;
	}
	a.reservation_btn:hover {
		background: #F5F5F3;
		border: 5px solid #DEDEDC;
	}
	.reservation_btn_txt {
		font-size: clamp(16px, 1.87vw, 24px);
	}
	.reservation_tel_num {
		font-size: clamp(24px, 3.12vw, 40px);
	}
	.reservation_tel_num img {
		width: 34px;
	}
	.reservation_closed {
		font-size: 15px;
		margin: 3px 0 0;
	}
	.reservation_web {
		font-size: clamp(20px, 2.34vw, 30px);
	}
}
@media screen and (min-width: 1280px) {
	.reservation_btn {
		border-radius: 20px;
		height: 160px;
	}
	a.reservation_btn {
		margin: 20px 0 0;
	}
	.reservation_tel_num {
		gap: 0 13px;
		font-size: 35px;
		margin: 11px 0 0;
	}
	.reservation_tel_num img {
		width: 40px;
	}
	.reservation_btn_txt {
		font-size: 24px;
	}
	.reservation_closed {
		font-size: 16px;
	}
	.reservation_web {
		gap: 0 21px;
		font-size: 30px;
	}
	.web_icon_img {
		width: 60px;
	}
	.web_link_icon {
		width: 26px;
	}
}
/*
footer
*/
.footer_reservation_box {
	width: 100%;
	height: auto;
	background-image: url(../images/common/footer_img_sp.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
.footer_reservation_wrap {
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.footer_reservation_ttl {
	color: #FFF;
}
.footer_reservation_ttl_en {
	display: flex;
	align-items: center;
	gap: 0 7px;
	font-size: 13px;
}
.footer_reservation_ttl_en img {
	width: 17px;
}
.footer_reservation_ttl_jp {
	font-size: 26px;
	font-weight: 500;
	margin: 9px 0 0;
	line-height: 1.45;
}
.footer_reservation_txt {
	margin: 21px 0 0;
	color: #FFF;
	font-size: 16px;
	line-height: 2;
}
@media only screen and (min-width: 768px) {
	.footer_wrap {
		padding: 300px 0 0;
		position: relative;
		background: #F5F5F3;
	}
	.footer_reservation_box {
		background-image: url(../images/common/footer_img_pc.png);
		width: 95%;
		border-radius: 0 20px 20px 0;
		position: absolute;
		left: 0;
		top: -200px;
	}
	.footer_reservation_wrap {
		flex-direction: row;
		gap: 0 13%;
	}
	.footer_reservation_ttl_en {
		font-size: clamp(13px, 1.56vw, 20px);
	}
	.footer_reservation_ttl_jp {
		font-size: clamp(26px, 3.12vw, 40px);
	}
	.footer_reservation_txt {
		font-size: clamp(16px, 1.87vw, 24px);
	}
}
@media only screen and (min-width: 1280px) {
	.footer_wrap {
		padding: 428px 0 0;
	}
	.footer_reservation_box {
		top: -270px;
	}
	.footer_reservation_wrap {
		padding: 100px 0;
		gap: 0 150px;
	}
	.footer_reservation_ttl_en {
		gap: 0 10px;
		font-size: 20px;
	}
	.footer_reservation_ttl_en img {
		width: 24px;
	}
	.footer_reservation_ttl_jp {
		font-size: 40px;
		margin: 10px 0 0;
	}
	.footer_reservation_txt {
		margin: 67px 0 0;
		font-size: 24px;
	}
}
@media only screen and (min-width: 1800px) {
	.footer_reservation_box {
		background-size: contain;
		width: 100%;
		max-width: 1860px;
		aspect-ratio: 1860 / 540;
	}
}
.footer_info {
	padding: 40px 0 50px;
}
.footer_info_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 57px 0;
}
.footer_logo_img {
	width: 53%;
	max-width: 230px;
}
.footer_info_basic {
	display: flex;
	gap: 0 7px;
}
.footer_info_basic_txt {
	display: inline-block;
	background: #222;
	border-radius: 5px;
	padding: 2px 13px;
	color: #FFF;
	font-size: 13px;
}
.footer_address_txt {
	margin: 17px 0 0;
	font-size: 13px;
}
.footer_tel_num {
	display: flex;
	align-items: center;
	gap: 0 13px;
	font-size: 32px;
	line-height: 1.25;
	color: #50B6BB;
	margin: 20px 0 0;
}
.footer_tel_num img {
	width: 38px;
}
.info_table {
	margin: 46px 0 0;
}
.info_table tr {
	border-bottom: 1px solid #BFBFBF;
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.info_table tr:first-child {
	padding: 0 0 4px;
}
.info_table_ttl {
	display: flex;
	align-items: center;
	gap: 0 12px;
	font-weight: 500;
}
.sch_icon {
	width: 27px;
}
.table_week {
	font-weight: 500;
}
.table_open {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #50B6BB;
}
.table_txt_orange {
	color: #FB9701;
}
.info_table_txt_01 {
	margin: 18px 0 0;
}
.info_table_txt_02 {
	margin: 5px 0 0;
}
.info_table_txt_02 span {
	color: #FB9701;
	margin: 0 7px 0 0;
}
@media only screen and (min-width: 768px) {
	.footer_info {
		padding: 0 0 70px;
	}
	.footer_info_wrap {
		flex-direction: row;
		justify-content: space-between;
		gap: 0 14%;
	}
	.footer_logo_img {
		margin: 40px 0 0;
		width: 34%;
		max-width: 290px;
	}
	.footer_info_contents {
		max-width: 620px;
	}
	.footer_info_basic_txt {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.footer_address_txt {
		font-size: clamp(13px, 1.56vw, 20px);
	}
	.info_table tr {
		padding: 12px 15px 12px 6px;
		gap: 0 20px;
	}
	.info_table tr:first-child {
		padding: 0 15px 5px 6px;
	}
}
@media only screen and (min-width: 1280px) {
	.footer_info {
		padding: 0 0 97px;
	}
	.footer_logo_img {
		margin: 87px 0 0;
	}
	.footer_info_basic {
		gap: 0 10px;
	}
	.footer_info_basic_txt {
		padding: 4px 20px;
		font-size: 18px;
	}
	.footer_address_txt {
		margin: 24px 0 0;
		font-size: 20px;
	}
	.footer_tel_num {
		gap: 0 18px;
		font-size: 47px;
		margin: 28px 0 0;
	}
	.footer_tel_num img {
		width: 55px;
	}
	.info_table {
		margin: 51px 0 0;
	}
	.info_table tr {
		padding: 15px 19px 15px 11px;
		gap: 0 40px;
	}
	.info_table tr:first-child {
		padding: 0 20px 5px 20px;
	}
	.table_week {
		font-size: 21px;
	}
	.sch_icon {
		width: 38px;
	}
	.table_time {
		font-size: 22px;
		width: 149px;
		text-align: right;
		margin: 0 7px 0 0;
	}
	.table_open {
		width: 21px;
		height: 21px;
	}
	.info_table_txt_01 {
		margin: 26px 0 0;
	}
	.info_table_txt_02 {
		margin: 7px 0 0;
	}
}
@media only screen and (min-width: 1600px) {
	.info_table_ttl {
		gap: 0 17px;
		margin: 0 10px 0 0;
	}
}
.footer_line {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #BFBFBF;
}
.footer_menu_wrap {
	display: none;
}
.footer_copy_wrap {
	padding: 30px 0 90px;
}
.copy_txt {
	font-size: 9px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.copy_txt {
		font-size: clamp(9px, 1.1vw, 14px);
	}
}
@media only screen and (min-width: 1024px) {
	.footer_line {
		width: 95%;
		margin: auto;
	}
	.footer_menu_wrap {
		display: block;
		padding: 50px 0 60px;
	}
	.footer_menu_wrap .menu_wrap {
		gap: 0 6%;
	}
	.footer_menu_wrap .menu_list_01 {
		width: 50%;
	}
	.footer_menu_wrap .menu_list_02 {
		width: 52%;
		display: flex;
		justify-content: space-between;
	}
	.footer_menu_wrap .menu_list + .menu_list {
		margin: 0;
	}
  .footer_menu_wrap .menu_item + .menu_item {
    margin: 30px 0 0;
  }
	.footer_menu_wrap .menu_link {
		font-size: 18px;
		gap: 0 16px;
	}
	.footer_menu_wrap .submenu_list_wrap {
		gap: 0 20px;
		padding: 15px 0 0 20px;
	}
	.footer_menu_wrap .submenu_link {
		font-size: 16px;
		gap: 0 16px;
	}
	.footer_menu_wrap .submenu_item + .submenu_item {
		margin: 16px 0 0;
	}
	.footer_copy_wrap {
		padding: 0 0 32px;
	}
}
@media only screen and (min-width: 1280px) {
	.copy_txt {
		font-size: 14px;
	}
	.footer_menu_wrap {
		padding: 80px 0 76px;
	}
	.footer_menu_wrap .menu_wrap {
		gap: 0 10.3%;
	}
	.footer_menu_wrap .menu_list_01 {
		width: 418px;
	}
	.footer_menu_wrap .menu_list_02 {
		width: 48.9%;
	}
	.footer_menu_wrap .menu_link {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1600px) {
	.footer_menu_wrap .submenu_list_wrap {
		gap: 0 30px;
	}
}
@media only screen and (min-width: 1890px) {
	.footer_line {
		width: 1800px;
	}
}
/*
共通
*/
/* フォント */
.fw_normal {
	font-weight: 400;
}
/* 背景色 */
.bg_beige {
  background: #F5F5F3;
}
.bg_white {
  background: #FFF;
}
/* レイアウト */
.main {
	padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
	.main {
		padding: 80px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.main {
		padding: 90px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.main {
		padding: 120px 0 0;
	}
}
@media screen and (min-width: 1600px) {
	.main {
		padding: 160px 0 0;
	}
}
.page_body_01,
.page_body_02 {
  padding: 0 36px;
}
@media screen and (min-width: 1130px) {
  .page_body_02 {
    padding: 0;
    width: 1060px;
    margin: auto;
  }
}
@media screen and (min-width: 1350px) {
  .page_body_01 {
    padding: 0;
    width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 1600px) {
  .page_body_01 {
    width: 1280px;
  }
}
.contents_wrap {
  padding: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .contents_wrap {
    padding: 0 0 270px;
  }
}
@media screen and (min-width: 1280px) {
  .contents_wrap {
    padding: 0 0 470px;
  }
}
.page_inner {
	padding: 60px 0 80px;
}
.page_inner_last {
	padding: 60px 0 0;
}
@media screen and (min-width: 1280px) {
  .page_inner {
    padding: 120px 0 160px;
  }
  .page_inner_last {
    padding: 120px 0 0;
  }
}
/* タイトル */
.page_ttl_wrap {
	padding: 59px 0 50px;
}
.page_ttl_body {
	width: 100%;
	padding: 0 45px;
}
.page_ttl_en {
	font-size: 30px;
	line-height: 1.3;
	position: relative;
}
.page_ttl_en::before {
	content: "";
	display: block;
	background-image: url(../images/common/ttl_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: -10px;
	left: -24px;
}
.page_ttl_jp {
	font-size: 17px;
	font-weight: 500;
	margin: 5px 0 0;
}
.sec_ttl {
	font-size: 26px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px 0;
	margin: 0 0 30px;
	text-align: center;
}
.sec_ttl_icon {
	width: 22px;
}
@media only screen and (min-width: 768px) {
	.page_ttl_wrap {
		padding: 70px 0 80px;
	}
	.page_ttl_en {
		font-size: clamp(30px, 3.75vw, 48px);
	}
	.page_ttl_jp {
		font-size: clamp(17px, 2vw, 26px);
	}
	.sec_ttl {
		font-size: clamp(26px, 3.12vw, 40px);
	}
}
@media only screen and (min-width: 1280px) {
	.page_ttl_en {
		font-size: 48px;
	}
	.page_ttl_en::before {
		width: 24px;
		height: 24px;
		left: -34px;
	}
	.page_ttl_jp {
		font-size: 26px;
		margin: 10px 0 0;
	}
	.sec_ttl {
		font-size: 40px;
		gap: 21px 0;
		margin: 0 0 60px;
	}
	.sec_ttl_icon {
		width: unset;
	}
}
@media only screen and (min-width: 1340px) {
	.page_ttl_body {
		width: 1246px;
		padding: 0;
		margin: auto;
	}
}
@media only screen and (min-width: 1600px) {
	.page_ttl_wrap {
		padding: 120px 0 110px;
	}
}
/* パンくず */
.breadcrumbs {
	font-size: 12px;
	padding: 11px 0 33px;
	text-align: right;
}
.breadcrumbs a {
	color: #BFBFBF;
}
.breadcrumbs_line {
  margin: 0 10px;
	color: #BFBFBF;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: clamp(12px, 1.25vw, 16px);
		padding: 20px 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .breadcrumbs {
    font-size: 16px;
		padding: 20px 0 77px;
  }
	.breadcrumbs_line {
		margin: 0 20px;
	}
}
/* ページ内リンク */
.page_link_body {
	width: 100%;
	padding: 0 36px;
}
.page_link_btn_wrap {
	background: #F5F5F3;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.page_link_open {
	position: relative;
}
.page_link_ttl_sp {
	padding: 0 0 0 6px;
}
.page_link_open .open_icon-wrap {
	position: absolute;
	right: 0;
}
.page_link_open_inner {
	display: none;
	padding: 20px 0 0;
}
.page_link_btn_list {
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.page_link_btn {
	height: 100%;
	background: #FFF;
	border: 3px solid #FFF;
	border-radius: 5px;
	padding: 4px 7px 4px 13px;
	display: flex;
	align-items: center;
	gap: 0 8px;
	position: relative;
	transition: all .3s ease-out;
}
.page_link_btn::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/common/page_menu_btn.svg) center / contain no-repeat;
	position: absolute;
	right: 10px;
}
.page_link_btn_img {
	width: 42px;
	height: 42px;
}
.page_link_btn_txt {
	padding: 0 25px 0 0;
	flex: 1;
}
.page_link_btn_txt_en {
	color: #50B6BB;
	font-size: 12px;
	line-height: 1.25;
}
.page_link_btn_txt_jp {
	line-height: 1.45;
}
@media only screen and (min-width: 768px) {
	.page_link_btn_wrap {
		border-radius: 10px;
		padding: 30px;
		box-shadow: unset;
	}
	.page_link_open {
		display: none;
	}
	.page_link_open_inner {
		display: block;
		padding: 0;
	}
	.page_link_btn_list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 6px;
	}
	.page_link_btn_item {
		width: calc((100% - 6px) / 2);
	}
	.page_link_btn {
		border-radius: 10px;
		padding: 7px 7px 7px 13px;
		gap: 0 10px;
	}
}
@media only screen and (min-width: 1024px) {
	.page_link_btn_item {
		width: calc((100% - 12px) / 3);
	}
	.page_link_btn:hover {
		border: 3px solid #EEEEEC;
	}
}
@media only screen and (min-width: 1280px) {
	.page_link_btn_wrap {
		border-radius: 20px;
		padding: 50px;
	}
	.page_link_btn::after {
		width: 20px;
		height: 20px;
		right: 20px;
	}
	.page_link_btn_list {
		gap: 10px;
	}
	.page_link_btn_item {
		width: calc((100% - 30px) / 3);
	}
	.page_link_btn {
		padding: 7px 7px 7px 17px;
	}
	.page_link_btn_img {
		width: 60px;
		height: 60px;
	}
}
@media only screen and (min-width: 1350px) {
	.page_link_body {
		width: 1250px;
		padding: 0;
		margin: auto;
	}
}
@media only screen and (min-width: 1600px) {
	.page_link_body {
		width: 1522px;
	}
	.page_link_btn_item {
		width: calc((100% - 30px) / 4);
	}
}
/* 404 */
.not_found_wrap {
	padding: 60px 0 80px;
}
.not_found_wrap .page_ttl_en {
	font-size: 40px;
	text-align: center;
	color: #50B6BB;
}
.not_found_wrap .page_ttl_en::before {
	display: none;
}
.not_found_wrap .page_ttl_jp {
	font-weight: 700;
	text-align: center;
}
.not_found_txt {
	margin: 30px 0 0;
}
.not_found_txt p {
	text-align: center;
	line-height: 1.7;
}
.back_btn_wrap {
	margin: 40px 0 0;
	text-align: center;
}
.back_btn {
	display: inline-flex;
	align-items: center;
	gap: 0 7px;
	max-width: 252px;
	height: 42px;
	margin: auto;
	padding: 0 10px;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: #50B6BB;
	border: 2px solid #50B6BB;
	border-radius: 30px;
	color: #FFF;
	transition: all .3s ease-out;
}
.back_btn_icon {
	background: #FFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-out;
}
.back_btn_icon svg {
	fill: #50B6BB;
	transition: all .3s ease-out;
}
@media only screen and (min-width: 768px) {
	.not_found_wrap {
		padding: 60px 0 280px;
	}
	.not_found_wrap .page_ttl_en {
		font-size: clamp(40px, 7vw, 90px);
	}
	.not_found_wrap .page_ttl_jp {
		font-size: clamp(20px, 2.34vw, 30px);
	}
	.back_btn {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.back_btn:hover {
		background: #FFF;
		color: #50B6BB;
	}
	.back_btn:hover .back_btn_icon {
		background: #50B6BB;
	}
	.back_btn:hover .back_btn_icon svg {
		fill: #FFF;
	}
}
@media only screen and (min-width: 1280px) {
	.not_found_wrap {
		padding: 120px 0 370px;
	}
	.not_found_wrap .page_ttl_en {
		font-size: 90px;
	}
	.not_found_wrap .page_ttl_jp {
		font-size: 30px;
	}
	.not_found_txt {
		margin: 60px 0 0;
	}
	.back_btn_wrap {
		margin: 60px 0 0;
	}
	.back_btn {
		width: 360px;
		height: 60px;
		font-size: 18px;
		gap: 0 12px;
		padding: 0 15px;
	}
}
.common_tel_num {
	display: inline-flex;
	align-items: center;
}
.tel_num_line {
	display: inline-block;
	padding: 0 0 2px;
}