@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oooh+Baby&display=swap');

.fontOoohBaby {
	font-family: "Oooh Baby", cursive;
}

.fontMontserrat {
	font-family: "Montserrat", sans-serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	color: #00233A;

	font-family: "Noto Sans JP", sans-serif;

	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;

	background-color: #F5F7F7;

	overflow-x: clip;
}

@media screen and (max-width:767px) {
	body {
		overflow-x: hidden;
	}
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1024px;
	background-color: #F5F7F7;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

.dispInBlock {
	display: inline-block;
	vertical-align: middle;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}

.ancIn {
	position: absolute;
	/*top: -69px;*/
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}

.spTable {
	display: none !important;
}



.contIn800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
	/*overflow-x: hidden;*/
}

.contIn850 {
	width: 850px;
	margin: 0px auto;
	position: relative;
}

.contIn960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.contIn1024 {
	width: 1024px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {

		/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}

	.ancIn {
		position: absolute;
		/*top: -79px;*/
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}

	.spTable {
		display: table !important;
	}

	.contIn800 {
		width: auto;
		overflow-x: clip;
	}

	.contIn850 {
		width: auto;
	}

	.contIn960 {
		width: auto;
		/*overflow: hidden;*/
	}

	.contIn1000 {
		width: auto;
	}

	.contIn1024 {
		width: auto;
	}


}


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

.headerBlock01 {}

.header01 {
	background-color: #F5F7F7;
	padding: 15px;
}

.headerFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerBox01 {
	display: flex;
	gap: 0px 5px;
}

.headerBox01 img {
	width: auto;
	height: 50px;
}

.headerBox02 {
	display: flex;
	gap: 0px 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
}

.headerBox02 .img01 img {
	width: auto;
	height: 35px;
}

.header02 {
	background-color: #ffffff;
	border-bottom: 1px solid #EBEBEB;
}

.headerFlex02 {
	display: flex;
	align-items: center;
	height: 50px;
}

.headerFlex02 li {
	flex-grow: 1;
}

.headerFlex02 li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	border-left: 1px solid #EBEBEB;
}

.headerFlex02 li:first-child a {
	border-left: none;
}

