@charset "UTF-8";
/* CSS Document */
/*
Theme Name:kico-reform
Theme URI: https://kico-reform.com
Description: オリジナルテーマ
Version: 1.0
Author: smilebubbles
Author URI: https://kico-reform.com
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 897px) and (max-width: 1199px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@font-face {
	font-family: "satsukigendaimincho";
	font-weight: 500;
	src: url("font/satsukigendaimincho-m.woff2");
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: #222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 4.7rem 3.1rem;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader .logo {
	width: 25.7rem;
}
#gNavi > ul > li {
	margin-right: 3.5rem;
	position: relative;
}
#gNavi > ul > li > a {
	height: 6.6rem;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #000;
	font-size: 1.3rem;
}
#gNavi > ul > li .arrow {
	position: absolute;
	right: -1rem;
	top: 0;
	height: 100%;
	width: 0.7rem;
}
#gNavi > ul > li .arrow::before,
#gNavi > ul > li .arrow::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.7rem;
	height: 1px;
	background-color: #000;
	content: "";
	transition: .3s;
}
#gNavi > ul > li .arrow::after {
	transform: rotate(90deg);
}
#gNavi > ul > li:hover .arrow::after {
	transform: none;
}
#gNavi li.arrow > a.on {
	background-image: url(img/common/icon13_on.png);
}
#gNavi li a:hover {
	opacity: 0.7;
}
.naviBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #231815;
	opacity: 0;
	visibility: hidden;
	transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.naviBg.active {
	opacity: 0.45;
	visibility: visible;
}
#gNavi .naviBox {
	width: 52rem;
	position: absolute;
	left: -17rem;
	top: 100%;
	padding-top: 1.9rem;
	opacity: 0;
	visibility: hidden;
	transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
#gNavi .active .naviBox {
	opacity: 1;
	visibility: visible;
}
#gNavi .naviInfo {
	padding: 1.7rem 5.7rem 1.8rem;
	background-color: #fff;
}
#gNavi .naviBox .naviTtl {
	margin-bottom: 1.3rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
}
#gNavi .naviBox .naviList {
	margin-bottom: 1rem;
}
#gNavi .naviBox .naviList li {
	width: 12.4rem;
}
#gNavi .naviBox .naviList a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
    font-size: 1.4rem;
	font-weight: 700;
	border-radius: 0.5rem;
}
#gNavi .naviBox .naviList span {
	position: absolute;
	left: 1rem;
	right: 0;
	bottom: 0.3rem;
	text-decoration: underline;
	background: url(img/common/icon16.png) no-repeat right center;
	background-size: 2.3rem auto;
}
#gNavi .naviBox .naviUl li {
	margin-bottom: 0.7rem;
}
#gNavi .naviBox .naviUl li {
	width: 47%;
}
#gNavi .naviBox .naviUl a {
	padding: 0.2rem 0 0.1rem;
	display: block;
	color: #000;
    font-size: 1.4rem;
	font-weight: 700;
	text-decoration: underline;
	background: url(img/common/icon07.png) no-repeat right center;
	background-size: 2.3rem auto;
}
#gHeader .hList {
	margin: 0.2rem 0 0 -1.1rem;
	background-color: #e3007f;
	border-radius: 5rem;
	overflow: hidden;
}
#gHeader .hList li:first-child {
	border-right: 1px solid #fff;
}
#gHeader .hList a {
	padding: 0.5rem 1rem 0.6rem 1.3rem;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
}
#gHeader .hList a:hover {
	opacity: 0.7;
}
#gHeader .hList li:last-child a {
	padding: 0.5rem 2.1rem 0.6rem 1.5rem;
}
.menu {
	width: 6.6rem;
	height: 6.6rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
.menu span {
	width: 1.7rem;
	height: 0.2rem;
	position: absolute;
	top: 2.7rem;
	left: 2.4rem;
	background: #222;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 3.2rem;
}
.menu span:nth-of-type(3) {
	top: 3.7rem;
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 100;
	background: url(img/common/menu_bg.jpg) no-repeat left center;
	background-size: cover;
	display: none;
}
.menuBox .menuBg {
	width: calc(50% + 14.8rem);
	margin-left: auto;
	min-height: 100%;
	padding: 4.5rem 4.8rem 7rem;
	position: relative;
	background-color: #f4f6fa;
}
.menuBox .close {
	position: absolute;
	right: 2.3rem;
	top: 2.7rem;
	width: 6.7rem;
	cursor: pointer;
	transition: .3s;
}
.menuBox .menuInfo {
	width: 60rem;
}
.menuBox .menuLogo {
	margin-bottom: 4.1rem;
	width: 25.7rem;
}
.menuBox .menuList li {
	width: 18.3rem;
}
.menuBox .menuList a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 0.7rem;
}
.menuBox .menuList span {
	position: absolute;
	left: 1.6rem;
	bottom: 0.5rem;
	text-decoration: underline;
}
.menuBox .menuUl li {
	margin-bottom: 0.7rem;
}
.menuBox .menuUl a {
	display: inline-block;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
}
.menuBox .menuUl01 a {
	font-weight: 400;
}
.menuBox .menuSub {
	margin-bottom: 3rem;
	padding-top: 1.4rem;
	border-top: 1px solid #b3b3b3;
}
.menuBox .sns {
	position: absolute;
	right: 11rem;
	bottom: -0.7rem;
	width: 7.1rem;
}
.menuBox .sns li {
	width: 2.9rem;
}
.menuBox .ttl {
	color: #000;
	font-size: 2.1rem;
	font-weight: 700;
}
.menuBox .ttl a {
	display: block;
	width: fit-content;
	margin: -0.3rem 0 0.1rem;
	color: #e3007f;
	font-size: 2.45rem;
}
.menuBox .ttl a span {
	font-size: 2rem;
}
.menuBox .ttl .sml {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
}
.menuBox .menuBtm ul {
	margin: 0.6rem 0.1rem 0 0;
	width: 17.3rem;
}
.menuBox .menuBtm li {
	width: 7.6rem;
}
.menuBox .menuBtm li a {
	height: 7.4rem;
	padding-top: 3.5rem;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.27rem;
	line-height: 1.25;
	background: #e3007f url(img/common/icon11.png) no-repeat top 1rem center;
	background-size: 2.6rem auto;
	border-radius: 1rem;
	box-sizing: border-box;
}
.menuBox .menuBtm li:last-child a {
	background: #009500 url(img/common/icon12.png) no-repeat top 0.8rem center;
	background-size: 2.5rem auto;
}
@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.7;
	}
	#gHeader .hBox {
		width: 75.7rem;
		height: 6.6rem;
		padding-left: 2.9rem;
		position: fixed;
		right: 2.4rem;
		top: 2.7rem;
		align-items: center;
		background-color: #fff;
		border-radius: 5rem;
		box-sizing: border-box;
		z-index: 9;
	}
	.menuBox .close:hover {
		opacity: 0.7;
	}
	.menuBox .menuList {
		margin: 0 0.6rem 1.7rem -0.2rem;
		position: relative;
	}
	.menuBox .menuList::after {
		content: "";
		width: 18.3rem;
	}
	.menuBox .menuInfo a:hover {
		opacity: 0.7;
	}
	.menuBox .menuInfo .menuLogo a:hover {
		opacity: 1;
	}
	.menuBox .menuUl.flexB {
		margin-bottom: 1.7rem;
		position: relative;
	}
	.menuBox .menuUl.flexB::after {
		content: "";
		width: 18.3rem;
	}
	.menuBox .menuUl.flexB li {
		width: 18.3rem;
	}
	.menuBox .menuSub .menuUl {
		width: 18.3rem;
	}
	.menuBox .menuInner {
		width: 39.6rem;
		position: relative;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		padding: 1.8rem 2.9rem 2rem;
		left: 1.1rem;
		top: 1.1rem;
		width: auto;
		right: 1rem;
		background-color: #fff;
		border-radius: 5rem;
	}
	#gHeader .logo {
		width: 18rem;
	}
	#gNavi {
		display: none;
	}
	#gHeader .hList {
		display: none;
	}
	.menu {
		right: -0.2rem;
		top: -0.1rem;
	}
	.menuBox {
		background: #f4f6fa;
	}
	.menuBox .menuBg {
		width: auto;
		min-height: inherit;
		padding: 2.9rem 2rem 7rem 1.7rem;
	}
	.menuBox .close {
		right: 0.8rem;
		top: 1rem;
		width: 6.7rem;
	}
	.menuBox .menuInfo {
		width: auto;
	}
	.menuBox .menuLogo {
		margin: 0 0 4rem 2.3rem;
		width: 18rem;
	}
	.menuBox .menuList li {
		width: calc(50% - 1.2rem);
	}
	.menuList.flexB {
      justify-content: flex-start;
		        justify-content: space-between;
}
	.menuBox .menuList img {
		width: 100%;
		max-width: 200px;
	}
	.menuBox .menuList a {
		font-size: 1.37rem;
		border-radius: 0.5rem;
	}
	.menuBox .menuList span {
		left: 1.1rem;
		bottom: 0.4rem;
	}
	.menuBox .menuList + .menuUl {
		display: none;
	}
	.menuBox .menuUl li {
		margin-bottom: 1.8rem;
	}
	.menuBox .menuUl a {
		font-size: 1.4rem;
		text-decoration: none;
	}
	.menuBox .menuSub {
		margin-bottom: 1.5rem;
		padding-top: 1.9rem;
		border-top: none;
	}
	.menuBox .menuSub > .menuUl {
		width: calc(50% - 1.2rem);
	}
	.menuBox .menuInner {
		display: block;
		width: calc(50% - 1.5rem);
	}
	.menuBox .menuBtn {
		margin: 1.5rem -2rem 0 0.4rem;
		padding-left: 0.9rem;
		line-height: 1;
		border-left: 1px solid #b3b3b3;
	}
	.menuBox .menuBtn li {
		margin-bottom: 1.3rem;
	}
	.menuBox .sns {
		display: none;
	}
	.menuBox .ttl {
		font-size: 1.65rem;
	}
	.menuBox .ttl a {
		margin: -0.3rem 0 0.1rem;
		font-size: 1.9rem;
	}
	.menuBox .ttl a span {
		font-size: 1.55rem;
	}
	.menuBox .ttl .sml {
		font-size: 1rem;
		line-height: 1.3;
	}
	.menuBox .menuBtm ul {
		margin: 0.4rem 0.3rem 0 0;
		width: 14.2rem;
	}
	.menuBox .menuBtm li {
		width: 6.4rem;
	}
	.menuBox .menuBtm li a {
		height: 6.1rem;
		padding-top: 2.7rem;
		font-size: 1rem;
		line-height: 1.3;
		background-position: top 0.7rem center;
		background-size: 2.2rem auto;
		border-radius: 0.8rem;
	}
	.menuBox .menuBtm li:last-child a {
		background-position: top 0.6rem center;
		background-size: 2.1rem auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 7.1rem 0 2.2rem;
	color: #000;
	background: url(img/common/f_bg.jpg) no-repeat bottom center;
	background-size: 100% auto;
}
#gFooter .content {
	max-width: 114.4rem;
}
#gFooter a {
	color: #000;
}
#gFooter a:hover {
	opacity: 0.7;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .fBanner {
	margin-bottom: 5.6rem;
}
#gFooter .fBanner li {
	width: 25.9rem;
}
#gFooter .fTtl {
	margin-bottom: 1.3rem;
	font-weight: 700;
	font-size: 1.6rem;
}
#gFooter .fBtn {
	margin-bottom: 10.3rem;
}
#gFooter .fBtn img {
	width: auto;
	height: 5.5rem;
}
#gFooter .fBox {
	margin-bottom: 25.8rem;
}
#gFooter .fInfo {
	width: 34rem;
	margin-left: 0.6rem;
}
#gFooter .fLogo {
	margin-bottom: 3.7rem;
	width: 25.7rem;
}
#gFooter .fText {
	margin-bottom: 0.4rem;
}
#gFooter .fText span {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
#gFooter dl {
	line-height: 2.13;
}
#gFooter dt {
	float: left;
	font-weight: 700;
}
#gFooter dd {
	padding-left: 5.8em;
}
#gFooter .fNavi {
	width: 54.3rem;
	margin-top: 0.2rem;
	font-size: 1.4rem;
}
#gFooter .fList > li {
	margin-bottom: 1.5rem;
}
#gFooter .fList > li > a {
	font-weight: 700;
}
#gFooter .fLink {
	margin-top: 0.6rem;
}
#gFooter .fLink > li {
	margin-bottom: 1.2rem;
}
#gFooter .sns {
	width: 8.9rem;
}
#gFooter .sns li {
	width: 3.6rem;
}
#gFooter address {
	margin-right: -1.2rem;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi > li:first-child {
		width:20rem;
	}
	#gFooter .fNavi > li:nth-child(2) {
		width: 14rem;
	}
	#gFooter .fNavi > li:last-child .fLink {
		margin-top: 1.5rem;
	}
	#gFooter .fNavi > li:last-child .fLink > li {
		margin-bottom: 0.9rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.6rem 0 0.5rem;
		background-image: url(img/common/f_bg_sp.png);
	}
	#gFooter .scroll {
		margin-right: -2rem;
		padding-bottom: 1rem;
		overflow-x: scroll;
	}
	#gFooter .fBanner {
		margin-bottom: 0;
		width: fit-content;
		flex-wrap: nowrap;
	}
	#gFooter .fBanner li {
        width: 14.8rem;
		margin-right: 1.4rem;
		flex-shrink: 0;
	}
	#gFooter .fTtl {
		margin: 3.1rem 0 0.8rem;
		font-size: 1.4rem;
	}
	#gFooter .fBtn {
		margin-bottom: 0;
		width: fit-content;
		flex-wrap: nowrap;
	}
	#gFooter .fBtn li {
		margin-right: 0.5rem;
		flex-shrink: 0;
	}
	#gFooter .fBtn img {
		height: 2.75rem;
	}
	#gFooter .fBox {
		margin: 2.9rem 0 11.5rem;
		padding-top: 3.5rem;
		border-top: 1px solid #b3b3b3;
	}
	#gFooter .fInfo {
		width: 100%;
		margin: 3rem 0 0;
		padding-top: 3rem;
		order: 1;
		border-top: 1px solid #b3b3b3;
	}
	#gFooter .fLogo {
		margin-bottom: 3.9rem;
	}
	#gFooter .fText {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	#gFooter .fText span {
		display: none;
	}
	#gFooter dl {
		font-size: 1.5rem;
	}
	#gFooter .fNavi {
		width: 100%;
		margin-top: 0;
		justify-content: space-between;
	}
	#gFooter .fNavi > li {
		width: calc(50% - 1.5rem);
	}
	#gFooter .fNavi > li:first-child {
		width: 50%;
	}
	#gFooter .fList > li {
		margin-bottom: 2rem;
	}
	#gFooter .fLink {
		margin: 2rem 0 2.2rem;
	}
	#gFooter .fLink > li {
		margin-bottom: 2rem;
	}
	#gFooter .fLink01 {
		margin: 1.3rem 0 2.3rem;
		padding-left: 0.8rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 1px solid #b3b3b3;
	}
	#gFooter .fLink01 > li {
		margin-bottom: 1rem;
	}
	#gFooter address {
		margin-right: -0.5rem;
	}
}