@charset "utf-8";

:root {
	--gothic: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
body {
	color: #333;
	font-size: 15px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

@media (max-width: 959px) {}

@media (max-width: 519px) {
	body {}
}

:root {
	--vw: 1vw;
}


/* -------------------- rollover -------------------- */
.rollover {
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.rollover:hover {
	opacity: 0.8;
}


/* -------------------- wrapper -------------------- */
.wrapper {
	max-width: 1360px;
	margin: 0 auto;
}

/* -------------------- btn -------------------- */
.btn {
	position: relative;
	isolation: isolate;
	outline: none;
	display: inline-block;
	padding: 15px 45px;
	background-color: #0ABAB5;
	border-radius: 6px;
	overflow: hidden;
	color: #fff;
	transform: translateZ(0);
	transition: all ease 0.3s;
}

.btn:hover {
	color: #fff;
}

.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease 0s;

	color: #8A2222;

}

.btn:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);

	color: #8A2222;

}

.btn span,
.btn .btn-inner {
	position: relative;
	z-index: 3;
}

.btn img,
.btn svg {
	margin-left: 10px;
	vertical-align: middle;
}


/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
header {
	/*position: relative;*/
	/*height: 152px;*/
	position: absolute;
	width: 100%;
	z-index: 20;
}
header .common_header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 999;
}
header .wrapper {
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
}
header .wrapper .logo {
	position: absolute;
	top: 25px;
	left: 0;
}
/*.home header .wrapper .logo img {*/
header .wrapper .logo img {
	width: 200px;
}
@media (max-width: 519px) {
	header .wrapper {
		max-width: calc(100% - 30px);
	}
	header .wrapper .logo {
		top: 15px;
	}
	/*.home header .wrapper .logo img,*/
	header .wrapper .logo img {
		width: calc(12000vw / 390);
		height: auto;
	}
}

header .global_menu {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: rgba(218, 254, 252, 0.9);
	border-radius: 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
}
/*.home header .global_menu {*/
header .global_menu {
	width: fit-content;
	left: 0;
	right: 0;
	margin-inline: auto;
}
header .global_menu ul.open_menu {
	display: flex;
	justify-content: flex-start;
}
header .global_menu ul.open_menu li a {
	display: block;
	background-color: #fff;
	border: 1px solid #A9D9D6;
	border-radius: 4px;
	padding: 14px 20px;
	margin-right: 10px;
}
@media (max-width: 1299px) {
	/*.home header .global_menu ul.open_menu li a {*/
	header .global_menu ul.open_menu li a {
		padding: 10px 15px;
		font-size: 13px;
	}
}
@media (max-width: 1149px) {
	/*.home header .global_menu ul.open_menu {*/
	header .global_menu ul.open_menu {
		display: none;
	}
}
@media (max-width: 1199px) {
	header .global_menu ul.open_menu li a {
		padding: 10px 15px;
		font-size: 13px;
	}
}
@media (max-width: 1099px) {
	header .global_menu ul.open_menu {
		display: none;
	}
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	/*.home header .global_menu {*/
	header .global_menu {
		left: auto;
		right: 0;
	}
	header .global_menu {
		background-color: transparent;
		padding: 0;
	}
}

header .global_menu .lang {
	display: flex;
	justify-content: flex-start;
	margin-right: 10px;
}
header .global_menu .lang div {
	margin-right: 5px;
}
header .global_menu .lang ul {
	display: flex;
	justify-content: flex-start;
}
header .global_menu .lang ul li:not(:last-child):after {
	content: "/";
	margin: 0 4px;
}
@media (max-width: 519px) {
	header .global_menu .lang {
		display: none;
	}
}


/* -------------------- gnavi_btn -------------------- */
header .gnavi_btn {
	z-index: 999;
	height: 50px;
	width: 50px;
	padding: 16px 12px;
	background-color: #fff !important;
	border: 1px solid #0ABAB5;
	border-radius: 50%;
	cursor: pointer;
}
header .gnavi_btn.open {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	margin: auto;
	transform: translateX(calc(50vw - 50px));
}
header .menu-trigger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
header .menu-trigger span {
	transition: all 0.3s ease;
	position: relative;
	height: 2px;
	background-color: #0ABAB5;
}