.headerFlex02 li a img {
	width: auto;
	height: 30px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerBlock01 {}

	.header01 {
		background-color: #F5F7F7;
		padding: 10px;
	}

	.headerFlex01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.headerBox01 {
		display: flex;
		gap: 0px 5px;
	}

	.headerBox01 img {
		width: auto;
		height: 38px;
	}

	.headerBox02 {
		display: flex;
		gap: 0px 20px;
		text-align: center;
		font-size: 10px;
		line-height: 1.0em;
		font-weight: bold;
	}

	.headerBox02 .img01 img {
		width: auto;
		height: 32px;
	}

	.header02 {
		background-color: #ffffff;
		border-bottom: 1px solid #EBEBEB;
	}

	.headerFlex02 {
		display: flex;
		align-items: center;
		height: 50px;
	}

	.headerFlex02 li {
		width: 33%;
		flex-grow: 1;
	}

	.headerFlex02 li a {
		width: 100%;
		display: block;
		justify-content: center;
		align-items: center;
		font-size: 11px;
		line-height: 1.4em;
		font-weight: bold;
		border-left: 1px solid #EBEBEB;
	}

	.headerFlex02 li:first-child a {
		border-left: none;
	}

	.headerFlex02 li a img {
		width: auto;
		height: 25px;
	}



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.contBox03 {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 40px 60px;
}

.newsList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.newsList01 li {
	text-align: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

.newsList01 li:last-child {
	border-bottom: none;
}

.newsFlex01 {
	display: flex;
	align-items: center;
	color: #B60081;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}

.newsFlex01 .p01 {
	background-color: #F5E8F1;
	border: 1px solid #EFC2E2;
	border-radius: 2px;
	padding: 2px 5px;
	margin-left: 3px;
}

.newsList01 li a {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
}

.newsList01 li a:link {
	color: #00233A;
	text-decoration: underline;
}

.newsList01 li a:visited {
	color: #00233A;
	text-decoration: underline;
}

.newsList01 li a:hover {
	color: #00233A;
	text-decoration: none;
}

.newsList01 li a:active {
	color: #00233A;
	text-decoration: none;
}

.bnrStaff01 {
	text-align: center;
	margin-top: 80px;
}

.bnrStaff01 img {
	width: 660px;
	height: auto;
}

/*-----------------------*/

.contH206 {
	text-align: left;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	margin-bottom: 30px;
}

.contH206::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #B60081;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.cooperation-banner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.cooperation-banner li {
	width: 18.4%;
}

.cooperation-banner li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

/*--フッター-----------------------*/

.footerBlock01 {
	background-color: #ffffff;
	padding: 60px 0px 0px;
	margin-top: 80px;
	text-align: left;
}

.footer02Wrap01 {
	background-color: #00233A;
	color: #ffffff;
	padding: 25px 20px;
}

.footer02Wrap01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.footer02Wrap01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer02Wrap01 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer02Wrap01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.footer-nav02 ul {
	display: flex;
	margin: 15px auto;
}

.footer-nav02 ul li {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 500;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #42505A;
}

.copyRight01 {
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
	color: #969595;
	margin: 10px auto;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 30px;
}

.footerLogo01 {
	display: flex;
	align-items: center;
}

.footerLogo01 .li01 {
	margin-right: 30px;
}

.footerLogo01 .li01 img {
	width: 120px;
	height: auto;
}

.footer-bv_line {
	color: #747474;
	font-size: 12px;
	line-height: 1.5em;
}

.footer-bv_line a:link {
	color: #747474;
	text-decoration: underline;
}

.footer-bv_line a:visited {
	color: #747474;
	text-decoration: underline;
}

.footer-bv_line a:hover {
	color: #747474;
	text-decoration: none;
}

.footer-bv_line a:active {
	color: #747474;
	text-decoration: none;
}

.footerLogo02 img {
	width: 184px;
	height: auto;
}

/*----*/

.footerFlex01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.footerBox01 {
	width: 241px;
	font-size: 12px;
	line-height: 1.5em;
}

.footerBox01 .border-bottom {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
}

.footerNavi01 li a {
	position: relative;
	display: block;
	padding: 0px 0px 12px 15px;
}

.footerNavi01 li a:link {
	color: #00233A;
	text-decoration: none;
}

.footerNavi01 li a:visited {
	color: #00233A;
	text-decoration: none;
}

.footerNavi01 li a:hover {
	color: #00233A;
	text-decoration: none;
}

.footerNavi01 li a:active {
	color: #00233A;
	text-decoration: none;
}

.footerNavi01 li a::before {
	content: "";
	background-image: url("../img/footer_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	width: 8px;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 4px;
}

.footerAc {
	margin-bottom: 15px;
}

.footerMb15 {
	margin-bottom: 15px;
}

.footerBlock01 .window {
	display: inline-block;
	background-image: url("../img/icon-window-black.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px auto;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: sub;
}

.recruitBtnWrap01 li {
	margin-bottom: 10px;
}

.recruitBtnWrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	background-color: #00233A;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}

.recruitBtnWrap01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.recruitBtnWrap01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.recruitBtnWrap01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.recruitBtnWrap01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.iconHelp::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_help01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-right: 8px;
}

.iconGuide::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon-beginner.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 19px;
	vertical-align: sub;
	margin-right: 8px;
}

.iconInfo::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_info01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin-right: 8px;
}

.footerLogo03 {
	width: 50px;
}

.footerTit01 {
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.footerTel01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
}

i.tel {
	display: inline-block;
	background-image: url("../img/icon-tell.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-right: 6px;
}

i.mail {
	display: inline-block;
	background-image: url("../img/icon-mail.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	margin-right: 6px;
}

.footerTime01 {
	color: #969595;
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 22px;
}

.footerMail01 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 600;
}

.share-container {
	margin-top: 30px;
}

.share-container ul {
	display: flex;
	gap: 0px 20px;
}

.share-container li {
	width: 30px;
}

.share-container a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contBox03 {
		background-color: #ffffff;
		border-radius: 30px;
		padding: 20px 20px 10px;
	}

	.newsList01 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.newsList01 li {
		text-align: left;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #EBEBEB;
	}

	.newsList01 li:last-child {
		border-bottom: none;
	}

	.newsFlex01 {
		display: flex;
		align-items: center;
		color: #B60081;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.newsFlex01 .p01 {
		background-color: #F5E8F1;
		border: 1px solid #EFC2E2;
		border-radius: 2px;
		padding: 2px 5px;
		margin-left: 3px;
	}

	.newsList01 li a {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.newsList01 li a:link {
		color: #00233A;
		text-decoration: underline;
	}

	.newsList01 li a:visited {
		color: #00233A;
		text-decoration: underline;
	}

	.newsList01 li a:hover {
		color: #00233A;
		text-decoration: none;
	}

	.newsList01 li a:active {
		color: #00233A;
		text-decoration: none;
	}

	.bnrStaff01 {
		text-align: center;
		margin-top: 40px;
	}

	.bnrStaff01 img {
		width: 660px;
		height: auto;
	}

	/*-----------------------*/

	.contH206 {
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		box-sizing: border-box;
		padding-bottom: 10px;
		border-bottom: 1px solid #E3E3E3;
		position: relative;
		margin-bottom: 20px;
	}

	.contH206::before {
		content: "";
		width: 40px;
		height: 2px;
		background-color: #B60081;
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	.cooperation-banner {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 2%;
	}

	.cooperation-banner li {
		width: 32%;
	}

	.cooperation-banner li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}

	/*--フッター-----------------------*/

	.footerBlock01 {
		background-color: #ffffff;
		padding: 0px 0px 0px;
		margin-top: 50px;
		text-align: left;
	}

	.footer02Wrap01 {
		background-color: #00233A;
		color: #ffffff;
		padding: 0px;
	}

	.footer02Wrap01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.footer02Wrap01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.footer02Wrap01 a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	.footer02Wrap01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.footer-nav02 ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0px auto;
	}

	.footer-nav02 ul li {
		font-size: 11px;
		line-height: 1.5em;
		font-weight: 500;
		margin-right: 0px;
		border-right: 1px solid #42505A;
		border-bottom: 1px solid #42505A;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px;
		width: 50%;
		height: 50px;
	}

	.copyRight01 {
		text-align: center;
		font-size: 10px;
		line-height: 1.5em;
		color: #969595;
		margin: 10px auto 20px;
	}

	.footer-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 15px 20px;
	}

	.footerLogo01 {
		display: flex;
		align-items: center;
	}

	.footerLogo01 .li01 {
		margin-right: 14px;
	}

	.footerLogo01 .li01 img {
		width: 94px;
		height: auto;
	}

	.footer-bv_line {
		color: #747474;
		font-size: 11px;
		line-height: 1.5em;
	}

	.footer-bv_line a:link {
		color: #747474;
		text-decoration: underline;
	}

	.footer-bv_line a:visited {
		color: #747474;
		text-decoration: underline;
	}

	.footer-bv_line a:hover {
		color: #747474;
		text-decoration: none;
	}

	.footer-bv_line a:active {
		color: #747474;
		text-decoration: none;
	}

	.footerLogo02 img {
		width: 118px;
		height: auto;
	}

	/*----*/

	.footerFlex01 {
		display: block;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.footerBox01 {
		width: auto;
		font-size: 12px;
		line-height: 1.5em;
	}

	.footerBox01 .border-bottom {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
		border-bottom: 1px solid #E4E4E4;
		margin-bottom: 0px;
		display: flex;
		align-items: center;
		padding: 10px 40px 10px 15px;
		position: relative;
		height: 56px;
		box-sizing: border-box;
	}

	.footerBox01 .border-bottom.ac::after {
		content: "";
		background-image: url("../img/footerSpAc01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.footerBox01 .border-bottom.ac.open::after {
		background-image: url("../img/footerSpAc01_on.png");
	}

	.accordion-content {
		display: none;
	}

	.footerNavi01 {
		padding: 15px 0px 15px 30px;
		border-bottom: 1px solid #E4E4E4;
	}

	.footerNavi01 li a {
		position: relative;
		display: block;
		padding: 0px 0px 12px 15px;
	}

	.footerNavi01 li a:link {
		color: #00233A;
		text-decoration: none;
	}

	.footerNavi01 li a:visited {
		color: #00233A;
		text-decoration: none;
	}

	.footerNavi01 li a:hover {
		color: #00233A;
		text-decoration: none;
	}

	.footerNavi01 li a:active {
		color: #00233A;
		text-decoration: none;
	}

	.footerNavi01 li a::before {
		content: "";
		background-image: url("../img/footer_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 8px auto;
		width: 8px;
		height: 13px;
		position: absolute;
		left: 0px;
		top: 4px;
	}

	.footerAc {
		margin-bottom: 0px;
	}

	.footerMb15 {
		margin-bottom: 0px;
	}

	.footerBottomFlex01 {
		display: flex;
		gap: 0px 35px;
		padding: 30px 30px 0px 30px;
	}

	.bottomBox01 {
		width: 65px;
		flex-shrink: 0;
	}

	.bottomBox01 img {
		width: 100%;
		height: auto;
	}

	.bottomBox02 {
		width: 100%;
	}

	.bottomBox02 .footerMb15 {
		padding-bottom: 15px;
	}

	.footerBlock01 .window {
		display: inline-block;
		background-image: url("../img/icon-window-black.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 14px auto;
		width: 14px;
		height: 14px;
		margin-left: 8px;
		vertical-align: sub;
	}

	.recruitBtnWrap01 {
		display: none;
	}

	.recruitBtnWrap01 li {
		margin-bottom: 10px;
	}

	.recruitBtnWrap01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 5px 15px;
		background-color: #00233A;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.recruitBtnWrap01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.recruitBtnWrap01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.recruitBtnWrap01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.recruitBtnWrap01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.iconHelp::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_help01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		vertical-align: sub;
		margin-right: 8px;
	}

	.iconGuide::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon-beginner.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 13px auto;
		width: 13px;
		height: 19px;
		vertical-align: sub;
		margin-right: 8px;
	}

	.iconInfo::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_info01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		vertical-align: sub;
		margin-right: 8px;
	}

	.footerLogo03 {
		width: auto;
	}

	.footerTit01 {
		font-size: 12px;
		line-height: 1.5em;
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.footerTel01 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
	}

	i.tel {
		display: inline-block;
		background-image: url("../img/icon-tell.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 17px;
		vertical-align: middle;
		margin-right: 6px;
	}

	i.mail {
		display: inline-block;
		background-image: url("../img/icon-mail.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 13px;
		vertical-align: middle;
		margin-right: 6px;
	}

	.footerTime01 {
		color: #969595;
		font-size: 10px;
		line-height: 1.5em;
		padding-left: 22px;
	}

	.footerMail01 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.share-container {
		margin-top: 30px;
	}

	.share-container ul {
		display: flex;
		gap: 0px 20px;
	}

	.share-container li {
		width: 30px;
	}

	.share-container a:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		transition-duration: 0.3s;
	}




}



/* -------------------------------------------------------------------- 
 共通
-------------------------------------------------------------------- */

.card01 {
	padding-bottom: 40px;
	overflow: hidden;
}

.card01 .l-inner {
	position: relative;
}

.card01 .swiper-slide {
	/*width: 420px;*/
}

.card01 .swiper-slide img {
	width: 100%;
	max-width: 500px;
}

.card01 .swiper-pagination {
	bottom: -30px;
}

.card01 .swiper-slide {
	position: relative;
}

.card01 .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
}

.card01 .swiper-slide.swiper-slide-active::after {
	display: none;
}

.card01 .swiper-navigation-icon {
	display: none;
}

/*.card01 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -284px;
}
.card01 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -284px;
}*/

.card01 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 44px auto;
	width: 100vw;
	height: 100%;
	top: 0px;
	left: auto;
	right: 50%;
	margin-left: auto;
	margin-right: 210px;
	margin-top: 0px;
}

