@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, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: var(--base-color);
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: var(--base-color);
}
a:hover {
	color: var(--base-color);
}
a:active {
	color: var(--base-color);
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: var(--base-color);
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
:root {
	--base-color: #333;
	--white: #FFF;
	--black: #000;
	--red: #E73D2B;
	--green: #06C755;
	--bg02: #F78F67;
	--bg03: #808080;
	--bg04: #BBD7E3;
	--bg05: #F1DA9F;
	--bg06: #FBF4E6;
	--bg07: rgba(255,255,255,0.75);
	--bg08: #EBEBEB;
	--bg09: #F9E7B8;
	--bg10: #D4E8F0;
	--bg11: #FDDDD1;
	--bg12: #EEE9E3;
	--bg13: #C2DEEA;
	--bg14: #FCD5C6;
	--bg15: #F8E1A6;
	--bg16: #736357;
	--bg17: #534741;
	--col01: #F18B80;
	--col02: #F5AB33;
	--col03: #42210B;
	--border-col01: rgba(55,55,55,0.2);
	--border-col02: #DDDDDD;
	--border-col03: #B9B6B4;
	--shadow-col: rgba(0,0,0,0.15);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 2.2rem;
	top: 1.4rem;
	z-index: 999;
}
#gHeader .logo a {
	display: block;
	width: 27rem;
}
#gHeader .btnUl {
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-align: center;
	color: var(--white);
}
#gHeader .btnUl li {
	width: 11.2rem;
	height: 11.2rem;
	background: var(--red);
	transition: 0.3s;
}
#gHeader .btnUl a {
	padding: 1px;
	display: block;
	height: 100%;
	color: var(--white);
}
#gHeader .btnUl .line {
	background: var(--bg02);
}
#gHeader .btnUl .web {
	background: var(--bg03);
}
#gHeader .btnUl span {
	display: block;
}
#gHeader .btnUl .img {
	margin: 2.9rem auto 0.7rem;
	width: 3.2rem;
}
#gHeader .menu {
	cursor: pointer;
}
.fixedBox {
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	z-index: 999;
	justify-content: flex-end;
}
#gNavi {
	display: none;
	padding: 11.8rem 4rem 12rem;
	width: 37.5rem;
	position: fixed;
	right: 0;
	top: 0;
	background: rgba(231,61,43,0.9);
	z-index: 999;
	height: 100%;
	max-height: 76.6rem;
	overflow-y: auto;
	box-sizing: border-box;	
}
#gNavi a {
	display: block;
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: 0.12em;
	text-align: center;
	color: var(--white);
	font-feature-settings: "palt";
	font-family:"ten-mincho-text",serif;
}
#gNavi .comClose {
	top: 3.2rem;
	right: 2.9rem;
	position: fixed;
}
#gNavi .comClose span {
	background: var(--white);
}
@media all and (min-width: 1025px) {
	#gNavi a:hover {
		opacity: 0.6;
	}
	#gHeader .btnUl li:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo a {
		width: 20.9rem;
	}
	#gNavi {
		width: 100%;
		max-height: inherit;
	}
	#gHeader {
		left: 0.7rem;
		top: 0.9rem;
	}
	#gHeader .btnUl li {
		width: 8.4rem;
		height: 8.4rem;
		font-size: 1.2rem;
	}
	#gHeader .btnUl .img {
		margin: 2.2rem auto 0.5rem;
		width: 2.4rem;
	}
	.fixedList {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		z-index: 777;
	}
	.fixedList li {
		width: calc(100% / 4);
	}
	.fixedList a {
		padding: 0.8rem 0.2rem 0.6rem;
		display: block;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		background: var(--col01);
		color: var(--white);
	}
	.fixedList a .img {
		margin: 0 auto 0.1rem;
		display: block;
		width: 2.4rem;
	}
	.fixedList .form {
		background: var(--col02);
	}
	.fixedList .line {
		background: var(--bg02);
	}
	.fixedList .web {
		background: var(--bg03);
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 13.2rem;
}
#gFooter .logo {
	position: relative;
}
#gFooter{
	position: relative;
}
#gFooter::before {
	content: "";
	position: absolute;
	width: 27.6rem;
	height: 27.6rem;
	border-radius: 100%;
	top: -17rem;
    right: 14rem;
	z-index: 8;
	background: url(../img/common/dot_bg.webp) no-repeat center top / 100%;
}
#gFooter .logo .img {
	position: absolute;
    right: 4rem;
    top: -0.3rem;
    width: 10rem;
    z-index: 2;
}
#gFooter .logo::after {
	content: "";
	position: absolute;
	right: 0;
	left: 40rem;
	top: 45%;
	transform: translateY(-50%);
	height: 1px;
	border-top: 0.3rem dotted var(--red);
}
#gFooter .logo a {		
	margin: 0 0 3rem -1rem;
	display: block;
	width: 37.2rem;
	position: relative;
}
#gFooter .logo a .txt {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
#gFooter .box01 {
	padding: 3.7rem 0 8rem;
	position: relative;
	background-image: none;
	z-index: 9;
}
#gFooter .flex {
	margin-bottom: 6rem;
	gap: 2rem;
}
#gFooter .fBox {
	padding: 7.5rem 2rem 1rem;
	background: url(../img/common/footer_bg.webp) no-repeat center top / cover;
	position: relative;
	color: var(--white);
}
#gFooter .fBox::after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	opacity: 0.88;
	background: var(--bg17);
}
#gFooter .fBox .content {
	position: relative;
	z-index: 1;
}
#gFooter .fNavi {
	width: 14rem;
}
#gFooter .fNavi.list01 {
	width: 12rem;
}
#gFooter .subBox {
	flex: 1;
}
#gFooter .subUl {
	margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 6rem;
}
#gFooter .subUl .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6rem;
}
#gFooter .subUl li {
	width: fit-content;
}
#gFooter .fBox .subUl a {
	background: none;
	padding-left: 2.8rem;
	font-size: 1.2rem;
	line-height: 2.1;
	position: relative;
	display: inline-block;
}
#gFooter .fBox .subUl a::before {
	content: "-";
	position: absolute;
	left: 1.8rem;
	top: 0rem;
	font-size: 1.2rem;
}
#gFooter .fNavi li {
	width: 10rem;
}
#gFooter .fBox a {
	padding-left: 1.7rem;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	color: var(--bg06);
	background: url(../img/common/star_icon.webp) no-repeat left center / 0.9rem;
}
#gFooter address {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: right;
	position: relative;
	z-index: 2;
	color: var(--bg06);
	font-feature-settings: "palt";
}
@media all and (min-width: 1025px) {
	#gFooter .fBox a:hover {
		opacity: 0.6;
	}
}
@media all and (min-width: 897px) {
	#gFooter .box01::before {
		width: 100%;
		height: 9.8222vw;
		content: "";
		position: absolute;
		left: 0;
		bottom: calc(100% - 1px);	z-index: 9;
		background: url(../img/common/f_bg.webp) no-repeat center top / 100%;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4.9rem;
	}
	#gFooter::before { 
		width: 36vw;
		right: 17.33vw;
		left: auto;
		top: -27.2vw;
		height: 36vw;
		z-index: -1;
		border-radius: 100%;
		background-image: url(../img/common/dot_bg.webp);
	}
	#gFooter .logo::after { 
		display: none;
	}
	#gFooter .box01 {
		padding: 7.2rem 0 5.1rem;
		background-image: url(../img/common/f_bg_sp.webp);
	}
	#gFooter .logo a {
		width: 33.8rem;
		margin: 0 auto 1.6rem;
	}
	#gFooter .logo a .txt {
		font-size: 1.17rem;
		letter-spacing: 0.19em;
	}
	#gFooter .fBox {
		padding: 4.5rem 0.7rem 6.5rem;
		background-image: url(../img/common/footer_bg_sp.webp);
	}
	#gFooter .flex {
		margin-bottom: 2rem;
		gap: 0.8rem 2rem;
	}
	#gFooter .fNavi {
		width: calc((100% - 2rem) / 2) !important;
	}
	#gFooter .fNavi li {
		margin-bottom: 0.85rem;
		width: auto;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox a {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding-left: 2.2rem;
		background-size: 1.2rem auto;
	}
	#gFooter .subUl {
		margin-top: 1rem;
		padding-left: 0.5rem;
		gap: 1rem 1rem;
		margin-right: -2rem;
	}
	#gFooter .subUl .subList {
		display: block;
		width: 100%;
	}
	#gFooter .subUl > li:first-child { 
		width: calc((100% - 6rem) / 2);
		flex: inherit;
	}
	#gFooter .subUl > li {
		flex: 1;
	}
	#gFooter .fBox .subUl a {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.57;
	}
	#gFooter .subUl li {
		margin-bottom: 0.58rem;
	}
	#gFooter .fBox .subUl a::before {
		top: 0.2rem;
		transform: none;
	}
	#gFooter address {
		text-align: center;
	}
	#gFooter .logo .img {
		width: 6.2rem;
		top: -9rem;
		right: 0.5rem;
	}
	#gFooter .subBox {
		width: 100%;
	}
}