header .gnavi_btn .menu-trigger span:nth-of-type(1) {
	top: 0%;
}

header .gnavi_btn .menu-trigger span:nth-of-type(3) {
	bottom: 0%;
}

header .gnavi_btn.open .menu-trigger span:nth-of-type(1) {
	top: 50%;
	transform-origin: center;
	transform: translateY(-50%) rotate(-45deg);
}

header .gnavi_btn.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

header .gnavi_btn.open .menu-trigger span:nth-of-type(3) {
	bottom: 50%;
	transform-origin: center;
	transform: translateY(50%) rotate(45deg);
}
@media (max-width: 519px) {
	header .gnavi_btn.open {
		position: static;
		transform: initial;
	}
}


/* -------------------- gnavi -------------------- */
header .gnavi {
	position: fixed;
	z-index: 510;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000;
	transition: all ease 0.3s;
	pointer-events: none;
}
header .gnavi.active {
	opacity: 1;
	pointer-events: initial;
}

header .gnavi .wrapper {
	display: flex;
	gap: calc(11000vw / 1140);
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}
header .gnavi .wrapper .left {
	flex-shrink: 0;
	max-width: 500px;
	width: calc(50000vw / 1440);
}
header .gnavi .wrapper .left img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
header .gnavi .wrapper .right {
	width: 100%;
	max-width: 940px;
}
@media (max-width: 959px) {
	header .gnavi .wrapper {
		gap: 0;
	}
	header .gnavi .wrapper .left {
		flex-shrink: 1;
		width: 50%
	}
	header .gnavi .wrapper .right {
		flex-shrink: 0;
		min-width: 350px;
		width: 50%;
		overflow: scroll;
		padding: 0 50px 50px;
	}
}
@media (max-width: 519px) {
	header .gnavi .wrapper {
		height: 100dvh;
	}
	header .gnavi .wrapper .left {
		display: none;
	}
	header .gnavi .wrapper .right {
		width: 100%;
		padding: 15px 15px 50px;
	}
}


header .gnavi .wrapper .right .header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-top: 32px;
}
header .gnavi .wrapper .right .header .hide_menu_lang {
	margin-right: 100px;
	display: flex;
	justify-content: flex-start;
	padding: 13px 20px;
	box-shadow: 0 0 6px 0 rgba(0, 42, 41, .2);
	border-radius: 4px;
}

header .gnavi .wrapper .right .header .hide_menu_lang div {
	margin-right: 5px;
}
header .gnavi .wrapper .right .header .hide_menu_lang ul {
	display: flex;
	justify-content: flex-start;
}
header .gnavi .wrapper .right .header .hide_menu_lang ul li:not(:last-child):after {
	content: "/";
	margin: 0 4px;
}
@media (max-width: 959px) {
	header .gnavi .wrapper .right .header {
		display: block;
	}
	header .gnavi .wrapper .right .header .hide_menu_logo img {
		width: calc(12000vw / 390);
		height: auto;
	}
	header .gnavi .wrapper .right .header .hide_menu_lang {
		justify-content: center;
		margin: 30px 20px 0;
		border-radius: 8px;
		text-align: center;
	}
}
@media (max-width: 519px) {
	header .gnavi .wrapper .right .header {
		margin-top: 0;
	}
}