.card01 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 44px auto;
	width: 100vw;
	height: 100%;
	right: auto;
	top: 0px;
	left: 50%;
	margin-left: 210px;
	margin-right: auto;
	margin-top: 0px;
}

.card01 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

/*------------------------------*/

.card02 {
	position: relative;
	padding-bottom: 40px;
}

.card02 .l-inner {
	position: relative;
}

/*.card02 .swiper-slide {
	width: 500px;
}*/
.card02 .swiper-pagination {
	bottom: -30px;
}

.card02 .swiper-slide {
	position: relative;
	/*width: 400px;*/
	background-color: #ffc;
}

.card02 .swiper-slide.swiper-slide-active {
	/*width: 500px;*/
	background-color: #cff;
}

.card02.card02pc .swiper-slide {
	position: relative;
	/*width: 700px;*/
	transform: scale(.8);
	/* 左右のスライドを小さくする */
	background-color: #ffffcc80;
	transition: 0.7s;
}

.card02.card02pc .swiper-slide.swiper-slide-active {
	/*width: 900px;*/
	transform: scale(1);
	/* 中央のスライドは小さくしない */
	z-index: 1;
	/* 中央のスライドを一番上にする */
	background-color: #ffccff80;
}

@media screen and (max-width:767px) {
	.card02 {
		display: block;

	}

	.card02.card02pc {
		display: none;
	}
}

