@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;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;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	body.fixed {
		overflow-y: scroll;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 19px 55px 20px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 800;
	transition: .3s;
}
#gHeader.bg {
	background-color: rgba(255,255,255,0.8);
}
#gHeader .h-box {
    margin: 0 auto;
    max-width: 1474px;
    align-items: center;
    position: relative;
}
/* #gHeader .h-box::before {
	width: 3px;
	position: absolute;
	left: 514px;
	top: -20px;
	bottom: -20px;
	content: "";
	background-color: #D1D1D1;
} */
#gHeader h1 {
	width: 490px;
}
#gHeader .link-box {
	width: calc(100% - 500px);
}
#gHeader .btn {
	width: 305px;
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .btn a {
	padding: 8px 10px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 21px;
	letter-spacing: 0.1em;
	background-color: #EE869B;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	position: relative;
}
#gHeader .btn a span {
	position: relative;
	z-index: 3;
}
#gHeader .btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
	border-radius: 35px;
	border: 1px solid #EE869B;
}
#gNavi {
	width: 100%;
}
#gNavi ul {
	margin: 0 358px 12px 0;
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 6px;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi a {
    padding-right: 6px;
	letter-spacing: 0.15em;
    font-size: 1.4rem;
	display: inline-block;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi li:last-child a {
    padding-right: 0;
}
@media all and (min-width: 897px) {
	#gHeader .btn a:hover::before {
		transform: scale(1, 1);
	}
	#gHeader .btn a:hover {
		color: #EE869B;
	}
	#gNavi a:hover::before {
		width: 100%;
	}
}
@media all and (min-width: 1100px) {
	.menu-box {
		display: none;
	}
}
@media all and (max-width: 1650px) {
	#gHeader .h-box::before {
		left: 484px;
	}
	#gHeader h1 {
		width: 450px;
	}
}
@media all and (max-width: 1600px) {
	#gHeader {
		padding: 19px 15px 20px;
	}
	#gHeader h1 {
		width: 340px;
	}
	#gHeader .h-box::before {
		left: 341px;
	}
	#gHeader .link-box {
		width: calc(100% - 344px);
	}
	#gHeader .btn {
		top: -7px;
	}
	#gNavi ul {
		margin-right: 320px;
	}
}
@media all and (max-width: 1350px) {
	#gHeader .btn {
		width: 200px;
	}
	#gNavi ul {
		margin-right: 211px;
	}
}
@media all and (max-width: 1180px) {
	#gHeader .link-box {
		display: none;
	}
	.menu {
		display: none;
	}
	.menu {
        display: block;
		position: fixed;
		right: 28px;
		top: 9px;
		width: 48px;
		height: 48px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 50%;
		z-index: 1000;
		cursor: pointer;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		left: 12px;
		width: 24px;
		height: 2px;
		background-color: #707070;
		border-radius: 5px;
	}
	.menu span:nth-of-type(1) {
		top: 14px;
	}
	.menu span:nth-of-type(2) {
		top: 23px;
	}
	.menu span:nth-of-type(3) {
		top: 32px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	.menu-box {
		padding: 60px 66px 70px;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(255,214,214,0.9);
		z-index: 900;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menu-box .title {
		margin-bottom: 3px;
		color: #EE859A;
		font-size: 3.7rem;
		letter-spacing: 0.1em;
	}
	.menu-box ul {
		margin-bottom: 78px;
	}
	.menu-box li a {
		padding: 27px 0;
		display: block;
		border-bottom: 1px solid #fff;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	.menu-box .btn {
		margin: 0 auto;
		width: 243px;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
	.menu-box .btn a {
		padding: 16px 10px;
		display: block;
		color: #fff;
		font-size: 1.8rem;
		text-align: center;
		border-radius: 30px;
		letter-spacing: 0.1em;
		background-color: #EE869B;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	#gHeader .btn {
		position: fixed;
		width: 103px;
		top: 72px;
		right: 0;
	}
	#gHeader .btn a {
		padding: 8px 18px;
		font-size: 1.4rem;
		text-align: left;
		border-radius: 30px 0 0 30px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 16px 30px;
		background-color: transparent !important;
		position: absolute;
	}
	#gHeader .h-box {
		margin: 0 auto;
		max-width: inherit;
		display: block;
	}
	#gHeader .h-box::before {
		display: none;
	}
	#gHeader h1 {
		width: 250px;
	}
	#gHeader .link-box {
		display: none;
	}
	.menu {
		top: 16px;
	}
}
@media all and (max-width: 360px) {
	#gHeader h1 {
		width: 210px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.page-top {
	width: 96px;
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 500;
}
.page-top.abs {
	position: absolute;
	bottom: 180px;
}
.page-top a {
	display: block;
}
.page-top a:hover {
	opacity: 0.7;
}
#gFooter {
    padding: 28px 15px 42px;
    background-color: #EEE;
}
#gFooter .f-box {
    margin: 0 auto;
    max-width: 1454px;
    align-items: flex-end;
}
#gFooter .l-box {
    width: calc(100% - 490px);
}
#gFooter .f-logo {
    margin-bottom: 12px;
    width: 170px;
}
#gFooter .f-navi {
    margin-bottom: 10px;
}
#gFooter .f-navi li {
    margin-right: 8px;
	display: inline-block;
}
#gFooter .f-navi a {
    padding-right: 5px;
    letter-spacing: 0.15em;
}
#gFooter .f-navi a:hover {
	opacity: 0.7;
}
#gFooter .link a {
    padding-right: 21px;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    background: url("../../images/common/icon01.png") no-repeat right bottom / 16px;
}
#gFooter .link a:hover {
	opacity: 0.7;
}
#gFooter .r-box {
    margin-bottom: -4px;
    width: 420px;
}
#gFooter address {
    margin-right: -8px;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
	.page-top {
		width: 76px;
        right: 19px;
		bottom: 10px;
	}
	.page-top.abs {
		bottom: 290px;
	}
	#gFooter {
		padding: 24px 26px 27px;
	}
	#gFooter .f-box {
		max-width: inherit;
		display: block;
		position: relative;
		z-index: 1000;
	}
	#gFooter .l-box {
		margin-bottom: 23px;
		width: auto;
	}
	#gFooter .f-logo {
		margin: 0 0 13px -5px;
		width: 141px;
	}
	#gFooter .f-navi {
		margin: -5px -10px 20px 0;
	}
	#gFooter .f-navi li {
		margin: 5px 0 0;
	}
	#gFooter .f-navi a {
		font-size: 1.4rem;
	}
	#gFooter .link a {
		background-position: right center;
	}
	#gFooter .r-box {
		margin-bottom: 0;
		width: auto;
	}
	#gFooter address {
		margin-right: 0;
		font-size: 1.3rem;
		text-align: right;
		line-height: 2.34;
	}
}