header .gnavi .wrapper .right .links {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
header .gnavi .wrapper .right .links .links_left,
header .gnavi .wrapper .right .links .links_right {
	width: 50%;
}
header .gnavi .wrapper .right .links ul {}
header .gnavi .wrapper .right .links ul li {
	margin-bottom: 20px;
}
header .gnavi .wrapper .right .links ul li a {

}
header .gnavi .wrapper .right .links ul li::before {
	content: "-";
	color: #0ABAB5;
	font-weight: bold;
	margin-right: 4px;
}
header .gnavi .wrapper .right .links ul.large li a {
	font-size: 22px;
	font-weight: bold;
}
header .gnavi .wrapper .right .links ul.sns_links {
	display: flex;
	justify-content: space-between;
	width: fit-content;
	gap: 20px;
	border-bottom: 1px solid #C0E6FF;
	margin-top: 40px;
}
header .gnavi .wrapper .right .links ul.sns_links li::before {
	content: none;
}

header .gnavi .wrapper .right .links .google_review {
	width: fit-content;
	padding: 16px 0;
}
@media (max-width: 959px) {
	header .gnavi .wrapper .right .links {
		flex-direction: column;
		margin-top: 40px;
	}
	header .gnavi .wrapper .right .links .links_left,
	header .gnavi .wrapper .right .links .links_right {
		width: 100%;
	}
}
@media (max-width: 519px) {
	header .gnavi .wrapper .right .links ul.sns_links,
	header .gnavi .wrapper .right .links .google_review {
		margin-inline: auto;
	}
}





/* --------------- .go_to_top --------------- */
.go_to_top {
	position: fixed;
	z-index: 100;
	bottom: 10px;
	left: 10px;
	width: 70px;
	height: 70px;
}

.go_to_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #A69660;
	border-radius: 100px;
	color: #8A2222;
	font-size: 12px;
	transition: all ease 0.3s;
}

.go_to_top a svg {
	margin-bottom: 5px;
	fill: #8A2222;
	transition: all ease 0.3s;
}

.go_to_top a:hover {
	background-color: #B39E54;
	color: #fff;
}

.go_to_top a:hover svg {
	fill: #fff;
}

@media (max-width: 959px) {}

@media (max-width: 519px) {
	.go_to_top {
		display: none;
	}
}



/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
footer {}
footer .wrapper {
	max-width: 1200px;
	padding: 0 20px;
}
footer .wrapper .top {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C0E6FF;
}
footer .wrapper .top .sns_icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer .wrapper .top .sns_icons ul {
	display: flex;
	justify-content: flex-start;
}
footer .wrapper .top .sns_icons ul li {
	margin-right: 20px;
}
footer .wrapper .top .sns_icons .google_review {
	width: fit-content;
	border-left: 1px solid #C0E6FF;
	padding-left: 20px;
}
footer .wrapper .top .sns_icons .google_review .ti-widget {
	width: fit-content;
}
@media (max-width: 959px) {
	footer .wrapper .top {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 519px) {
	footer .wrapper .top {
		gap: 30px;
		padding-bottom: 15px;
	}
	footer .wrapper .top .logo img {
		width: calc(18000vw / 390);
		height: auto;
	}
	footer .wrapper .top .sns_icons {
		justify-content: center;
		flex-direction: column;
		padding: 15px 15px 0;
		border-radius: 8px;
		box-shadow: 0 0 6px 0 rgba(0, 42, 41, .2);
	}
	footer .wrapper .top .sns_icons ul {
		gap: 20px;
	}
	footer .wrapper .top .sns_icons ul li {
		margin-right: 0;
	}
	footer .wrapper .top .sns_icons .google_review {
		padding-left: 0;
		margin-top: 15px;
		border-left: none;
		border-top: 1px solid #C0E6FF;
	}
	footer .wrapper .top .sns_icons .google_review .ti-widget {
		width: fit-content;
	}
}


footer .wrapper .bottom {
	display: flex;
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	padding: 30px 0;
}

footer .wrapper .bottom .links {}
footer .wrapper .bottom .links ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
footer .wrapper .bottom .links ul li {
	margin-right: 20px;
	white-space: nowrap;
}

footer .wrapper .bottom .copyright {
	margin-left: auto;
}
footer .wrapper .bottom .copyright p {
	color: #0ABAB5;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	footer .wrapper .bottom {
		display: block;
	}
	footer .wrapper .bottom .links {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-inline: 20px;
	}
	footer .wrapper .bottom .links ul {
		flex-direction: column;
	}
	footer .wrapper .bottom .links ul li {
		margin-right: 0;
	}

	footer .wrapper .bottom .copyright {
		margin-left: 0;
		margin-top: 45px;
		text-align: center;
	}
	footer .wrapper .bottom .copyright p {
		font-size: 12px;
	}
}