@media screen and (min-width:768px) {
	.card02 {
		display: none;

	}

	.card02.card02pc {
		display: block;
	}
}


.card02 .swiper-slide img {
	height: auto;
	width: 100%;
}

.card02 .swiper-navigation-icon {
	display: none;
}

.card02 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -308px;
}

.card02 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -308px;
}

.card02 .swiper-wrapper {
	align-items: flex-end;
}

.card02 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.bgDeco04 {
	width: 93px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: 190px;
	z-index: 1;
}

.bgDeco05 {
	width: 92px;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: 190px;
	z-index: 1;
}

.bgDeco06 {
	width: 60px;
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: 190px;
	z-index: 1;
}

/*------------------------------*/

.card03 {
	padding-bottom: 40px;
}

.card03 .l-inner {
	position: relative;
}

.card03 .swiper-slide {
	width: 420px;
}

.card03 .swiper-pagination {
	bottom: -30px;
}

.card03 .swiper-slide {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 30px;
	width: 500px;
}

.card03 .swiper-navigation-icon {
	display: none;
}

.card03 .swiper-button-prev {
	background-image: url("../../img/slide_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -270px;
}

.card03 .swiper-button-next {
	background-image: url("../../img/slide_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -270px;
}

.card03 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card03 .swiper {
	padding-top: 12px;
}

/*------------------------------*/

.card04 {
	padding-bottom: 40px;
}

.card04 .l-inner {
	position: relative;
}

.card04 .swiper-slide {
	/*width: 420px;*/
	height: auto;
}

.card04 .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 27.17948vw;
}

@media screen and (min-width:768px) {
	.card04 .swiper-slide img {
		object-fit: cover;
		width: 100%;
		height: 89px;
	}
}

.card04 .swiper-slide p {
	font-size: 14px;
	margin-top: 5px;
}

.card04 .swiper-pagination {
	bottom: -20px;
}

.card04 .swiper-slide {
	position: relative;
	background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;
	width: 250px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.card04 .swiper-navigation-icon {
	display: none;
}

.card04 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}

.card04 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card04 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card04 .swiper {
	padding-top: 12px;
	padding-bottom: 20px;
}

/*------------------------------*/

.card05 {
	padding-bottom: 40px;
}

.card05 .l-inner {
	position: relative;
}

.card05 .swiper-slide {
	/*width: 420px;*/
}

.card05 .swiper-pagination {
	bottom: -30px;
}

.card05 .swiper-slide {
	position: relative;
	/*background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;*/
	/*width: 250px;*/
}

.card05 .swiper-navigation-icon {
	display: none;
}

.card05 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}

.card05 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card05 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card05 .swiper {
	margin: 0 auto;
	padding-top: 12px;
	width: 90%;
	max-width: 1000px;
}

/*------------------------------*/

.card06 {
	padding-bottom: 40px;
}

.card06 .l-inner {
	position: relative;
}

.card06 .swiper-slide {
	/*width: 420px;*/
}

.card06 .swiper-pagination {
	bottom: -30px;
}

