@charset "UTF-8";


/****************************************************************************
 	global-header
****************************************************************************/

#global-header {
	width: 100%;
	height: 52px;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
	border-bottom: 1px solid #E3E0DD;
}
#global-header.top {/*トップページは下線なし*/
	border-bottom: none;
}
#global-header .logo {
	width: 140px;
	position: absolute;
	left: 3%;
	top: 7px;
}
#global-header .logo a {
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#global-header .logo a:hover {
	opacity: .7;
}
@media (min-width:768px){
	#global-header .logo {
		width: 170px;
		left: 2%;
		top: 7px;
	}
	#global-header {
		height: 60px;
	}
}
@media (min-width:1000px){
	#global-header {
		width: 100%;
		height: 120px;
	}
	#global-header .logo {
		width: 250px;
		position: absolute;
		left: 2%;
		top: 26px;
	}
}
/*スクロールしたら*/
@media (min-width:1000px){
	#global-header.scroll {
		width: 100%;
		height: 90px;
	}
	#global-header.scroll .logo {
		width: 200px;
		position: absolute;
		left: 2%;
		top: 18px;
	}
}

/* SP用 menu-wrap-SPTAB
------------------------------*/
/* バーガーメニュー */
#global-header .menu-wrap-SPTAB .hamburger {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 4%;
	top: 11px;
	border: none;
	background-color: transparent;
	z-index: 10;
}
#global-header .menu-wrap-SPTAB .hamburger__line {
    display: block;
    height: 3px;
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    background-color: #E60012;
	border-radius: 10px;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .hamburger__line:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #E60012;
	border-radius: 10px;
    transition: inherit;
	top: -10px;
	left: 0;
}
#global-header .menu-wrap-SPTAB .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #E60012;
	border-radius: 10px;
    transition: inherit;
	top: 10px;
	left: 0;
}

#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line {
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line:before {
    display: none;
}
#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line:after {
    top: 50%;
	left: 0;
    transform: rotate(-90deg);
}

/* バーガーメニュー中身 */
#global-header .menu-wrap-SPTAB .header__nav-area {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	background-color: #fff;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .header__nav-area.-active {
	right: 0;
	visibility: visible;
}

#global-header .menu-wrap-SPTAB .navi-wrap {
	padding: 5rem 5rem 0 5rem;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-item {
	list-style-type: none;
	/*margin-top: 1rem;*/
	border-bottom: 1px dashed #E60012;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-link {
	display: block;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: 2px;
	color: #000;
	text-decoration: none;
	padding: 1rem .5rem;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list {
	list-style-type: none;
	margin-top: 2.5rem;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-item {
	margin-bottom: 1.5rem;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 15rem;
	padding: 14px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCF2F2;
	color: #E60012;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-link:before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/common/hd_btn_arrow.svg") no-repeat 0 0;
	background-size: cover;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-link.guide:before {
	background: url("../img/common/hd_btn_icon_guide.svg") no-repeat 0 0;
	background-size: cover;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-link.contact:before {
	background: url("../img/common/hd_btn_icon_contact.svg") no-repeat 0 0;
	background-size: cover;
}
#global-header .menu-wrap-SPTAB .navi-wrap .btn-list-link:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 18px;
	height: 18px;
	background: url("../img/common/hd_btn_arrow.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	#global-header .menu-wrap-SPTAB .hamburger {
		right: 3%;
		top: 15px;
	}
	#global-header .menu-wrap-SPTAB .header__nav-area {
		width: 40%;
	}
	#global-header .menu-wrap-SPTAB .navi-wrap {
		padding: 5rem 3rem 0 3rem;
	}
}
@media (min-width:1000px){
	#global-header .menu-wrap-SPTAB {
		display: none;
	}
}

