@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #3e3a39;
	text-decoration: none;
}
a:visited {
	color: #3e3a39;
}
a:hover {
	color: #3e3a39;
}
a:active {
	color: #3e3a39;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #3E3A39;
	font-size: 2.4rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #e0f1f4;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1rem;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 300;
	transition: 0.5s;
}
#gHeader.hide {
	transform: translateY(-100%);
}
#gHeader .hCatch {
	position: absolute;
	left: 20px;
	top: 8px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.13em;
}
#gHeader h1 {
	padding: 28px;
	text-align: center;
}
#gHeader h1 a {
	display: inline-block;
}
#gHeader h1 img {
	width: 238px;
}
#gHeader .btnWrapper {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 24px;
	top: 24px;
	text-align: center;
	color: #000;
}
#gHeader .btnWrapper a {
	display: inline-block;
	color: #000;
}
#gHeader .btnFavorite {
	width: 80px;
	order: 1;
}
#gHeader .btnFavorite svg {
	width: 54px;
	height: 43px;
}
#gHeader .btnFavorite p {
	margin: -7px 5px 0 0;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	letter-spacing: 0;
}
#gHeader .btnMypage {
	width: 194px;
}
#gHeader .btnMypage svg {
	width: 151px;
	height: auto;
}
.icon_favorite path {
	transition: 0.3s;
	position: relative;
}
.btn_favorite svg {
	margin-bottom: 5px;
	backface-visibility: hidden;
	transform: translateZ(0);
}
#gHeader .btnMypage svg {
	backface-visibility: hidden;
	transform: translateZ(0);
}
@media all and (min-width: 897px) {
	#gHeader .btnMypage a .btn_mypage_upper {
		transition: 0.3s;
		position: relative;
	}
	#gHeader .btnMypage a .btn_mypage_upper rect {
		transition: .6s;
	}
	#gHeader .btnMypage a:hover .btn_mypage_upper {
		transform: translate3d(7.5px, 6px, 0);
	}
	#gHeader .btnMypage a:hover .btn_mypage_upper rect {
		fill: #fdf636;
	}
	.icon_favorite:hover .upper_border,
	.icon_favorite:hover .fav_plus {
		transform: translate3d(5px, 5px, 0);
	}
	.icon_favorite:hover .upper_border {
		fill: #fdf636;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		padding: 19px 60px 26px;
	}
	#gHeader h1 img {
		width: 146px;
	}
	#gHeader .btnWrapper {
		display: block;
		right: 14px;
		top: 23px;
	}
	#gHeader .btnFavorite {
		display: none;
	}
	#gHeader .btnMypage {
		width: 31px;
	}
	#gHeader .btnMypage svg {
		width: 31px;
	}
	.menu {
		width: 26px;
		height: 10px;
		position: absolute;
		left: 14px;
		top: 26px;
		cursor: pointer;
		z-index: 500;
	}
	.menu::after {
		width: 54px;
		height: 54px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		content: '';
	}
	.menu span {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		transition: 0.3s;
	}
	.menu span:nth-child(2) {
		top: 9px;
	}
	.menu.on span:nth-child(1) {
		transform: translateX(0) translateY(5px) rotate(45deg);
	}
	.menu.on span:nth-child(2) {
		transform: translateX(0) translateY(-4px) rotate(-45deg);
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		transform: translateX(-100%);
		transition: 0.3s;
		overflow-y: auto;
		z-index: 400;
	}
	.menuBox.on {
		transform: translateX(0);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi .naviList {
	margin: 0 auto;
	width: 1240px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
#gNavi .naviList > li {
	margin: 0 31px;
}
#gNavi .naviList > li > a {
	padding: 3px 0 30px;
	display: block;
	position: relative;
	color: #000;
	font-size: 1.9rem;
}
#gNavi .naviList li.drop > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 16px solid rgba(57, 57, 57, 0);
	border-right: 12px solid rgba(57, 57, 57, 0);
	border-left: 12px solid rgba(57, 57, 57, 0);
	border-bottom: 16px solid rgba(57, 57, 57, 0.8);
	opacity: 0;
	transition: opacity 0.3s;
	transform: translateX(-50%);
}
#gNavi .naviList li.drop.on > a::before {
	opacity: 1;
}
#gNavi .naviList > li > a::after {
	width: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-bottom: 3px solid #000;
	content: "";
}
#gNavi .naviList li .subNavi {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: rgba(57, 57, 57, 0.8);
}
#gNavi .naviList li .subNavi .subInner {
	padding: 30px 30px 10px 30px;
	display: flex;
	justify-content: space-between;
}
#gNavi .naviList li .subNavi .subList {
	width: 33.33%;
}
#gNavi .naviList li .subNavi .subList li a {
	padding: 0 20px;
	height: 32px;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	font-size: 1.4rem;
	display: inline-block;
	border-radius: 16px;
	transition: 0.3s;
}
#gNavi .naviList li .subNavi .allList {
	padding: 10px 30px 30px 30px;
	text-align: center;
}
#gNavi .naviList li .subNavi .allList a {
	padding: 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	display: inline-block;
	transition: 0.3s;
}
#gNavi .naviList li .subNavi .allList a img {
	margin-left: 10px;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	#gNavi .naviList > li > a:hover::after,
	#gNavi .naviList > li.on > a::after {
		width: 100%;
	}
	#gNavi .naviList li .subNavi .subList li a:hover {
		background: rgba(0, 0, 0, 0.5);
	}
	#gNavi .naviList li .subNavi .allList a:hover {
		opacity: 0.6;
	}
}
@media all and (min-width: 897px) and (max-width: 1240px) {
	#gNavi .naviList > li {
		margin: 0 2.5vw;
	}
	#gNavi .naviList > li > a {
		font-size: 1.532vw;
		letter-spacing: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 999px) {
	#gNavi .naviList li .subNavi .subList li a {
		padding: 0 2vw;
		font-size: 1.4vw;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		padding-bottom: 20px;
	}
	#gNavi .naviList {
		width: auto;
		display: block;
		background: #fff;
	}
	#gNavi .naviList > li {
		margin: 0;
		position: relative;
		border-bottom: 1px solid #000;
	}
	#gNavi .naviList li:last-child {
		border-bottom: none;
	}
	#gNavi .naviList > li > a {
		padding: 20px 0;
		text-align: center;
		font-size: 1.8rem;
	}
	#gNavi .naviList > li > a::after {
		display: none;
	}
	#gNavi .naviList li.drop > a::before,
	#gNavi .naviList li.drop > a::after {
		display: none;
	}
	#gNavi .naviList li.drop .switch {
		width: 72px;
		height: 72px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
		cursor: pointer;
	}
	#gNavi .naviList li.drop .switch::before {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 10px;
		width: 20px;
		height: 2px;
		background: #000;
		display: block;
		border: none;
		opacity: 1;
		transform: none;
		cursor: pointer;
	}
	#gNavi .naviList li.drop .switch::after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 19px;
		height: 20px;
		width: 2px;
		background: #000;
		display: block;
		transition: opacity 0.3s;
	}
	#gNavi .naviList li.drop .switch.on::after {
		opacity: 0;
	}
	#gNavi .naviList li .subNavi {
		width: auto;
		position: initial;
		background: transparent;
	}
	#gNavi .naviList li .subNavi .subInner {
		padding: 0;
		display: block;
	}
	#gNavi .naviList li .subNavi .subList {
		padding: 0 2em;
		width: auto;
	}
	#gNavi .naviList li .subNavi .subList li a {
		padding: 0;
		color: #000;
	}
	#gNavi .naviList li .subNavi .allList {
		padding: 0;
	}
	#gNavi .naviList li .subNavi .allList a {
		padding: 1em 0 2em;
		color: #000;
		font-size: 1.4rem;
	}
	#gNavi .naviList li .subNavi .allList a img {
		width: 28px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 35px 10px 32px;
	text-align: center;
}
#gFooter address {
	color: #231815;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.09em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 42px 0 12px;
		background: #fff;
	}
	#gFooter address {
		font-size: 0.8rem;
		letter-spacing: 0.06em;
	}
}