.card06 .swiper-slide {
	position: relative;
	/*background-color: #ffffff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 15px;*/
	width: 250px;
}

.card06 .swiper-navigation-icon {
	display: none;
}

.card06 .swiper-button-prev {
	background-image: url("../../img/slide_wh_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	left: 50%;
	margin-left: -512px;
}

.card06 .swiper-button-next {
	background-image: url("../../img/slide_wh_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	right: 50%;
	margin-right: -512px;
}

.card06 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card06 .swiper {
	padding-top: 12px;
}

/*------------------------------*/







/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.card01 {
		padding-bottom: 40px;
	}

	.card01 .l-inner {
		position: relative;
	}

	.card01 .swiper-slide {
		width: 280px;
	}

	.card01 .swiper-pagination {
		bottom: -24px;
	}

	.card01 .swiper-slide {
		position: relative;
	}

	.card01 .swiper-slide::after {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.3;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.card01 .swiper-slide.swiper-slide-active::after {
		display: none;
	}

	.card01 .swiper-navigation-icon {
		display: none;
	}

	/*.card01 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 50%;
		margin-left: -180px;
	}
	.card01 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 50%;
		margin-right: -180px;
	}*/

	.card01 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 30px auto;
		width: 100vw;
		height: 100%;
		top: 0px;
		left: auto;
		right: 50%;
		margin-left: auto;
		margin-right: 140px;
		margin-top: 0px;
	}

	.card01 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-size: 30px auto;
		width: 100vw;
		height: 100%;
		right: auto;
		top: 0px;
		left: 50%;
		margin-left: 140px;
		margin-right: auto;
		margin-top: 0px;
	}

	.card01 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	/*------------------------------*/

	.card02 {
		position: relative;
		padding-bottom: 40px;
	}

	.card02 .l-inner {
		position: relative;
	}

	.card02 .swiper-slide {
		width: 100%;
	}

	.card02 .swiper-pagination {
		bottom: -30px;
	}

	.card02 .swiper-slide {
		width: 100%;
	}

	.card02 .swiper-slide.swiper-slide-active {
		width: 100%;
	}

	.card02 .swiper-slide img {
		position: relative;
		width: 100%;
	}

	.card02 .swiper-slide.swiper-slide-active img {
		width: 100%;
	}

	.card02 .swiper-navigation-icon {
		display: none;
	}

	.card02 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 15px;
		margin-left: -0px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}

	.card02 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 15px;
		margin-right: 0px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}

	.card02 .swiper-wrapper {
		align-items: flex-end;
	}

	.card02 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.bgDeco04 {
		width: 93px;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: 190px;
		z-index: 1;
	}

	.bgDeco05 {
		width: 92px;
		position: absolute;
		bottom: 0px;
		right: 50%;
		margin-right: 190px;
		z-index: 1;
	}

	.bgDeco06 {
		width: 60px;
		position: absolute;
		bottom: -34px;
		left: 50%;
		margin-left: 190px;
		z-index: 1;
	}

	/*------------------------------*/

	.card03 {
		padding-bottom: 40px;
	}

	.card03 .l-inner {
		position: relative;
	}

	.card03 .swiper-slide {
		width: auto;
	}

	.card03 .swiper-pagination {
		bottom: -30px;
	}

	.card03 .swiper-slide {
		position: relative;
		background-color: #ffffff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 20px;
		width: auto;
	}

	.card03 .swiper-navigation-icon {
		display: none;
	}

	.card03 .swiper-button-prev {
		background-image: url("../../img/slide_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -270px;
	}

	.card03 .swiper-button-next {
		background-image: url("../../img/slide_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -270px;
	}

	.card03 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card03 .swiper {
		padding-top: 12px;
	}

	/*------------------------------*/

	.card04 {
		padding-bottom: 20px;
	}

	.card04 .l-inner {
		position: relative;
	}

	.card04 .swiper-slide {
		/*width: 420px;*/
	}

	.card04 .swiper-pagination {
		bottom: -20px;
	}

	.card04 .swiper-slide {
		position: relative;
		background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;
		width: 250px;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.card04 .swiper-navigation-icon {
		display: none;
	}

	.card04 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		/*margin-left: -512px;*/
		margin-left: unset;
		transform: translateX(-300%);
	}

	.card04 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		/*margin-right: -512px;*/
		margin-right: unset;
		transform: translateX(300%);
	}

	.card04 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card04 .swiper {
		padding-top: 12px;
		padding-bottom: 20px;
	}

	/*------------------------------*/

	.card05 {
		padding-bottom: 40px;
	}

	.card05 .l-inner {
		position: relative;
	}

	.card05 .swiper-slide {
		/*width: 420px;*/
	}

	.card05 .swiper-pagination {
		bottom: -30px;
	}

	.card05 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		/*width: 250px;*/
	}

	.card05 .swiper-navigation-icon {
		display: none;
	}

	.card05 .swiper-button-prev {
		display: none;
		margin-left: 0;
		/*background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -512px;*/
	}

	.card05 .swiper-button-next {
		display: none;
		margin-right: 0;
		/*background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -512px;*/
	}

	.card05 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card05 .swiper {
		padding-top: 12px;
		width: 100%;
	}

	/*------------------------------*/

	.card06 {
		padding-bottom: 40px;
	}

	.card06 .l-inner {
		position: relative;
	}

	.card06 .swiper-area {
		padding: 0 0 0 15px;
	}

	.card06 .swiper-slide {
		/*width: 420px;*/
	}

	.card06 .swiper-pagination {
		bottom: -30px;
	}

	.card06 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		width: 250px;
	}

	.card06 .swiper-navigation-icon {
		display: none;
	}

	.card06 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		left: 50%;
		margin-left: -512px;
	}

	.card06 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		right: 50%;
		margin-right: -512px;
	}

	.card06 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card06 .swiper {
		padding-top: 12px;
	}

	/*------------------------------*/

	.card10 {
		padding-bottom: 40px;
		position: relative;
	}

	.card10 .l-inner {
		position: relative;
	}

	.card10 .swiper-slide {
		/*width: 420px;*/
	}

	.card10 .swiper-pagination {
		bottom: 10px;
	}

	.card10 .swiper-slide {
		position: relative;
		/*background-color: #ffffff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 15px;*/
		width: 250px;
	}

	.card10 .swiper-navigation-icon {
		display: none;
	}

	.card10 .swiper-button-prev {
		background-image: url("../../img/slide_wh_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: 18px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}

	.card10 .swiper-button-next {
		background-image: url("../../img/slide_wh_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0px;
	}

	.card10 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}

	.card10 .swiper {
		/*padding-top: 12px;*/
	}

	/*------------------------------*/



}


select {
	color: #000000;
}


/*-----*/


.BreadCrumb__inner {
	max-width: 1024px;
	margin: 0 auto;
}

#BreadCrumb,
.BreadCrumb {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #e5e5e5;
}

.BreadCrumb__items {
	display: flex;
	justify-content: flex-start;
	font-size: 1.0rem;
	font-weight: 600;
	overflow-x: auto;
}

.BreadCrumb__items::-webkit-scrollbar {
	height: 5px;
}

.BreadCrumb__items::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
	border-radius: 10px;
}

