@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*common*/
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}

.pc{
	display: block;
}

#faq_container {
	margin: 64px auto 0;
	max-width: 1200px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}

#faq_container a:hover{
	text-decoration: none;
    opacity: 1;
}

/*よくあるご質問_タイトル*/
#faq_container h1 {
	text-align: center;
	font-size: 40px;
	max-width: 1200px;
    margin-bottom: 16px;
    color: #000;
}

#faq_container h1::before,
#faq_container h1::after {
	content: "―";
	padding: 1%;
}

/*よくあるご質問_○○についてタイトル*/
#faq_container h2 {
	margin: 0 0 10px;
	padding-left: 10px;
	border-left: 10px solid #009344;
	color: #009344;
    font-size: 24px;
}

#faq_container h3 {
	margin: 20px 0 10px;
	padding-left: 40px;
	color: #009344;
	position: relative;
    font-size: 18px;
}

#faq_container h3::before {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #009344;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

/*よくあるご質問_アンカー*/
#faq_container .anc_btn {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0 0 50px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#faq_container .anc_btn li {
	width: calc(25% - 1% * 4 /5);
	margin: 0 1% 0 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#faq_container .anc_btn li:nth-child(5n) {
	margin-right: 0;
}

#faq_container .anc_btn li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: auto;
}

#faq_container .anc_btn li a {
	background: #009344;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	height: 80px;
	font-size: 14px;
}

/* 「会員特典について」表示の際は下記コメントアウト */
/*#faq_container .anc_btn li{
	width:calc(100% / 4 - 1% * 3 / 4);
	margin: 0 1% 1% 0;
}

#faq_container .anc_btn li:nth-of-type(4){
	margin-right: 0;
}*/
/* ここまで */

/* 「会員特典について」表示の際は下記コメントアウトを外す */
#faq_container .anc_btn li.sp-3col,
#faq_container .anc_btn li.sp-2col{
	width:calc(100% / 6 - 1% * 5 / 6);
	margin: 0 1% 1% 0;
}

#faq_container .anc_btn li:nth-of-type(6){
	margin-right: 0;
}
/* ここまで */


#faq_container .anc_btn li a:hover {
	opacity: 0.5;
}



#faq_container dl {
	margin: 0;
}

/*よくあるご質問_質問*/
#faq_container dl dt {
	background: #888;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding: 15px 18px 15px 2.5rem;
	text-indent: -2em;
	position: relative;
}

#faq_container dl dt:after {
	content: "";
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(135deg);
	top: 50%;
	right: 2%;
	width: 8px;
	height: 8px;
}

#faq_container dl dt.active:after {
	transform: translateY(-50%) rotate(-45deg);
}

#faq_container dl dt::before {
	content: "Q .";
	padding: 5px;
}

dt.active {
	border: none;
}

/*よくあるご質問_回答*/
#faq_container dl dd {
	display: none;
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 2.5rem;
	text-indent: -2em;
    color: #000;
}

#faq_container dl dd::before {
	content: "A .";
	padding: 5px;
	color: #c00;
}


/*固定css*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	left: 0;
	right: 0;
}

/*アンカー飛んだ時のずれ調整*/

#faq3 {
	margin-bottom: 0;
}

.section{
	margin-top: 96px;
}

.info {
	background-color: #f3f2ed;
	margin-top: 20px;
	padding: 16px;
	text-align: center;
}

.info2 {
	background-color: #e6f9ff;
	margin-top: 20px;
	padding: 16px;
	text-align: center;
}

/*お問い合わせボタン*/
.infoButton {
	width: 600px;
	margin: 24px auto;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #494949;
	border: 1px solid #333;
	border-radius: 5px;
	background: linear-gradient(to bottom, #fdfcfb 0%, #fdfcfb 50%, #e8e8e8 50%, #e8e8e8 100%);
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.infoButton::before,
.infoButton::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.infoButton::before {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #009344;
}

.infoButton::after {
	right: 2.8%;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}

.infotxt {
	font-size: 16px;
    color: #000;
    margin: 18px 0;
}

.infoButton p{
    margin: 18px 0;
}

/* フッター */
.fotter-inner {
	margin: 24px auto;
}

.logo {
	width: 300px;
	margin: 48px auto 0;
	text-align: center;
}

.logo img {
	max-width: 100%;
}

/* フロートボタン */

/*店舗TOPへ戻る*/
.shopTop {
	position: fixed;
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 5%;
	right: 0;
	background: rgba(150, 150, 150, 0.8);
	color: #fff;
	padding: 15px 10px 0;
	text-align: center;
	border-radius: 10%;
	text-decoration: none;
	line-height: 1.2em;
    box-sizing: content-box;
}

.shopTop::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 6px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* ヘッダーのフロートをOFF */
.header{
    position: relative;
}

.menu-trigger {
    position: absolute;
    top: 13px;
}

.navigation .drop-nv-wrap{
    position: absolute;
    width: 280px;
}

.sploginbtn .fa{
	font-family: 'FontAwesome';
}

@media(max-width: 1087px){
    .navigation .drop-nv-wrap{
        top:74px;
    }
}

@media only screen and (max-device-width: 961px) {
	.pc{
		display: none;
	}
}


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

	#faq_container .anc_btn li:nth-child(5n){
		margin-right: 0;
	}

	#faq_container h2 {
		margin: 0px 0 10px;
	}

	/*よくあるご質問_タイトル*/
	#faq_container h1 {
		font-size: 25px;
	}

	/*よくあるご質問_○○についてタイトル*/
	#faq_container h2 {
		font-size: 20px;
	}

	#faq_container .anc_btn li a {
		height: 72px;
		font-size: 12px;
	}

	/*店舗TOPへ戻る*/

	.shopTop {
		bottom: 10px;
	}

	.infoButton {
		width: 100%;
		margin: 24px auto;
		font-size: 18px;
	}

	.logo {
		width: 70%;
	}

}

@media(max-width:560px){
	#faq_container .anc_btn {
		flex-wrap: wrap;
	}

	#faq_container .anc_btn li a{
		font-size: 3.733vw;
	}

	#faq_container .anc_btn li{
		width:calc(100% / 2 - 1% / 2);
		margin: 0 1% 1% 0;
	}

	/* 「会員特典について」表示の際は下記コメントアウト */
	/*#faq_container .anc_btn li:nth-of-type(even){
		margin-right: 0;
	}*/

	/* 「会員特典について」表示の際は下記コメントアウトを外す */
	#faq_container .anc_btn li.sp-3col{
		width:calc(100% / 3 - 1% * 2 / 3);
		margin: 0 1% 1% 0;
	}

	#faq_container .anc_btn li.sp-3col:nth-of-type(2n){
		margin-right: 1%;
	}

	#faq_container .anc_btn li.sp-3col:nth-of-type(3n){
		margin-right: 0;
	}

	#faq_container .anc_btn li.sp-2col{
		width:calc(100% / 2 - 1% / 2);
		margin-right: 1%;
	}

	#faq_container .anc_btn li.sp-2col:nth-of-type(odd){
		margin-right: 0;
	}

	#faq_container .anc_btn li.sp-2col:first-of-type{
		margin-right: 1%;
	}
	/* ここまで */
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