/* PC用 menu-wrap-PC
------------------------------*/
#global-header .menu-wrap-PC {
	display: none;
}
@media (min-width:1000px){
	#global-header .menu-wrap-PC {
		display: block;
	}
	#global-header .menu-wrap-PC .navi-wrap {
		position: relative;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list {
		position: absolute;
		right: 2rem;
		top: 20px;
		list-style-type: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-item {
		margin-right: .7rem;
		width: 8.5rem;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-item:last-child {
		margin-right: 0;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link {
		position: relative;
		display: block;
		width: 100%;
		padding: 5px 3px;
		border-radius: 50px;
		text-align: center;
		text-decoration: none;
		font-weight: 900;
		font-size: .8rem;
		line-height: 1.4;
		letter-spacing: 0px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FCF2F2;
		color: #E60012;
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link:before {
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translate(0, -50%);
		display: block;
		content:"";
		width: 20px;
		height: 20px;
		background: url("../img/common/hd_btn_arrow.svg") no-repeat 0 0;
		background-size: cover;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link.guide:before {
		background: url("../img/common/hd_btn_icon_guide.svg") no-repeat 0 0;
		background-size: cover;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link.contact:before {
		background: url("../img/common/hd_btn_icon_contact.svg") no-repeat 0 0;
		background-size: cover;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link:after {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%);
		display: block;
		content:"";
		width: 14px;
		height: 14px;
		background: url("../img/common/hd_btn_arrow.svg") no-repeat 0 0;
		background-size: cover;
	}
	#global-header .menu-wrap-PC .navi-wrap .btn-list-link:hover {
		opacity: .7;
	}
		
	#global-header .menu-wrap-PC .navi-wrap .list {
		position: absolute;
		right: 2rem;
		top: 65px;
		list-style-type: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-item {
		margin-right: 2.2rem;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-item:last-child {
		margin-right: 0;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link {
		font-weight: 700;
		font-size: .95rem;
		letter-spacing: 0;
		color: #000;
		text-decoration: none;
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link:hover {
		color: #E60012;
	}
	
	/*スクロールしたら*/
	#global-header.scroll .menu-wrap-PC .navi-wrap .btn-list {
		top: 10px;
	}
	#global-header.scroll .menu-wrap-PC .navi-wrap .list {
		top: 45px;
	}
}


/****************************************************************************
 	main
****************************************************************************/
#main-wrap {
	position: relative;
	padding-top: 52px;
}
@media (min-width:768px){
	#main-wrap {
		padding-top: 60px;
	}
}
@media (min-width:1000px){
	#main-wrap {
		padding-top: 120px;
	}
}

/****************************************************************************
 	共通：ページ下部 バナーエリア
****************************************************************************/
.c-ft-bnr-sec {
	padding: 3rem 0;
	border-top: 1px solid #E3E0DD;
}
.c-ft-bnr-sec ul {
	list-style-type: none;
}
.c-ft-bnr-sec li a {
	display: block;
}
.c-ft-bnr-sec .list-L-item {
	margin-bottom: 1rem;
}
.c-ft-bnr-sec .list-S {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}
@media (min-width:768px){
	.c-ft-bnr-sec {
		padding: 5rem 0;
	}
	.c-ft-bnr-sec .list-L {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	.c-ft-bnr-sec .list-L-item {
		margin-bottom: 0;
	}

	.c-ft-bnr-sec .list-S {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 1rem;
		margin-top: 2rem;
	}
	
}
@media (min-width:1110px){
	.c-ft-bnr-sec .list-S {
		margin-top: 4rem;
	}
}


/****************************************************************************
 	共通：ページ下部 お問い合わせエリア
****************************************************************************/
.c-ft-cont-sec {
	background: url("../img/common/ft_curv_top.webp")no-repeat top center #FCF0EF;
	background-size: 100%;
	position: relative;
	padding: 3rem 0 6rem 0;
}
.c-ft-cont-sec .list {
	list-style-type: none;
}
.c-ft-cont-sec .list-item {
	width: 100%;
	max-width: 20rem;
	margin: 1.5rem auto 0 auto;
}
.c-ft-cont-sec .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 20rem;
	height: 70px;
	padding: 17px 3px 0 15px;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #E60012;
	border-radius: 15px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.c-ft-cont-sec .btn:hover {
	opacity: .7;
}
.c-ft-cont-sec .btn.guide {
	background-color: #E60012;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}
.c-ft-cont-sec .btn.tel {
	background-color: #fff;
	color: #E60012;
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: 1px;
}
.c-ft-cont-sec .btn:before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 25px;
	height: 25px;
}
.c-ft-cont-sec .btn.guide:before {
	background: url("../img/common/ft_btn_icon_guide.svg") no-repeat 0 0;
	background-size: cover;
}
.c-ft-cont-sec .btn.tel:before {
	background: url("../img/common/ft_btn_icon_tel.svg") no-repeat 0 0;
	background-size: cover;
}
.c-ft-cont-sec .btn.guide:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 15px;
	height: 15px;
	background: url("../img/common/ft_btn_arrow.svg") no-repeat 0 0;
	background-size: cover;
}
.c-ft-cont-sec .list-item .note {
	font-size: .8rem;
	line-height: 1.4;
	margin-top: .5rem;
}
@media (min-width:768px){
	.c-ft-cont-sec {
		padding: 3rem 0 6rem 0;
	}
	.c-ft-cont-sec .copy {
		text-align: center;
	}
	.c-ft-cont-sec .list {
		width: 80%;
		max-width: 650px;
		margin: 1.5rem auto 0 auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
	.c-ft-cont-sec .list-item {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}
@media (min-width:1110px){
	.c-ft-cont-sec {
		padding: 4rem 0 7rem 0;
	}
	.c-ft-cont-sec .list {
		width: 80%;
		max-width: 800px;
		margin: 1.5rem auto 0 auto;
		gap: 1.5rem;
	}
	.c-ft-cont-sec .btn {
		width: 380px;
		max-width: 380px;
		height: 90px;
		padding: 25px 3px 0 25px;
		border-radius: 20px;
	}
	.c-ft-cont-sec .btn.guide {
		font-size: 1.2rem;
	}
	.c-ft-cont-sec .btn.tel {
		font-size: 2.3rem;
		line-height: 0.8;
	}
	.c-ft-cont-sec .btn:before {
		left: 15px;
		width: 34px;
		height: 34px;
	}
	.c-ft-cont-sec .list-item .note {
		font-size: .8rem;
		line-height: 1.4;
		margin-top: .3rem;
		padding-left: 1rem;
	}
}


/****************************************************************************
 	footer
****************************************************************************/
#global-footer {
	position: relative;
	background-color: #fff;
	border-radius: 40px 40px 0 0;
	padding: 2.5rem 0 0 0;
	margin-top: -3rem;
}
#global-footer .note {
	text-align: center;
}
#global-footer .note .logo img {
	width: 50%;
	max-width: 200px;
}
#global-footer .note .text {
	font-size: .9rem;
	margin-top: .8rem;
	line-height: 1.8;
}
#global-footer .navi {
	padding: 2rem 2rem;
}
#global-footer .navi .list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}
#global-footer .navi .list-item {
	text-align: left;
	line-height: 1;
}
#global-footer .navi .list-link {
	font-size: 1rem;
}
#global-footer .navi .list-link:hover {
	opacity: .7;
}
#global-footer .navi .sns-list {
	list-style-type: none;
	margin-top: 2rem;
	text-align: center;
}
#global-footer .navi .sns-list-item {
	display: inline-block;
	margin-right: 1rem;
}
#global-footer .navi .sns-list-item:last-child {
	margin-right: 0;
}
#global-footer .navi .sns-list-link {
	display: block;
}
#global-footer .navi .sns-list-link img {
	width: 50px;
}
#global-footer .cr {
	background-color: #FCF0EF;
	color: #E60012;
	font-size: .7rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	padding: 1rem 0;
}
@media (min-width:768px){
	#global-footer {
		border-radius: 60px 60px 0 0;
		padding: 3rem 0 0 0;
		margin-top: -3rem;
	}
	#global-footer .wrap {
		display: grid;
		grid-template-columns: 22rem 1fr;
		gap: 2rem;
	}
	#global-footer .note {
		text-align: left;
	}
	#global-footer .note .logo img {
		width: 100%;
		max-width: 200px;
	}
	#global-footer .note .text {
		font-size: .9rem;
		margin-top: .8rem;
		line-height: 1.8;
	}
	#global-footer .navi {
		padding: 0;
	}
	#global-footer .navi .list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
	#global-footer .navi .list-item {
		line-height: 1.4;
	}
	#global-footer .navi .list-link {
		font-size: 1rem;
		color: #000;
		text-decoration: none;
	}
	#global-footer .navi .sns-list {
		margin-top: 2rem;
		text-align: left;
	}
	#global-footer .navi .sns-list-item {
		margin-right: .5rem;
	}
	#global-footer .navi .sns-list-item:last-child {
		margin-right: 0;
	}
	#global-footer .navi .sns-list-link img {
		width: 54px;
	}
	#global-footer .cr {
		font-size: .7rem;
		letter-spacing: 2px;
		padding: 1rem 0;
		margin-top: 2rem;
	}
}
@media (min-width:1110px){
	#global-footer {
		border-radius: 100px 100px 0 0;
		padding: 4rem 0 0 0;
		margin-top: -5rem;
	}
	#global-footer .wrap {
		display: grid;
		grid-template-columns: 22rem 1fr;
		gap: 4rem;
	}
	#global-footer .note .logo img {
		max-width: 250px;
	}
	#global-footer .navi .list {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 1rem;
	}
	#global-footer .navi .list-link {
		font-size: .9rem;
	}
	#global-footer .navi .sns-list {
		margin-top: 2rem;
	}
	#global-footer .navi .sns-list-item {
		margin-right: .8rem;
	}
	#global-footer .cr {
		font-size: .6rem;
		margin-top: 3rem;
	}
}



/****************************************************************************
 	pagetop
****************************************************************************/
#pagetop {
	position: fixed;
	z-index: 100;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
}
#pagetop:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -3px;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} 
@media (min-width:1150px){
	#pagetop {
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
	}
	#pagetop:after {
		top: 25px;
	}
}

	