.BreadCrumb__item {
	flex-shrink: 0;
}

.BreadCrumb__link:hover {
	text-decoration: underline;
}

.BreadCrumb__icn {
	margin: 0 5px;
	vertical-align: 1px;
}

.BreadCrumb__current {
	vertical-align: -1px;
	color: #B60081;
}

@media screen and (min-width:768px) {
	.BreadCrumb__item {
		font-size: 12px;
	}

}

@media screen and (max-width:767px) {
	#BreadCrumb {
		width: 100%;
		/*overflow: inherit;*/
		overflow: hidden;
	}

	.BreadCrumb__items {
		padding: 0.2rem 0.5rem;
		display: flex;
		justify-content: flex-start;
		font-size: 0.7rem;
	}

	.BreadCrumb__item {
		flex-shrink: 0;
	}

	.BreadCrumb__item a span {
		vertical-align: middle;
	}

	.BreadCrumb__icn {
		margin: 0 0.3rem;
		vertical-align: middle;
	}

	.BreadCrumb__current {
		vertical-align: middle;
	}
}

.hover:hover {
	cursor: pointer;
}

.li01 .popup-modal img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}





.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.equipmentFlex01 {}

.airconFlex02 .caution_list {
	margin-top: 10px;
}

.airconFlex02 .caution_list li {
	text-indent: -1em;
	margin: 0 0 5px;
	padding: 0 0 0 1em;
}

.airconFlex02 .caution_list li::before {
	content: "※";
	display: inline;
}

.item_list_parent_link {
	margin-top: 30px;
}

.item_list_parent_link a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0 20px;
	width: fit-content;
	height: 3em;
	border: 1px solid #ccc999;
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
	transition-duration: 0.3s;

}

@media screen and (max-width:767px) {
	.item_list_parent_link a {
		font-size: 16px;
		width: 100%;
	}
}






/* -------------------------------------------------------------------- 
 クーポン
-------------------------------------------------------------------- */
.coupon-banner-area {
	margin: 30px auto;
}

@media only screen and (min-width: 768px) {
	.coupon-banner-area {
		margin: 50px auto;
	}
}

.default-banner {
	margin: 0 auto;
	width: 90%;
	max-width: 480px;
}

.coupon-banner .limit {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.default-banner .image {
	text-align: center;
}

.coupon-banner .coupon-code {
	margin: 5px 0 0;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.coupon-banner .coupon-code {
		margin: 10px auto 0;
		padding: 5px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.coupon-banner .coupon-code:before {
		content: "\30AF\30FC\30DD\30F3\30B3\30FC\30C9\FF1A";
		display: inline-block;
		margin-right: 12px;
		color: #909194;
		font-size: 12px;
		font-weight: normal;
		vertical-align: 2px;
	}
}

.coupon-banner .coupon-copy-guide {
	cursor: pointer;
	margin-left: 15px;
	padding: 3px 12px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #4990e2;
	box-shadow: 0 1px 0 rgba(74, 74, 74, 0.3098039216);
	border-radius: 6px;
	vertical-align: 2px;
}

@media only screen and (min-width: 768px) {
	.coupon-banner .coupon-copy-guide {
		padding: 4px 20px;
		vertical-align: 4px;
	}
}


.sub {
	color: #909194;
	font-size: 12px;
	font-weight: normal;
	text-align: center
}

.coupon-attention {
	margin-top: 10px;
}

.modal-show {
	cursor: pointer;
	padding: 0;
}

.c-blue {
	color: #0064b4;
}

.text-deco {
	text-decoration: underline;
}

i {
	font-style: normal;
	position: relative;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 100%;
	vertical-align: -3px;
	line-height: 0;
}

i.question.question-white {
	background-color: transparent;
	border: 1px solid #0064b4;
}

i.question.question-white:after {
	color: #0064b4;
}

i:after {
	content: "";
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

i.question:after {
	content: "?";
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal .box-outer {
	float: inherit !important;
	position: relative !important;
	width: calc(100% - 20px) !important;
	margin: 0 auto 10px !important;
	z-index: 10400;
	border: 0 !important;
	border-radius: 6px !important;
	background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.modal .box-outer {
		width: 55%;
		max-width: 660px !important;
	}
}

.box-title {
	color: #4a4a4a;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 12px 0;
}

.modal .box-title {
	padding: 12px 50px 0 15px;
	margin: 0;
	text-align: left;
}

.box-innerpad {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.padding-s {
	padding: 10px;
}

button.full,
.button-full {
	transition: all 0.3s;
	display: block;
	width: 100%;
	min-height: 44px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 16px 5px 14px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #0064b4;
	border-bottom: 3px solid #000f1b;
}

@media only screen and (min-width: 768px) {

	button.full,
	.button-full {
		padding: 18px 5px;
		max-width: 600px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

button.outline.full,
.button-outline.button-full {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #0064b4;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 8px 5px;
}

.modal .close {
	cursor: pointer;
}

.modal .close {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background-color: #ececec;
}

.modal-close-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.modal-open .modal {
	pointer-events: auto;
}

.no-display {
	display: none;
}





button.full:disabled,
.button-full:disabled,
.button-full.button-disabled {
	background-color: #ececec;
	background-image: linear-gradient(to left, #ececec 0%, #ececec 100%);
	background-color: #ececec;
	color: #999;
	border: 1px solid #909194;
}

.product-main button.full {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 5px;
}

@media screen and (min-width:768px) {
	.spbr {
		display: none;
	}

	.contBtn03 {
		width: fit-content;
	}
}

.product-content .box-outer {
	text-align: left;
}

/* -------------------------------------------------------------------- 
 modal
-------------------------------------------------------------------- */
/* リセット */
.robo-count .shiny-btn-green span,
.robo-count .item_modal_open_btn *,
.robo-count .item_modal_open_btn *::before,
.robo-count .item_modal_open_btn *::after,
.robo-count .modal.item_modal .modal_swipe *,
.robo-count .modal.item_modal .modal_swipe *::before,
.robo-count .modal.item_modal .modal_swipe *::after,
.item_modal_open_btn *,
.item_modal_open_btn *::before,
.item_modal_open_btn *::after,
.modal.item_modal .modal_swipe *,
.modal.item_modal .modal_swipe *::before,
.modal.item_modal .modal_swipe *::after {
	/*display: inherit;*/
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-width: unset;
	background: unset;
	border: unset;
	border-radius: unset;
	position: unset;
}

/* 申し込むボタン */
.item_modal_open_btn .modal-show {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fc5860;
	margin: 20px auto 0;
	width: 100%;
	height: 3em;
	border-radius: 3em;
	position: relative;
}

.item_modal_open_btn .modal-show span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.item_modal_open_btn .modal-show:hover {
	opacity: 0.8;
}

.item_modal_open_btn .modal-show img {
	position: absolute;
	right: 20px;
}

/* モーダル */
.modal.item_modal .modal_swipe {
	position: relative;
	z-index: 300;
	touch-action: none;
}

.modal.item_modal .modal_swipe .close {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	background-color: #808080;
	cursor: pointer;
	z-index: 4;
}

.modal.item_modal .modal_swipe .close:before,
.modal.item_modal .modal_swipe .close:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 6px;
	height: 1px;
	width: 20px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal.item_modal .modal_swipe .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 324px) {
	.modal.item_modal .modal_swipe .close {
		width: 35px;
		height: 35px;
	}

	.modal.item_modal .modal_swipe .close:before,
	.modal.item_modal .modal_swipe .close:after {
		right: 8px;
	}
}

.modal.item_modal .modal_swipe .modal_swipe_inner {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease;
	position: fixed;
	z-index: 300;
	top: 50px;
	left: 2.5%;
	width: 95vw;
	height: 75vh;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	touch-action: none;
	box-sizing: border-box;
}

@media screen and (min-width:768px) {
	.modal.item_modal .modal_swipe .modal_swipe_inner {
		width: 600px;
		height: 600px;
		top: calc(50% - 300px);
		left: calc(50% - 300px);
	}
}

.modal.item_modal .modal_swipe.is-open .modal_swipe_inner {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.modal.item_modal .modal_swipe .modal_swipe_title {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.modal.item_modal .modal_swipe .modal_swipe_caution {
	color: #F76A0C;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin: 5px auto 10px;
}

.modal.item_modal .modal_swipe .modal_swipe_name {
	font-size: 13px;
	margin-bottom: 10px;
}

.modal.item_modal .modal_swipe .modal_swipe_name b {
	font-weight: 700;
}

.modal.item_modal .modal_swipe .modal_swipe_box_y_outer {}

.modal.item_modal .modal_swipe .modal_swipe_box_y {
	padding: 20px 15px;
	/*height: 53%;*/
	height: 35vh;
	max-height: 310px;
	/* 最大高さを設定 */
	background-color: #FFFBE9;
	border-radius: 10px;
	position: relative;
	/* 親要素の位置を固定または相対に設定 */
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/* スムーズスクロール */
}

@media screen and (min-width:768px) {
	.modal.item_modal .modal_swipe .modal_swipe_box_y {
		height: 300px;
	}
}

.modal.item_modal .modal_swipe .modal_swipe_box_y::-webkit-scrollbar {
	width: 4px;
}

.modal.item_modal .modal_swipe .modal_swipe_box_y::-webkit-scrollbar-thumb {
	background-color: #F76A0C;
	border-radius: 3em;
}

.modal.item_modal .modal_swipe .modal_swipe_box_y::-webkit-scrollbar-track {
	background-color: #fff;
}

.modal.item_modal .modal_swipe .modal_swipe_box_y * {
	font-size: 12px;
}

.modal.item_modal .modal_swipe .modal_swipe_caution_title {
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.modal.item_modal .modal_swipe .modal_swipe_caution_p {
	margin-bottom: 15px;
}

.modal.item_modal .modal_swipe .modal_swipe_circle_ul li,
.modal.item_modal .modal_swipe .modal_swipe_caution_ul li {
	display: block;
	padding-left: 1.5em;
	position: relative;
}

.modal.item_modal .modal_swipe .modal_swipe_caution_ul li::before {
	content: "×";
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #FF0000;
	font-weight: 700;
	line-height: 1.2;
	width: 1em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.modal.item_modal .modal_swipe .modal_swipe_circle_ul li::before {
	content: "・";
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-weight: 700;
	line-height: 1.2;
	width: 1em;
	height: 100%;
	position: absolute;
	top: -3px;
	left: 0;
}


.modal.item_modal .modal_swipe button.confirmed {
	text-decoration: none;
	margin: 15px auto;
	width: 90%;
	height: 3em;
	background-color: #F76A0C;
	border: none;
	border-bottom: 2px solid #C24D00;
	border-radius: 10px;
	position: relative;
}

.modal.item_modal .modal_swipe button.confirmed.is-disabled {
	opacity: .4;
	background-color: #c0c0c0;
	pointer-events: none;
	cursor: auto;
	/* 視覚と動作の両方を無効化 */
}

.modal.item_modal .modal_swipe button.confirmed span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.modal.item_modal .modal_swipe button.confirmed img {
	position: absolute;
	right: 15px;
	top: calc(50% - 0.5em);
}

.modal.item_modal .modal_swipe .modal_swipe_caution_ul_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
}

.modal.item_modal .modal_swipe .modal_swipe_caution_ul_img li {
	width: 30%;
}

.modal.item_modal .modal_swipe .modal_swipe_caution_ul_img img {
	width: 100%;
}

.modal.item_modal .modal_swipe .scroll_attention {
	position: absolute;
	top: calc(50% - 39px);
	left: calc(50% - 65px);
	z-index: 5;
	pointer-events: none;
}

.modal.item_modal .modal_swipe .modal_swipe_normal_ul li {
	padding-left: 1.5em;
	position: relative;
}

.modal.item_modal .modal_swipe .modal_swipe_normal_ul li::before {
	content: "・";
	display: flex;
	align-items: flex-start;
	justify-content: center;
	line-height: 1.3;
	width: 1em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* モーダル外の領域のタッチイベントを無効化 */
.modal-open .modal.item_modal {
	pointer-events: auto;
}

.modal.item_modal .js-modal-item-content {
	display: none;
	padding: 1.3em 0;
	border-bottom: 1px solid #ccc;
}

.modal.item_modal .js-modal-item-content.is-active {
	display: block;
	/* 数量が1以上の時だけこのクラスを付与する */
}

.modal.item_modal .modal_swipe_name b,
.modal.item_modal .modal_swipe_name span {
	font-size: 1.2em;
}

/* タイマーちらつき防止対策 */
[data-mode] {
	/* ここにdata-mode属性を持つすべての要素に適用したいスタイルを記述 */
	display: none;
}

.modal .close.mfp-close {
	background-color: unset;
}

.modal#coupon .box-outer {
	margin-top: 20px !important;
	height: 85vh;
	overflow-y: auto;
}

.modal#coupon .box-title {
	font-size: 20px;
}

.modal#coupon .padding-s {
	font-size: 16px;
	text-align: left;
}

.modal#coupon .button-outline.button-full {
	margin-top: 15px;
	box-sizing: border-box;
	cursor: pointer;
}

/** {outline: 2px solid #f00;}*/